@charset "UTF-8";

.detailBtnArea2 {
	width: 100%;
}
.detailBtnArea2 .detailBtn {
	flex: 2 2 auto;
	padding: 15px 10px 15px 10px;
	text-align: center;
	transition: 0.5s;
	background-size: 200% auto;
	color: white;
	font-size: 110%;
	display: block;
	cursor:pointer;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: bolder;
	text-decoration: none;
	margin: 0 20px;
}
@media (max-width: 768px) {
.detailBtnArea2 .detailBtn {
	flex: 1 1 auto;
	font-size: 100%;
	letter-spacing: 0em;
	margin: 0 0px 20px;
}
}

.detailBtnArea2 .detailBtn_linknoneArea {
	flex: 2 2 auto;
	margin: 0 20px;
}
.detailBtnArea2 .detailBtn_linknone {
	padding: 10px 10px 10px 10px;
	text-align: center;
	color: white;
	font-size: 110%;
	display: block;
	cursor:pointer;
	border-radius: 10px;
	letter-spacing: 0.1em;
	font-weight: bolder;
	text-decoration: none;
	background-color: #ddd;
	pointer-events: none;
}
.detailBtnArea2 .detailBtn_linknoneArea .detailBtn {
	margin: 0 0px;
}
@media (max-width: 768px) {
.detailBtnArea2 .detailBtn_linknoneArea {
	margin: 0 0px 10px;
	display: block;

	width: 100%;

}
.detailBtnArea2 .detailBtn_linknone {
	font-size: 100%;
	letter-spacing: 0em;
	text-align: center;
}
}


/* 汎用 */
.index {
	background-image: url(img/index/mainv.png);
}
.h3_tit01 {
	color: #241473 !important;
	font-size: 160% !important;
	border-bottom: solid 3px #ccc !important;
	position: relative;
	margin-top: 30px;
}

.h3_tit01::after {
	content: "";
	width: 152px;
	height: 3px;
	background: #241473;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 1;
}

.h4_tit01 {
	margin-top: 60px;
	font-size: 134% !important;
	font-weight: bold;
	border-left: 5px solid #241473 !important;
	padding: 7px 20px !important;
	background: #ebe8f6 !important;
	margin-bottom: 20px;
}

h3:nth-of-type(1) {
	margin-top: 0;
}


dl.dl01 dd {
	margin-left: 3em;
}
ul.ul01 {
	margin-left: 3em;
}
/* ルビ全体の親要素 */
.ruby-text {
  line-height: 2.2; /* ルビが重ならないように行高を確保 */
}

/* ベースとなる文字（漢字） */
.rb {
  display: ruby-base;
}

/* ルビ（ふりがな） */
.rt {
  display: ruby-text;
  font-size: 0.5em; /* ふりがなのサイズ */
  color: #555;      /* 必要に応じて色を調整 */
}

/* CSSでカッコを非表示にする */
.rt::before,
.rt::after {
  content: "";
}

ol.ol01 {
  list-style: none; /* デフォルトの数字（1. 2. 3.）を消す */
  padding-left: 0;
}

ol.ol01 li {
  padding-left: 3em;
  text-indent: -3em;
}


.aisatu p.indent1 {
	text-indent: 1em;
	margin-bottom: 1em;
}
.aisatu p.mgb1em {
	margin-bottom: 1em;
}

/* 右寄せにする外枠 */
.right-align-container {
  display: flex;
  justify-content: flex-end; /* 右端に寄せる */
}

/* 全体を1つの表にする */
.signature-grid {
  display: grid;
  /* 3列（組織名・役職・名前） */
  grid-template-columns: auto auto auto; 
  /* 列（横）のすき間 */
  column-gap: 1.5em; 
  /* 行（縦）のすき間 */
  row-gap: 0.5em; 
  text-align: left; /* 各テキストの文頭を揃える */
}

/* グループごとの空行（段落間のすき間） */
.spacer {
  grid-column: 1 / -1; /* 1列目から最後の列まで横断する */
  height: 1em; /* すき間の高さ */
}


.apply_tit {
	text-align: center;
	font-weight: 600;
}
.icon_word {
	background: url(img/word.svg);
	background-repeat: no-repeat;
	background-size: 27px 25px;
	background-position: right center;
	padding-right: 28px;
}
.icon_pdf {
	background: url(img/pdf.png);
	background-repeat: no-repeat;
	background-size: 25px 25px;
	background-position: right center;
	padding-right: 28px;
}
	
.detailBtn_word {
	background-image: linear-gradient(to right, #103f91 0%, #1b58b8 51%, #103f91 100%);
}
.detailBtn_pdf {
	background-image: linear-gradient(to right, #d92727 0%, #f14b4b 51%, #d92727 100%);
}
	
.ruby_small {
	font-size: 80%;
	display: block;
	margin-left: 8em;
}



