/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/
/* ---- Reset CSS ---- */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body:not(.home) {
	text-decoration: none;
	color: inherit;
}
body:not(.home) a:hover,dd a:hover {
	color: #a8c294;
}
ul, ol {
	list-style: none;
}
dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
button, input, textarea, select {
	font: inherit;
	border: none;
	background: none;
	outline: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body:not(.home) h2.wp-block-heading {
	scroll-margin-top: 100px;
}
.del-pc {
	display: none;
}
.del-sp {
	display: block;
}
body:not(.home):not(.front-page) div#content {
	margin: 25px auto 100px;
	width: 95%;
}
.per-page-title-box {
	display: grid;
	grid-template-columns: 1fr 9fr;
	margin-bottom: 3rem;
}
.per-page-title {
	position: relative;
	width: 100%;
}
.per-page-title h1 {
	position: absolute; 
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	color: #4d7d2b;
	font-weight: bold;
}
h2.wp-block-heading {
	position: relative;
	margin-bottom: 2rem;
}
h2.wp-block-heading:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, #4d7d2b, transparent);
	background: linear-gradient(to right, #4d7d2b, transparent);
}
h3.wp-block-heading {
	color: #fff;
	background: #4d7d2b;
	padding: .2rem 5rem .2rem .5rem;
	display: inline-block;
}
h4.wp-block-heading {
	color: #4d7d2b;
	margin-bottom: 1rem;
}

