@charset "utf-8";
/* CSS Document */

.imgAlignBox {}
* html .imgAlignBox {zoom: 100%;}
*:first-child+html .imgAlignBox {display: inline-block;}
.imgAlignBox:after {
	content: ""; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

.center{
	text-align:center;
	}

#article p{
	margin: 1.2em 0;
	line-height: 1.6em;
	}
	#article p.lead{
		font-size:1.2em;
		}

#article h2:not(:nth-of-type(1)){
	border-bottom:none;
	border-top:1px solid #000;
	padding-bottom:0;
	min-height:auto;
	margin-bottom:30px;
	}
#article .box{
	padding: 35px;
	background: #eeeeee;
	margin-top:20px;
	}
	#article .box h4{
		font-size:1.1em;
		}
	#article .box h4:not(:first-child){
		margin-top:35px;
		}
	#article ul{
		margin: 1.2em 0;
		}
		#article ul li{
			margin: 0 0 0.5em;
			padding: 0 0 0 15px;
			background: url(../../img/disc.png) no-repeat 4px 0.7em;
			}
		
		
	#article .box > *:last-child{
		margin-bottom: 0;
		}
	#article .box h2:nth-of-type(1){
		margin-top:0;
		}
		#article .box h2 {
			border-bottom:none;
			border-top:1px solid #000;
			padding-bottom:0;
			min-height:auto;
			margin-bottom:30px;
			}
		
#article .link a{
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(../../../common/img/icon_link.png) no-repeat left 0.25em;
	}
	#article .link a img{
		vertical-align:middle;
		}
		
.btn{
	margin-top:50px;
	text-align:center;
	}	
.btn a{
	position:relative;
	display:inline-block;
	border:1px solid #c8c8c8;
	padding:15px 60px;
	font-weight:bold;
	max-width:300px;
	width:100%;
	box-sizing:border-box;
	}

.btn a:after{
	content:"";
	position:absolute;
	border-right:1px solid #3c3c3c;
	border-top:1px solid #3c3c3c;
	height:8px;
	width:8px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
	margin-top: -4px;
	}


#article h3{
	font-weight: bold;
	font-size: 116.667%;
	margin: 2.5em 0 1.25em -10px;
	padding: 0.65em 10px 0.65em 1em;
	background: #eeeeee;
	}

/* pc */
@media screen and (min-width: 801px), print {
h2{
	position:relative;
	padding-right:74px;
	}
	h2 .icon{
		position:absolute;
		right:0;
		top:50%;
		width:54px;
		margin-top:-27px;
		}
#contents img{
	max-width:100%;
	height:auto;
	}
	.figure.left{
		float:left;
		padding-right:10px;
		margin-bottom:10px;
		}
	.figure.right{
		float:right;
		padding-left:10px;
		margin-bottom:10px;
		}
	.snsBox{
		text-align:right;
		width:100%;
		height:20px;
		margin-bottom:-30px;
		position:relative;
	}
	.snsBlock{
		width:76px;
		height:20px;
		position:absolute;
		top:0;
	}
	.snsBlock.fb{right:80px;}
	.snsBlock.tw{right:0;}		
}

/* sp */
@media screen and (max-width: 800px), print {
h2{
	position:relative;
	}
	h2 .icon{
		position:absolute;
		right:0;
		top:50%;
		width:50px;
		margin-top:-25px;
		}
#article > h2:first-child{
	margin-top:0;
	padding-right:60px;
	}
#contents img{
	max-width:100%;
	height:auto;
	}
	.figure img{
		width:100%;
		}
	.figure.left{
		float:left;
		padding-right:10px;
		margin-bottom:10px;
		width:40%;
		}
	.figure.right{
		float:right;
		padding-left:10px;
		margin-bottom:10px;
		width:40%;
		}
	.img100p{
		width:100%!important;
		padding-left:0!important;
		}
	.snsBox{
		text-align:right;
		width:100%;
		height:20px;
		margin-bottom:5px;
		position:relative;
	}
	.snsBlock{
		width:76px;
		height:20px;
		position:absolute;
		top:0;
	}
	.snsBlock.fb{right:80px;}
	.snsBlock.tw{right:0;}
}
