@charset "UTF-8";

/* -------------------------------------------------

　2階層以降（共通）

------------------------------------------------- */
/* パンくずリスト
================================================== */
.pankuzu_wrp {
	width: 100%;
	padding: 20px 0 0;
}
.pankuzu {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.pankuzu ol {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pankuzu ol li {
	font-weight: 400;
	font-size: 1.6rem;
	display: inline;
	position:relative;
}
.pankuzu ol li::before,
.pankuzu ol li::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  right: 0;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #333333;
  transform-origin: calc(100% - 0.5px) 50%;
}
.pankuzu ol li::before {
  transform: rotate(30deg);
}
.pankuzu ol li::after {
  transform: rotate(-30deg);
}
.pankuzu ol li:last-child::before,
.pankuzu ol li:last-child::after {
	content: none;
}
.pankuzu ol li a {
	display: inline;
	padding: 4px 16px 4px 6px;
	text-decoration: underline;
}
.pankuzu ol li:first-child a {
	padding-left: 0;
}
.pankuzu ol li span {
	padding: 4px 16px 4px 6px;
}
.pankuzu ol li a:hover {
	text-decoration: none;
}
@media screen and (max-width: 1250px)  {
.pankuzu {
	padding: 0 2%;
}

}
@media screen and (max-width: 898px)  {
.pankuzu_wrp {
	padding: 15px 0;
}
.pankuzu {
	width: 100%;
}
.pankuzu ol {
	margin: 0 auto;	
}
.pankuzu ol li {
	font-size: 1.4rem;
}
.pankuzu ol li::after {
	vertical-align: 0.1rem;
}
}


/* ページタイトル（背景画像含む）
================================================== */
.PageTitle__wrp{
 padding: 0 2%;
	position:relative;
}
.PageTitle__Box {
 max-width: 1860px;
	width: 100%;
 height: 500px;
 overflow: hidden; /* 画像がはみ出ないようにする */
	background-color: #eee; /* 画像下の背景色 */
	border-radius: 30px;
	position: relative;
}

	/* 画像の上に透過 */
.PageTitle__Box::before {
	content: "";
	z-index: 1;
	/*background-color:rgba(0,0,0,0.2);*/
	background-color:rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.PageTitle__Box img.photo {
 width: 100%;
	height: 100%;
	object-fit: cover;
	image-rendering: -webkit-optimize-contrast;
}
.PageTitle__Box .title {
	position: absolute;
	bottom:14%;
	left: 0;
	z-index: 2;
	image-rendering: -webkit-optimize-contrast;		/*　拡大・縮小する画像のぼかし等を調整　*/
}
@media all and (max-width: 768px) {
.PageTitle__Box {
	height: 400px;
	border-radius: 20px;
}
.PageTitle__Box .title {
	width: 302px;
	height: 70px;
}
}
@media all and (max-width: 480px) {
.PageTitle__Box {
	height: 300px;
}
.PageTitle__Box .title {
	width: 224px;
	height: 52px;
}
}

/* ページタイトル（ギョーカイ用語集）
================================================== */
.PageTitle__Box_Gyokai {
 max-width: 1860px;
	width: 100%;
 height: 500px;
 overflow: hidden; /* 画像がはみ出ないようにする */
	background-color: #c50018; /* 背景色 */
	border-radius: 30px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.PageTitle__Box_Gyokai::after	{
	content: "";
	position: absolute;
	top:50%;
	left:0;
	transform: translateY(-50%);
	width: 10px;
	height: 200px;
	background-color: #ffffff;
}
.PageTitle__Box_Gyokai img	{
 width: 100%;
 height: 400px;
 object-fit: contain;
	image-rendering: -webkit-optimize-contrast;
}
@media all and (max-width: 1250px) {
.PageTitle__Box_Gyokai	{
 padding: 0 5%;
}	
.PageTitle__Box_Gyokai img	{
 height: 300px;
}	
}
@media all and (max-width: 898px) {
.PageTitle__Box_Gyokai	{
	height: 400px;
}
.PageTitle__Box_Gyokai img	{
 height: 240px;
}	
}
@media all and (max-width: 768px) {
.PageTitle__Box_Gyokai	{
	height: 300px;
}
.PageTitle__Box_Gyokai::after	{
	width: 8px;
	height: 140px;
}
.PageTitle__Box_Gyokai img	{
 height: 200px;
}	
}
@media all and (max-width: 480px) {
.PageTitle__Box_Gyokai	{
	height: 200px;
}
.PageTitle__Box_Gyokai::after	{
	width: 8px;
	height: 80px;
}
}


/* 画像の配置
================================================== */
.ob_position__p01 {
 /*object-position: center top;*/
	object-position: right 0px bottom 20%;
}
.ob_position__p02 {
 object-position: right 0px top 15%;
}
.ob_position__p03 {
 /*object-position: right 0px bottom 45%;*/
 object-position: center top 25%;
}
.ob_position__p04 {
 object-position: right 0px bottom 0px;
}
.ob_position__p05 {
	object-position: center 0px bottom 0px;
}
.ob_position__p06 {
 object-position: center bottom;
}
.ob_position__p07 {
 object-position: center top 25%;
}
@media all and (max-width: 1200px) {
.ob_position__p01,.ob_position__p07 {
	object-position: center top;
}
}


/* ページレイアウト
================================================== */
.page__area {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
 display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
@media screen and (max-width: 1250px)  {
.page__area {
	padding: 0 2%;
}
}
@media screen and (max-width: 898px)  {
.page__area {
	flex-flow: column wrap;
}
}

/* ページ__メイン */
.page__main {				/*  2カラム  */
	width: 840px;
	/*margin: 15px 0 0;*/
	position:relative;
}
.page__main section {
	margin: 0 0 70px;
}

@media screen and (min-width: 1101px) and (max-width: 1250px) {
.page__main {
	flex-grow: 2;
}
}
@media screen and (min-width: 899px) and (max-width: 1100px) {
.page__main {
	flex-grow: 2;
}
}
@media screen and (max-width: 898px)  {
.page__main {
	width: 100%;
	flex-grow: 0;
}
}
@media screen and (max-width: 768px)  {
.page__main section,
.page__main section:last-of-type {
	margin: 0 0 50px;
}
}
@media screen and (max-width: 480px)  {
}


/* ページ__サイドバー */
.page__sidebar {
	width: 240px;
	/*position: sticky;
 position: -webkit-sticky;
	top:175px;*/
}
.page__sidebar section {
	margin-bottom: 20px;
}
@media screen and (min-width: 1101px) and (max-width: 1250px) {
.page__sidebar {
	min-width: 240px;
	margin-left: 50px;
}
}
@media screen and (min-width: 899px) and (max-width: 1100px) {
.page__sidebar {
	min-width: 240px;
	margin-left: 50px;
}
}
@media screen and (max-width: 898px)  {
.page__sidebar {
	width: 100%;
}
}

/* ページ__サイドバー（タイトル） */
.page__sidebar h2	{
	font-weight: 500;
	font-size:2rem;
	position:relative;
	margin: 0;
}
.page__sidebar h2 a,
.page__sidebar h2.nolink {			/*  リンクあり／なし  */
	display: block;
	color: #ffffff;
	padding: 15px 10px;
	background-color:#C50018;
	border-radius: 5px 5px 0 0;
	text-align: center;
	transition: .3s;
}
.page__sidebar h2 a:hover	{
	background-color:#df001b;
}
@media screen and (max-width: 768px)  {
.page__sidebar h2	{
	font-size:1.8rem;
}
}
@media screen and (max-width: 480px)  {
.page__sidebar h2 a,
.page__sidebar h2.nolink {
	font-size:1.6rem;
	padding: 12px 10px;
}
}

/* ページ__サイドバー（ページリンクボタン） */
.page__sidebar .page_Link_Button	{
	font-weight: 500;
	font-size:1.6rem;
	position:relative;
}
.page__sidebar .page_Link_Button a {
	display: block;
	color: #333333;
	padding: 15px 10px 15px 35px;
	background-color:#f4f4f4;
	border: 1px solid #cccccc;
	border-top: none;
	position: relative;
}
.page__sidebar .page_Link_Button a::before,
.page__sidebar .page_Link_Button a::after {
  content: "";
  position: absolute;
  top: calc(50% - 0.5px);
  left: 15px;
  width: 6px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform-origin: calc(100% - 0.5px) 50%;
}
.page__sidebar .page_Link_Button a::before {
  transform: rotate(45deg);
}
.page__sidebar .page_Link_Button a::after {
  transform: rotate(-45deg);
}
.page__sidebar .page_Link_Button a:hover	{
	transition: .3s;
	background-color:#ffffff;
	color: #C50018;
}
.page__sidebar .page_Link_Button br {
	display: block;
}


/* 更新履歴ボタン
================================================== */
.update-history__button {
	border: 2px solid #c50018;
 background-color:#c50018;
 border-radius: 50px;
 position: relative;
 display: flex;
 justify-content: center;
	align-items: center;
 padding: 10px 25px;
 color: #ffffff;
 transition: 0.3s ease-in-out;
 font-weight: 700;
	font-size: 1.6rem;
 max-width: 100%;
 width: 100%;
	height: 80px;
}
.update-history__button:hover,.update-history__button:focus {
 color: #ffffff !important;
	text-decoration: none;
	border: 2px solid #df001b;
 background-color:#df001b;
}
@media all and (max-width: 480px) {
.update-history__button {
 padding: 10px 5px;
	font-size: 1.4rem;
	height: 60px;
}
}