/* TOP-メインヴィジュアル */
.main-visual-warap {
	margin-bottom: 3rem;
}
.main-visual-box {
	display: grid;
	grid-template-columns: 1fr 1.6fr 1fr;
	min-height: 600px;
}
.m-v-left,
.m-v-right {
	display: grid;
	grid-template-rows: repeat(3, 1fr);
}
.m-v-middle {
 	display: flex;
}
.main-visual-inner a, .main-visual-box-sp a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.mv-title {
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translate(0, -2%);
	z-index: 3;
	color: #fff;
	text-align: left;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
	letter-spacing: 0.05em;
	white-space: nowrap;
	background: rgba(0, 0, 0, .3);
	padding: .5rem 1rem;
}
.mv-title-big {
	font-size: 2rem;
}
.main-visual-inner a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.main-visual-inner a::before, .main-visual-box-sp a::before {
	content: "";
	position: absolute;
	inset: 0;
	/*background: rgba(0, 71, 139, .3);*/
	transition: opacity .5s ease;
	z-index: 2;
}
.main-visual-inner a:hover::before {
	opacity: 0;
}
.main-visual-inner a:hover img {
	transform: scale(1.15);
}
/* TOP-3つのボタン */
.threeTOPbutton-wrap {
	width: 80%;
	margin: 40px auto;
}
.threeTOPbutton-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 40px;
	align-items: stretch;
}
.button-container {
	position: relative;
}
.button-line {
	position: absolute;
	top: 5px;
	bottom: -5px;
	left: 5px;
	right: -5px;
	border-right: 1px solid #4d7d2b;
	border-bottom: 1px solid #4d7d2b;
	pointer-events: none;
	z-index: 1;
}
.button-container a {
	display: block;
	position: relative;
	background: #cfedba;
	text-align: center;
	color: #4d7d2b;
	font-weight: 600;
	text-decoration: none;
	transition: background 0.15s ease, transform 0.15s ease;
}
.button-bg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 20px;
	height: 140px;
	box-sizing: border-box;
}
.button-bg img {
	display: block;
	margin: 0 auto;
	width: 48px;
	height: auto;
}
.button-bg i {
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%) rotate(45deg);
	width: 13px;
	height: 13px;
	border-top: 1px solid #4d7d2b;
	border-right: 1px solid #4d7d2b;
	z-index: 3;
}
.button-container a:hover {
	transform: translate(2px, 2px);
	opacity: .8;
	transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), background 0.3s ease;
}
.button-container a:active {
	transform: translate(5px, 5px);
	background: #c9ddae;
	transition: transform 0.15s ease, background 0.15s ease;
}
/* TOP-4つのボタン */
.fourTOPbutton-wrap {
	width: 100%;
	margin-bottom: 100px;
}
.fourTOPbutton-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 5px;
	width: 100%;
}
.fourbtn {
	display: flex;
	background: #4d7d2b;
	text-decoration: none;
	color: #fff;
}
.fourbtn-text {
	width: 80%;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	gap: 15px;
}
.fourbtn-text img {
	width: 70px;
	height: auto;
	max-width: 100px;
}
.fourbtn-text span {
	display: inline-block;
	font-size: 22px;
	letter-spacing: 3px;
	font-weight: 600;
	position: relative;
	white-space: nowrap;
}
.fourbtn-text .arrow {
	position: absolute;
	right: -2rem;
	top: 50%;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
}
.fourbtn-text .arrow::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 20px;
	height: 20px;
	border-right: 3px solid #fff;
	border-top: 3px solid #fff;
	transform: translateY(-50%) rotate(45deg);
	transition: transform 0.3s ease;
}
.fourbtn:hover {
	color: #cfedba;
}
.fourbtn:hover .arrow::before {
	transform: translate(5px, -50%) rotate(45deg);
	border-right: 3px solid #cfedba;
	border-top: 3px solid #cfedba;
}
.fourbtn-img {
	width: 20%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.fourbtn-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.fourbtn:hover .arrow::after {
	transform: translateX(5px);
}

.fourbtn:hover .fourbtn-img img {
	transform: scale(1.1);
}
/* 沿革 */
.accordion-enkaku-wrappe .accordion .arrow {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 8px;
}
.accordion-enkaku-wrappe .accordion .arrow::before,.accordion-enkaku-wrappe .accordion .arrow::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 10px;
	height: 2px;
	background: #333;
	border-radius: 2px;
	transition: transform .25s ease;
}
.accordion-enkaku-wrappe .accordion .arrow::before {
	left: 0;
	transform: rotate(45deg);
}
.accordion-enkaku-wrappe .accordion .arrow::after {
	right: 0;
	transform: rotate(-45deg);
}
.accordion-enkaku-wrappe .accordion.active .arrow::before {
	transform: rotate(-45deg);
}
.accordion-enkaku-wrappe .accordion.active .arrow::after {
	transform: rotate(45deg);
}
.accordion-enkaku-wrappe {
	width: 95%;
	margin-bottom: 100px;
}
.accordion.detail {
	width: 100%;
	background: #f7f7f7;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
	margin-bottom: 1rem;
}
.panel.detail {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0 3rem;
}
.aco-title-box {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 10px;
}
.aco-box {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 30px;
}
.aco-box:first-child {
	margin-top: 2rem;
}
.aco-box:last-child {
	margin-bottom: 100px;
}
.aco-box .aco-inner img {
	margin: 0 auto;
	text-align: center;
}
.rinen-title-wrapper {
	position: relative;
}
.rinen-title {
	position: absolute; 
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	padding: 10px;
}
.accordion-enkaku-wrappe h5 {
	font-weight: bold;
}
.time-table-kg {
	display: grid;
	grid-template-columns: 3fr 1fr;
}
.time-table-kg .time-table-kg-inner:first-child {
	width: 95%;
}
.time-table-kg table, .time-table-kg tr, .time-table-kg th, .time-table-kg td {
	border: inherit;
}
.time-table-kg table {
	border-collapse: separate;
	border-spacing: 0 10px;
}
.time-table-kg table tr:nth-child(odd) {
	background: #C9D8BF;
	border-bottom: 1px solid #4d7d2b;
	border-top: 1px solid #4d7d2b;
}
.time-table-kg th, .time-table-kg td {
	padding: .5rem;
}
.time-table-kg th {
	width: 15%;
}
.time-table-kg .time-table-kg-inner:last-child .flow-anime {
	margin-bottom: 2rem;
}
.flow-anime {
	opacity: 0;
	transform: translateY(30px);
	transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.flow-anime.show {
opacity: 1;
	transform: translateY(0);
}
.flow-anime:nth-child(1).show {
	transition-delay: 0s;
}
.flow-anime:nth-child(2).show {
	transition-delay: 0.2s;
}
.flow-anime:nth-child(3).show {
	transition-delay: 0.4s;
}
@keyframes flowFadeIn {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
/* 学院について */
.accordion-table-wrapper {
	margin-bottom: 4rem;
}
.accordion-table-wrapper .table-kg-yoko-line .accordion .arrow, .keiei-jokyo-kg .table-kg-yoko-line .accordion .arrow {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 8px;
}
.accordion-table-wrapper .table-kg-yoko-line .accordion .arrow::before,.accordion-table-wrapper .table-kg-yoko-line .accordion .arrow::after,.keiei-jokyo-kg .table-kg-yoko-line .accordion .arrow::before,.keiei-jokyo-kg .table-kg-yoko-line .accordion .arrow::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 10px;
	height: 2px;
	background: #333;
	border-radius: 2px;
	transition: transform .25s ease;
}
.accordion-table-wrapper .table-kg-yoko-line .accordion .arrow::before, .keiei-jokyo-kg .table-kg-yoko-line .accordion .arrow::before {
	left: 0;
	transform: rotate(45deg);
}
.accordion-table-wrapper .table-kg-yoko-line .accordion .arrow::after, .keiei-jokyo-kg .table-kg-yoko-line .accordion .arrow::after {
	right: 0;
	transform: rotate(-45deg);
}
.accordion-table-wrapper .table-kg-yoko-line .accordion.active .arrow::before, .keiei-jokyo-kg .table-kg-yoko-line .accordion.active .arrow::before {
	transform: rotate(-45deg);
}
.accordion-table-wrapper .table-kg-yoko-line .accordion.active .arrow::after, .keiei-jokyo-kg .table-kg-yoko-line .accordion.active .arrow::after {
	transform: rotate(45deg);
}
.accordion-table-wrapper .accordion.detail, .keiei-jokyo-kg .accordion.detail {
	background: #cbd2b6;
}
.accord-table-title {
	color: #231815;
	padding: .2rem .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.accordion-table-wrapper .table-kg-yoko-line .panel.detail table {
	margin-bottom: 2rem;
}
.table-kg-yoko-line {
	width: 90%;
}
.table-kg-yoko-line table {
	width: 100%;
	border-collapse: collapse;
	table-layout: auto;
	margin-bottom: 0;
}
.table-kg-yoko-line table , .table-kg-yoko-line tr, .table-kg-yoko-line th, .table-kg-yoko-line td {
	border: inherit;
}
.table-kg-yoko-line th,.table-kg-yoko-line td {
	padding: .1rem 0;
	text-align: left;
	border-bottom: 1px solid #4d7d2b;
}
.table-kg-yoko-line th {
	font-weight: 600;
	white-space: nowrap;
}
.txt-right {
	text-align: right;
	font-size: 80%;
}
.table-kg-members-count table , .table-kg-members-count tr, .table-kg-members-count th, .table-kg-members-count td {
	border: inherit;
}
.table-kg-members-count {
	width: 90%;
	margin-bottom: 3rem;
}
.table-kg-members-count th,.table-kg-members-count .sum-cell-kg-s {
	background: rgba(77,125,43,0.1);
}
.table-kg-members-count th.st-table-header {
	background: #cbd2b6;
}
.table-kg-members-count th, .table-kg-members-count td {
	border-bottom: 1px solid #4d7d2b;
	padding: .4rem .6rem;
}
.table-kg-members-count th.st-table-tate-line-r {
	border-right: 1px solid #4d7d2b;
}
.table-kg-members-count .sum-cell-kg {
	background: #dcdcdd;
}
.table-kg-members-count.td-center-kg td {
	text-align: center;
}
.img-three-colm {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.keiei-jokyo-kg {
	padding-bottom: 3rem;
}
.keiei-jokyo-kg .table-kg-yoko-line .img-three-colm {
	padding-bottom: 2rem;
}
/* アクセス */
.normal-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.6;
	border-top: 1px solid #4d7d2b;
}
.normal-table tr {
	border-bottom: 1px solid #4d7d2b;
}
.normal-table th {
	background: #cbd2b6;
	white-space: nowrap;
	padding: 12px 16px;
	text-align: left;
	font-weight: 600;
}
.normal-table td {
	padding: 12px 16px;
}
.normal-table th a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #4d7d2b;
	text-decoration: none;
	position: relative;
	font-weight: 600;
	transition: color .2s;
}
.normal-table th a i::after {
	content: ">";
	font-weight: 600;
	display: inline-block;
	transition: transform .25s ease;
	color: #4d7d2b;
}
.normal-table th a:hover {
	color: #4d7d2b;
}
.normal-table th a:hover i::after {
	transform: translateX(5px);
}
/* プライバシーポリシー */
.entry-content .privacy-ul, .info-page-wrapper .privacy-ul {
	padding-left: 0;
}
.entry-content .privacy-ul li strong, .info-page-wrapper .privacy-ul li strong {
	color: #4d7d2b;
}
.entry-content .privacy-ul li:not(:first-child) strong, .info-page-wrapper .privacy-ul li:not(:first-child) strong {
	margin-top: 1rem;
	display: block;
}
/* 本学院の個人情報保護に関する諸規程 */
.regulations-ul-num-n {
	counter-reset: custom-counter 1;
}
.regulations-ul-num-n>li {
	position: relative;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.regulations-ul-num-n>li:before {
	counter-increment: custom-counter;
	content: counter(custom-counter) " ";
	position: absolute;
	left: 0;
	top: 0;
}
.regulations-ul-num-kakko {
	counter-reset: custom-counter;
	padding-left: 1rem;
}
.regulations-ul-num-kakko>li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.5em;
}
.regulations-ul-num-kakko>li:before {
	counter-increment: custom-counter; 
	content: "(" counter(custom-counter) ") "; 
	position: absolute;
	left: 0;
	top: 0;
}
.regulations-ul-num-kakko li ul,.regulations-ul-num-n li ul {
	margin-left: 0;
}
.regulations-ul-num-n li ul {
	
}
/* 広報誌 */
.accordion-publish-wrappe {
	width: 95%;
	margin-bottom: 100px;
	margin-top: 0;
}
.accordion-publish-wrappe .accordion .arrow {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 8px;
}
.accordion-publish-wrappe .accordion .publish-title{
	position: relative;
}
.accordion-publish-wrappe .accordion .arrow::before,.accordion-publish-wrappe .accordion .arrow::after {
	content: "";
	position: absolute;
	top: 50%;
	width: 11px;
	height: 2px;
	background: #333;
	border-radius: 2px;
	transition: transform .25s ease;
}
.accordion-publish-wrappe .accordion .arrow::before {
	right: 7px;
	transform: rotate(45deg);
}
.accordion-publish-wrappe .accordion .arrow::after {
	right: 0;
	transform: rotate(-45deg);
}
.accordion-publish-wrappe .accordion.active .arrow::before {
	transform: rotate(-45deg);
}
.accordion-publish-wrappe .accordion.active .arrow::after {
	transform: rotate(45deg);
}
.accordion-publish-wrappe .accordion.detail {
	width: 100%;
	padding: 0 .5rem;
	margin-bottom: 0;
	text-align: left;
	border: 2px solid #4d7d2b;
	background: none;
	border-radius: 2px;
}
.entry-content .publish-title {
	color: #4d7d2b;
	font-weight: bold;
	margin-bottom: 0;
}
.accordion-publish-wrappe .panel.detail {
	max-height: 0;
	transition: max-height 0.4s ease;
	padding: 0;
}
.accordion-publish-wrappe .aco-box {
	width: 100%;
	grid-template-columns: 100%;
}
.accordion-publish-wrappe .aco-box:first-child {
	margin-top: 0;
}
.accordion-publish-wrappe .aco-box:last-child {
	margin-bottom: 0;
}
.entry-content .accordion-publish-wrappe .aco-inner {
	padding-left: 0;
	margin-top: 0;
	background: #cbd2b6;
}
.entry-content .accordion-publish-wrappe .aco-inner li {
	padding: .1rem .3rem;
}
.entry-content .accordion-publish-wrappe .aco-inner li:nth-child(odd) {
	background: #c9ddae;
}
.entry-content .accordion-publish-wrappe .aco-inner li:nth-child(even) {
	background: #fff;
}
/* 教職員メニュー */
.entry-content .faculty-portal-qr {
	display: block;
	width: 20%;
	margin-left: 0;
	margin-bottom: 0;
}
.entry-content .faculty-portal-qr figcaption {
	margin-top: 0;
}
/* ニュース記事 */
.single-layout-1 .entry-header h1 {
	letter-spacing: 0;
}

/* タブレット表示 */
@media (max-width: 768px) {
	/* TOP-メインヴィジュアル */
	.mv-title-big {
		line-height: 1.6;
	}
	/* TOP-3つのボタン */
	.button-bg {
		gap: 5px;
		padding: 20px;
		height: 120px;
	}
	.button-container a {
		font-size: 11px;
	}
	/* TOP-4つのボタン */
	.fourbtn-text img {
		width: 40px;
	}
	.fourbtn-text span {
		font-size: 17px;
		letter-spacing: 3px;
	}
	.fourbtn-text .arrow {
		right: -1rem;
		width: 16px;
		height: 16px;
	}
	.fourbtn-text .arrow::before {
		width: 16px;
		height: 16px;
	}
	/* 沿革 */
	.panel.detail {
		padding: 0 1rem;
	}
	.aco-box:last-child {
		margin-bottom: 50px;
	}
	.time-table-kg {
		grid-template-columns: 100%;
	}
	.time-table-kg .time-table-kg-inner:last-child {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		margin-bottom: 2rem;
		gap: 30px;
		width: 80%;
		font-size: 80%;
	}
	/* 広報誌 */
	.wp-block-columns.publish-wrapper {
		gap: 0;
	}
}


/* スマホ表示 */
@media (max-width: 500px) {
	.del-pc {
		display: block;
	}
	.del-sp {
		display: none;
	}
	.wp-block-columns .wp-block-column.mb-none:not(:last-child) {
		margin-bottom: 0;
	}
	body:not(.home):not(.front-page) div#content {
		margin: 0;
		width: 100%;
	}
	.per-page-title h1 {
		letter-spacing: 2px;
}
	.per-page-title-img {
	}
	.per-page-title {
	}
	.per-page-title-box {
		grid-template-columns: 1fr 5fr;
		margin-bottom: 2rem;
	}
	/* TOP-メインヴィジュアル */
	.mv-title {
		font-size: 1.5rem;
		font-weight: normal;
		line-height: 1.4;
		left: 20px;
		top: auto;
		bottom: 20px;
		transform: none;
		text-align: left;
	}
	/* TOP-3つのボタン */
	.threeTOPbutton-wrap {
		width: 90%;
	}
	.button-container {
		max-width: 170px;
		width: 100%;
	}
	.button-bg {
		gap: 10px;
		padding: 20px;
		height: 120px;
}
	.threeTOPbutton-box {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.button-container:nth-child(3) {
		grid-column: 1 / -1;
		justify-self: center;
	}
	/* TOP-4つのボタン */
	.fourTOPbutton-box {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.fourbtn {
		flex-direction: row;
	}
	.fourbtn-text {
		width: 100%;
		padding: 25px 20px;
	}
	.fourbtn-img {
		width: 35%;
	}
	.fourbtn-text span {
		font-size: 18px;
	}
	/* 沿革 */
	.accordion-enkaku-wrappe {
		margin-bottom: 30px;
	}
	.aco-title-box {
		grid-template-columns: 1fr 2fr;
		gap: 0;
	}
	.aco-box {
		grid-template-columns: 100%;
		gap: 10px;
	}
	.aco-box:first-child {
		margin-top: 1rem;
	}
	.aco-box:last-child {
		margin-bottom: 20px;
	}
	.time-table-kg .time-table-kg-inner:first-child {
		width: 100%;
	}
	.time-table-kg th {
		border-bottom: 1px solid #4d7d2b;
		padding-bottom: 0;
	}
	.time-table-kg table,.time-table-kg tbody,.time-table-kg tr,.time-table-kg th,.time-table-kg td {
		display: block;
		width: 100%;
	}
	.time-table-kg .time-table-kg-inner:last-child {
		grid-template-columns: 1fr;
		gap: 0;
		width: 50%;
	}
	.time-table-kg .time-table-kg-inner:last-child .flow-anime {
		margin-bottom: 1rem;
	}
	/* 学院について */
	.table-kg-yoko-line table, .table-kg-yoko-line tbody, .table-kg-yoko-line tr {
		display: block;
	}
	.table-kg-yoko-line tr {
		display: flex;
		flex-wrap: wrap;
	}
	.table-kg-yoko-line th {
		display: block;
		width: 100%;
		font-weight: bold;
		padding: 1rem 0 0;
		border-bottom: 2px solid #4d7d2b;
	}
	.table-kg-yoko-line td {
		width: 50%;
		box-sizing: border-box;
		padding: 2px 0 0;
		vertical-align: top;
	}
	.table-kg-yoko-line td[colspan="2"] {
		width: 100%;
	}
	.table-kg-yoko-line td:empty {
		display: none;
	}
	.table-kg-members-count.table-scroll-sp {
		width: 100%;
		overflow-x: auto; 
		-webkit-overflow-scrolling: touch;
	}
	.table-kg-members-count.table-scroll-sp table {
		width: 500px;
		border-collapse: collapse;
	}
	.no-border-table-list table, .no-border-table-list tbody, .no-border-table-list tr, .no-border-table-list th, .no-border-table-list td {
		display: block;
		width: 100%;
	}
	.wp-block-table table[style*=border-style] {
		margin-bottom: 0;
	}
	.wp-block-table table[style*=border-style] tr {
		border-top: 1px solid #4d7d2b;
		padding-bottom: 1rem;
	}
	.wp-block-table table[style*=border-style] td[colspan="2"] {
		padding-top: .5rem;
	}
	.wp-block-table table[style*=border-style] tr:has(td[colspan="2"]) {
		padding: 0;
	}
	.wp-block-table table[style*=border-style] tr:last-child {
		padding-bottom: 0;
	}
	.wp-block-table table[style*=border-style] tr:last-child td:last-child {
		border-bottom: 1px solid #4d7d2b;
	}
	.no-border-table-list th, .no-border-table-list td {
		padding: 0;
	}
	.img-three-colm {
		grid-template-columns: 1fr;
	}
	.keiei-jokyo-kg .table-kg-yoko-line .accordion .arrow {
		width: 23px;
		height: 23px;
	}
	/* アクセス */
	.normal-table table,.normal-table thead,.normal-table tbody,.normal-table tr,.normal-table th,.normal-table td {
		display: block;
		width: 100%;
	}
	/* プライバシーポリシー */
	.entry-content .privacy-bullet-ul {
		padding-left: 0;
	}
	.privacy-bullet-ul li {
		position: relative;
		padding-left: 1em;
	}
	.privacy-bullet-ul li:before {
		content: "・"; 
		position: absolute;
		left: 0;
		top: 0;
	}
	/* 本学院の個人情報保護に関する諸規程 */
	.regulations-ul-num-kakko {
		padding-left: .5rem;
	}
	/* 広報誌 */
	.wp-block-columns.inside-publish-wrapper-box {
		display: block;
	}
	.wp-block-columns.inside-publish-wrapper-box .wp-block-column:first-child {
		margin-bottom: 0;
	}
	.wp-block-column.inside-publish-wb-second p:nth-child(1):not(.publish-title) {
		margin-bottom: 1rem;
	}
	.wp-block-column.inside-publish-wb-second {
		margin-bottom: 2rem;
	}
	/* 教職員メニュー */
	.entry-content .faculty-portal-qr {
		width: 90%;
		margin: 0 auto;
	}

}