@charset "utf-8";

.a-stats {
	--akismet-color-mid-green: #357b49;
	--akismet-color-white: #fff;
	--akismet-color-light-grey: #f6f7f7;

	max-width: 350px;
	width: auto;
}

.a-stats * {
	all: unset;
	box-sizing: border-box;
}

.a-stats strong {
	font-weight: 600;
}

.a-stats a.a-stats__link,
.a-stats a.a-stats__link:visited,
.a-stats a.a-stats__link:active {
	background: var(--akismet-color-mid-green);
	border: none;
	box-shadow: none;
	border-radius: 8px;
	color: var(--akismet-color-white);
	cursor: pointer;
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen-Sans', 'Ubuntu', 'Cantarell', 'Helvetica Neue', sans-serif;
	font-weight: 500;
	padding: 12px;
	text-align: center;
	text-decoration: none;
	transition: all 0.2s ease;
}

/* Extra specificity to deal with TwentyTwentyOne focus style */
.widget .a-stats a.a-stats__link:focus {
	background: var(--akismet-color-mid-green);
	color: var(--akismet-color-white);
	text-decoration: none;
}

.a-stats a.a-stats__link:hover {
	filter: brightness(110%);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06), 0 0 2px rgba(0, 0, 0, 0.16);
}

.a-stats .count {
	color: var(--akismet-color-white);
	display: block;
	font-size: 1.5em;
	line-height: 1.4;
	padding: 0 13px;
	white-space: nowrap;
}

.mainBody .cf {
	margin-bottom: 100px;
}

#jump01 {
	margin-bottom: 100px;
}
.formTable {
	width: 100%;
	/* padding: 10px; */
	background-color: #F5F4EA !important;
	margin-bottom: 20px;
}
.formTable th {
	background-color: #e2e1cf;
}
.formTable td {
	padding: 10px;
	background-color: #fff;
}
#login {
	margin-top: 20px;
}
#login th {
		text-align: center;
		width: 40%;
}
.login.sectionBox {
	max-width: 600px;
}
#StudentIndexForm .formTable {
	margin-top: 20px;
}

.jumpNavi {
  display: flex;
  flex-wrap: wrap;                /* 折り返しを許可 */
  gap: 20px;                       /* ボタン間の余白 */
  list-style: none !important;
  padding: 0;
  margin: 20px 0;
}

.jumpNavi li {
  flex: 1 1 calc(50% - 20px);      /* 1行に2つ（gap分を引く） */
  box-sizing: border-box;          /* 余白を含めて計算 */
}

.jumpNavi li a {
  display: block;
  width: 100%;                      /* 親(li)幅いっぱい */
  text-align: center;
  padding: 12px 20px;
  background-color: #0f6120;
  color: #fff;
  text-decoration: none !important;
  border-radius: 6px;
  font-weight: bold;
  transition: background 0.3s, transform 0.2s;
  box-shadow: 0 3px 5px rgba(0,0,0,0.2);
}

.jumpNavi li a:hover {
	color: #fff;
  background-color: #118127;
  transform: translateY(-2px);
}

.jumpNavi li a:visited {
  color: #fff;
}

.jumpNavi li a.admin {
  background-color: #0f6120;
}

.jumpNavi li a.admin:hover {
  background-color: #118127;
}

#StudentIndexForm .formTable th {
	vertical-align: top;
	padding-top: 10px;
}

.editor_area {
	height: 120px;
	margin-bottom: 10px;
}

.sp {
		display: none;
	}

/* 📱スマホ対応：画面が狭いときは1列表示 */
@media (max-width: 600px) {
  .jumpNavi li {
    flex: 1 1 100%;
  }
	#login th {
		text-align: right;
		width: 30%;
	}
	.sp {
		display: inline;
	}
}

.editor-styles-wrapper p:not(.is-layout-constrained > *:first-child):not(.reset-margin) {
    -webkit-margin-before: 0;
    margin-block-start: 0;
}
/* 利用規約 */
.kiyaku.frameBox {
	padding: 20px;
	background-color: #fff;
	border: 1px solid #595757;
	overflow-y: scroll;
	height: 320px;
}
.kiyaku.frameBox h3 {
	font-weight: bold;
	border-left: none !important;
	border-bottom: 1px solid var(--wp--preset--color--primary);
	padding: 0.1em 0.4em 0.2em !important;
}
.kiyaku.frameBox h4 {
	font-size: 1.1em;
	margin-top: 20px;
	border-left: none !important;
	border-bottom: none !important;
	padding: 0 0 0 0.2em !important;
}
.kiyaku.frameBox ul {
	font-size: 14px;
	list-style: none;
	-webkit-padding-start: 0.3em;
	padding-inline-start: 0.3em;
	margin-top: 10px !important;
	margin-bottom: 15px !important;
}
.agree {
	text-align: center;
	margin-bottom: 10px;
}
.red {
	color: red;
}



/* スマホ表示（縦並び） */
@media screen and (max-width: 767px) {
  .formTable,
  .formTable tbody,
  .formTable tr,
  .formTable th,
  .formTable td {
    display: block;
    width: 100%;
  }
  .formTable tr {
    margin-bottom: 20px;
    background: #fff;
  }
  .formTable th {
		text-align: left;
    background: none;
    border: none;
    padding: 5px 10px;
    font-weight: bold;
		background-color: #e2e1cf;
  }
  .formTable td {
    border: none;
    padding: 10px;
  }
	.formTable td #zip1 {
		width: 20%;
	}
	.formTable td #zip2 {
		width: 30%;
	}
	.formTable td #address {
		width: 100%;
	}
}