@charset "utf-8";

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */

/* for TAB and PC */
/* break point ( TB = 768-979px , PC = 980px - ) */


/* !コンテンツ別パーツ設定
---------------------------------------------------------- */
@media screen and (max-width: 979px) {

/*
#contentCover #cvText{
	top: 9.5vw;
	padding: 15px 20px 13px 24px;
}

	#contentCover #cvText h1 img{
		width: 180px;
		height: auto;
	}

	#contentCover #cvText h1 span{
		padding: 0 0 0 14px;
		font-size: 15px;
	}
	
	*/

	#contensArea h2.tit_01:first-child,
	#contensArea figcaption.tit_01:first-child{
		margin-top: 0;
	}
	
	#contensArea .boxIn01 .container_01:first-child{
		padding-top: 52px;
	}

	#contensArea figure{
		padding: 16px 0 0;
	}
	
}
@media screen and (max-width: 767px) {
/*
#contentCover #cvText{
	position: relative;
	width: 100%;
	top: 0;
	padding: 15px 15px 14px 15px;
}

	#contentCover #cvText h1 span{
		width: auto;
		padding: 0 0 0 14px;
		font-size: 13px;
	}

	#contentCover #cvText h1 img{
		width: 120px;
		height: auto;
	}

	#contentCover #cvText h1 .logo{
		width: 120px;
	}

	#contentCover #cvText h1 span{
	}
	*/


	#contensArea h2.tit_01,
	#contensArea figcaption.tit_01{
		margin: 23px 0 0;
	}

	#contensArea .container_01{
		padding-top: 23px;
	}
		
  #contensArea .boxIn01 .container_01:first-child{
    padding-top: 16px;
  }
  
  #contentsFooter #breadNav li {
    white-space: break-spaces;
  }
}