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

/*--------------------------------------------------------
　PC
--------------------------------------------------------*/
@media print, screen and (min-width: 769px){
	
	h2.page_title {
		background: url("../images/profile/profile_overview/page_title_pc.jpg") no-repeat;
		background-size: cover;
	}
	
	article {
		width: 1130px;
		margin: 0 auto;
	}
	
	ul.block {
		width: 1055px;
		margin-left: 75px;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents{
		width: 775px;
	}
	
	ul.block li.contents section{
		width: 100%;
		margin-bottom: 40px;
	}
	
	ul.block li.contents section h3{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 20px;
	}
	
	ul.block li.contents section h3::before{
		width: 4em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	ul.block li.contents section h4{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom: 2px;
		color: #000;
	}
	
	ul.block li.contents section p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 12px;
		color: #000;
		position: relative;
	}
	
	ul.block li.contents section p span{
		line-height: 1.4;
		display: inline-block;
		position: absolute;
		top: 0;
		left: 326px;
	}
	
	ul.block li.contents section p span a{
		color: #0068B7;
	}
	
	ul.block li.contents section p span a i{
		display: inline-block;
		margin-right: 0.2em;
	}
	
	ul.block li.contents section ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.contents section ul li:first-child{
		width: 454px;
	}
	
	ul.block li.contents section ul li:nth-child(2){
		width: 286px;
		display: flex;
		flex-wrap:wrap;
		align-items: flex-end;
	}
	
	ul.block li.contents section ul li:nth-child(2) div div{
		width: 100%;
		line-height: 0;
		margin-bottom: 10px;
	}
	
	ul.block li.contents section ul li:nth-child(2) p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
		margin-bottom: 8px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	ul.block li.nav{
		width: 180px;
	}
	
	ul.block li.nav h3{
		width: 100%;
		height: 30px;
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1;
		color: #FFF;
		background: #0068B7;
		display: flex;
		justify-content: center;
		align-items: center;
		margin-bottom: 28px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		padding-left: 24px;
	}
	
	ul.block li.nav nav ul li{
		margin-bottom: 12px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
}

/*--------------------------------------------------------
　SP
--------------------------------------------------------*/

@media screen and (max-width: 768px){
	h2.page_title {
		background: url("../images/profile/profile_overview/page_title_sp.jpg") no-repeat;
		background-size: cover;
		margin-bottom: 14px;
	}
	
	ul.block {
		width: 94%;
		margin: 0 auto;
		display: flex;
		flex-direction: column-reverse;
		justify-content: space-between;
	}
	
	ul.block li.contents{
		width: 100%;
	}
	
	ul.block li.contents section{
		width: 100%;
		margin-bottom: 35px;
	}
	
	ul.block li.contents section h3{
		font-size: 17px;
		font-size: 1.7rem;
		font-weight: 700;
		line-height: 1.2;
		padding-bottom: 5px;
		border-bottom: 1px solid #0071BC;
		position: relative;
		color: #000;
		margin-bottom: 20px;
	}
	
	ul.block li.contents section h3::before{
		width: 4.0em;
		content: '';
		position: absolute;
		bottom: 0;
		left: 0;
		border-bottom: 3px solid #0071BC;
	}
	
	ul.block li.contents section h4{
		font-size: 16px;
		font-size: 1.6rem;
		font-weight: 700;
		line-height: 1.2;
		margin-bottom: 2px;
		color: #000;
	}
	
	ul.block li.contents section p{
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.8;
		margin-bottom: 12px;
		color: #000;
	}
	
	ul.block li.contents section p span{
		line-height: 1.4;
		display: block;
		text-align: right;
		margin-bottom: 5px;
	}
	
	ul.block li.contents section p span a{
		color: #0068B7;
	}
	
	ul.block li.contents section p span a i{
		display: inline-block;
		margin-right: 0.2em;
	}
	
	ul.block li.contents section ul{
		width: 100%;
	}
	
	ul.block li.contents section ul li:first-child{
		width: 100%;
		margin-bottom: 38px;
	}
	
	ul.block li.contents section ul li:nth-child(2){
		width: 91.4%;
		margin: 0 auto;
	}
	
	ul.block li.contents section ul li:nth-child(2) div div{
		width: 100%;
		line-height: 0;
		margin-bottom: 10px;
	}
	
	ul.block li.contents section ul li:nth-child(2) p{
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.2;
		margin-bottom: 8px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	ul.block li.nav{
		width: 100%;
		margin-bottom: 30px;
	}
	
	ul.block li.nav nav ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	
	ul.block li.nav nav ul li{
		width: 48.8%;
		margin-bottom: 8px;
		font-size: 13px;
		font-size: 1.3rem;
		border: 1px dashed #2F3030;
		text-align: center;
	}
	
	ul.block li.nav nav ul li.active{
		background: #CDCDCD;
	}
	
	ul.block li.nav nav ul li a{
		color: #0068B7;
		padding: 5px 0;
		font-weight: 500;
	}
	
	ul.block li.nav nav ul li.active a{
		color: #000;
	}
}