﻿@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 .box p.profile{
		}
		#article .box p.profile span.year{
			display: inline-block;
			width: 8em;
			text-indent: 0;
			}

#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;
		}
		
#article .link_blue a{
	color:#06F !important;
	display: inline-block;
	padding: 0 0 0 17px;
	background: url(../../../common/img/icon_link-b.png) no-repeat left 0.25em;
	/*border-bottom: solid 1px #06F;*/
	text-decoration: underline;
	}
	
#article .link_blue a:hover{
	color:#00D5F1 !important;
}
	#article .link_blue 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 .box_copy{
	padding:0 20px !important;
	background: #eeeeee;
	margin-top:20px;
	}

#article a{
	color:#06F !important;
	display:inline-block;
	padding-left:17px;
	background:url(../../../common/img/icon_link-b.png) no-repeat left 0.25em;
	text-decoration:underline;
	}
	.exm{
		font-family: Hiragino Kaku Gothic Pro;
		font-weight: bold;
		font-size: 18px;
		font-style: italic;
	}

/* 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;
	}
	.figure.right-1{
		float:right;
		padding-left:10px;
		margin-bottom:10px;
		order: 3;
	}

	.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;}
	
#article .box_copy{
	width:50%;
	}
#article .link_space{
	width:45%;
	}
	
}

/* 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;}
	
#article .box_copy{
	width:88%;
	margin-top:0;
	}
#article .link_space{
	width:100%;
	}
}

.v_line_left {
  border-left: 5px solid #00e6fe;
  padding-left: 10px;
}

#article a.blank:after {
    content: url(/gakuho-net/common/img/icon_blank.gif);
    display: inline-block;
    margin-top: -5px;
    padding-right: .5em;
}
