﻿/* 中部事務局トップページ CSS Document   */
/* 修正日 20260623       */

/* ------------------------------------------
   グラデーションボタン（中部事務局トップページ）
   ------------------------------------------ */
a.c-button--gradation {
  display: flex;
  align-items: baseline; 
  justify-content: center;

  position: relative;
  text-align: center;
  color: #fff;
  text-decoration: none;

  width: 320px;
  height: 42px;
  padding-right: 40px;  

  background: linear-gradient(to right, #1a237e, #283593);
  /* background: linear-gradient(to right, #1976d2, #42a5f5); */
  /* background: linear-gradient(to right, #00897b, #26a69a); */
  /* background: linear-gradient(to right, #2e7d32, #43a047); */
  /* background: linear-gradient(to right, #5e35b1, #7e57c2); */
  /* background: linear-gradient(to right, #d81b60, #ec407a); */

  border-radius: 999px;

  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: 0.2s;
}

a.c-button--gradation:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

.c-button--gradation::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);

  width: 22px;
  height: 22px;
  border-radius: 50%;

  background-color: rgba(255,255,255,0.25);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><polygon fill='%23ffffff' points='193.447,173.562 275.877,256 193.447,338.438 234.081,379.08 357.161,256 234.081,132.928'/></svg>");
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  pointer-events: none;
}

/* ========================================================== 
   人事院中部事務局　ページ　　　　　　　　　　　　　　　　　　　 
   ========================================================== */
/* ------------------------------------------
   中部用国家公務員試験採用NAVIへの誘導バナー
   ------------------------------------------ */
.p-header__logo {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 12px;
}

@media screen and (max-width:960px) {
	.p-header__logo {
		width: calc(100% - 60px)
	}
}

.p-header__navigation-top {
	margin-bottom: 2px;
}

@media screen and (max-width: 960px) {
	.p-header__banner {
		text-align: center;
	}
}

@media screen and (max-width: 600px) {
	.p-header__banner {
		display: flex;
		justify-content: center;
		margin-bottom: 30px;
	}
}
