/**
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, dt a:hover {
	opacity: .8;
}
body:not(.home) a[target="_blank"]:not(.site-header a):not(footer a):not(.menu-sp-wrapper a):not(.wp-block-image a)::after {
	content: "";
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	margin-left: 0.3em;
	margin-right: 5px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%234d7d2b" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"><path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6"></path><polyline points="15 3 21 3 21 9"></polyline><line x1="10" y1="14" x2="21" y2="3"></line></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: relative;
	top: -0.1em;
}
ul, ol {
	list-style: none;
}
dl,dt,dd,ul,ol,li {
	margin: 0;
	padding: 0;
}
p,div,td,th {
	line-height: 2.0;
	letter-spacing: 0.14em;
}
strong {
	line-height: 1.5;
	display: inline-block;
}
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 {
	line-height: 1.4;
}
body:not(.home) h2.wp-block-heading.education-toph2 {
	margin-top: 100px;
}
.no-hover-nolink {
	pointer-events: none;
	cursor: default;
}
.del-pc {
	display: none;
}
.del-sp {
	display: block;
}
.linheight-narrow a {
	letter-spacing: 2px;
}
.ast-single-post.ast-page-builder-template .site-main > article {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}
body.ast-page-builder-template:not(.home):not(.front-page) .site .site-content #primary, .info-page-layout {
	width: 70%;
	margin: 80px auto 90px;
}
.per-page-title-box,body.ast-page-builder-template:not(.home):not(.front-page) .site .site-content #primary h1 {
	margin-bottom: 2rem;
}
.per-page-title {
	width: 100%;
}
.per-page-title-img {
	display: none;
}
.per-page-title h1, body.ast-page-builder-template:not(.home):not(.front-page) .site .site-content #primary h1 {
	font-weight: bold;
	font-feature-settings: 'palt';
	line-height: 1.3;
}
h2.wp-block-heading {
	position: relative;
	margin-bottom: 2rem;
	font-feature-settings: 'palt';
	font-weight: 500;
}
h2.wp-block-heading:after {
	content: "";
	display: block;
	height: 4px;
	background: -webkit-linear-gradient(to right, #0067b5, transparent);
	background: linear-gradient(to right, #0067b5, transparent);
	font-feature-settings: 'palt';
}
h3.wp-block-heading {
	font-feature-settings: 'palt';
    color: #0067b5;
	font-weight: 400;
	line-height: 1.4;
}
h4.wp-block-heading {
	font-weight: 400;
	margin-top: 2rem;
	margin-bottom: 5px;
	font-feature-settings: 'palt';
	display: flex;
}
h4.wp-block-heading:before {
	content: "";
	width: 40px;
	height: 2px;
	background-color: #333;
	margin-right: 10px;
	margin-top: 16px;
	display: inline-block;
}
h5.wp-block-heading {
	font-weight: 400;
	margin-bottom: 5px;
}

/* TOP-メインヴィジュアル */
.main-visual-warap {
	height: auto;
}
.main-visual-box {
	display: grid;
	grid-template-columns: 1fr 1.5fr 1fr;
	column-gap: 1.5px;
	margin-top: 1.2px;
}
.m-v-left,
.m-v-right {
	display: grid;
	grid-template-rows: repeat(3, 27.5vh);
	row-gap: 1.5px;
}
.m-v-middle {
 	display: grid;
	grid-template-rows: 83vh;
}
.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: 500;
	line-height: 1.4;
	letter-spacing: 0.05em;
	white-space: nowrap;
	padding: .5rem 1rem;
	text-shadow: 0px 2px 2px rgb(0 0 0 / 66%);
}
.mv-title-big {
	font-size: 2rem;
	line-height: 2.5rem;
}
.main-visual-inner a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease;
}
.main-visual-inner a:hover::before {
	opacity: 0;
}
.main-visual-inner a:hover img {
	transform: scale(1.15);
}
/* TOP-3つのボタン（4つに変更） */
.threeTOPbutton-wrap {
	width: 80%;
	margin: 50px auto 70px;
}
.threeTOPbutton-box {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 30px;
	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: #eceef0;
	text-align: center;
	color: #4d7d2b;
	font-weight: 600;
	font-size: 90%;
	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-container .button-bg span:nth-child(2) {
	line-height: 1.3;
}
.button-container:nth-child(4) .button-bg span:nth-child(2) {
	letter-spacing: 1px;
}
.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: #c8c8c9;
	transition: transform 0.15s ease, background 0.15s ease;
}
/* TOP-4つのボタン */
.fourTOPbutton-wrap {
	width: 80%;
	margin-bottom: 160px;
}
.fourTOPbutton-box {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 2px;
	width: 100%;
}
.fourbtn {
	display: flex;
	background: #0067b5;
	text-decoration: none;
	color: #fff;
}
.fourbtn-text {
	width: 85%;
	padding: 1rem 2rem;
	display: flex;
	align-items: center;
	gap: 15px;
}
.fourbtn-text img {
	width: 50px;
	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: rgba(255, 255, 255, 0.8);
}
.fourbtn:hover .arrow::before {
	transform: translate(5px, -50%) rotate(45deg);
	opacity: .8;
}
.fourbtn-img {
	width: 15%;
	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: absolute;
	width: 16px;
	height: 16px;
	display: inline-block;
    top: 50%;
    right: 1rem;
    transform: translate(0%, -50%);
}
.accordion-enkaku-wrappe .accordion .arrow::before,.accordion-enkaku-wrappe .accordion .arrow::after {
	content: "";
	position: absolute;
	top: 6px;
	width: 10px;
	height: 2px;
	background: #0067b5;
	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: 60px;
}
.accordion.detail {
	width: 100%;
	background: #e0ebf1;
	border: none;
	padding: 0;
	cursor: pointer;
	text-align: left;
	margin-bottom: 10px;
	position: relative;
}
.accordion.detail:hover {
	opacity: .8;
}
.panel.detail {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.4s ease;
	padding: 0 2rem;
}
.accordion-enkaku-wrappe hr {
	margin-top: 2rem;
}
.aco-title-box {
	display: grid;
	grid-template-columns: 1fr 4fr;
	gap: 10px;
}
.aco-box {
	display: grid;
	grid-template-columns: 1fr 3fr;
	gap: 30px;
}
.aco-box:first-child {
	margin-top: 3rem;
}
.aco-box:last-child {
	margin-bottom: 100px;
}
.aco-box .aco-inner img {
	margin: 0 auto;
	text-align: center;
}
.aco-box h5 {
		font-size: 100%;
	}
.rinen-title-wrapper {
	position: relative;
}
.rinen-title {
	position: absolute; 
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	padding-right: 1rem;
	font-size: 100%;
}
.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: #f7f7f7;
}
.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 img {
	width: 80%;
}
.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);
	}
}
/* 学院について */
.info-greet-box h5 {
	font-size: 25px;
}
.info-greet-box p span {
	font-size: 22px;
}
.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: #0067b5;
	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: #e0ebf1;
}
.accord-table-title {
	color: #231815;
	padding: .2rem .5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	letter-spacing: 2px;
}
.accordion-table-wrapper .table-kg-yoko-line .panel.detail table {
	margin: 1rem 0 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;
	padding-right: 5px;
	text-align: left;
	border-bottom: 1px solid #231815;
}
.table-kg-yoko-line th {
	font-weight: 600;
	white-space: nowrap;
	padding-right: 15px;
}
.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: #eceef0;
}
.table-kg-members-count th.st-table-header {
	background: #c8ced2;
}
.table-kg-members-count th, .table-kg-members-count td {
	border-bottom: 1px solid #231815;
	padding: .4rem .6rem;
}
.table-kg-members-count th.st-table-tate-line-r {
	border-right: 1px solid #231815;
}
.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: 5rem;
}
.keiei-jokyo-kg .table-kg-yoko-line .img-three-colm {
	padding-bottom: 2rem;
}
.no-border-table-list table {
	margin-bottom: 0;
}
.no-border-table-list td {
	letter-spacing: 2px;
	border: none;
	vertical-align: top;
}
.no-border-table-list td:nth-child(odd) {
	padding-right: 1rem;
	text-align: justify;
	text-justify: inter-character;
}
.pb-zeo-td {
	padding-bottom: 0;
}
/* 関東学院のキリスト教教育 */
.education-gallery-wrrap-first {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2rem;
	row-gap: 2rem;
	margin-bottom: 3rem;
	justify-content: center;
}
.education-gallery-wrrap, .education-gallery-wrrap-first {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 2rem;
	row-gap: 2rem;
	margin-bottom: 2rem;
	justify-content: center;
}
.education-gallery-wrrap div,.education-gallery-wrrap-first div {
	width: 90%;
	margin: 0 auto;
}
/* アクセス */
.normal-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.6;
	border-top: 1px solid #231815;
}
.normal-table tr {
	border-bottom: 1px solid #231815;
}
.normal-table th {
	background: #f7f7f7;
	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;
	color: #4d7d2b;
	text-decoration: none;
	position: relative;
	font-weight: normal;
	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;
}
.info-page-wrapper .privacy-ul li strong {
	color: #0067b5;
}
.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;
}
.entry-content ul.regulations-ul-num-kakko {
	counter-reset: custom-counter;
	padding-left: 0;
}
.regulations-ul-num-kakko>li {
	position: relative;
	padding-left: 3rem;
	margin-bottom: 0.5em;
}
.regulations-ul-num-kakko>li:before {
	counter-increment: custom-counter; 
	content: "(" counter(custom-counter) ") "; 
	position: absolute;
	left: 0;
	top: 0;
	width: 2.5rem;
	text-align: right;
}
.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 #231815;
	background: none;
	border-radius: 2px;
}
.entry-content .publish-title {
	color: #231815;
	font-weight: bold;
	margin-bottom: 0;
	letter-spacing: normal;
    font-size: 90%;
}
.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: .5rem 1rem;
}
.entry-content .accordion-publish-wrappe .aco-inner li a {
	font-size: 90%;
	letter-spacing: 0;
	line-height: 1.7;
	display: inline-block;
}
.entry-content .accordion-publish-wrappe .aco-inner li:nth-child(odd) {
	background: #f7f7f7;
}
.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: 1px;
}

/* タブレット表示 */
@media (max-width: 768px) {
	body.ast-page-builder-template:not(.home):not(.front-page) .site .site-content #primary, .info-page-layout {
		width: 80%;
		margin: 50px auto 100px;
	}
	/* TOP-メインヴィジュアル */
	.mv-title {
		font-size: 1rem;
	}
	.mv-title-big {
		line-height: 1.8rem;
		font-size: 1.5rem;
	}
	/* TOP-3つのボタン（4つに変更） */
	.threeTOPbutton-wrap {
		width: 80%;
		margin: 40px auto 60px;
	}
	.button-container {
		width: 100%;
	}
	.button-container a {
		font-size: 11px;
	}
	.button-bg {
		gap: 5px;
		padding: 20px;
		height: 120px;
	}
	.button-bg {
		gap: 10px;
		padding: 20px;
		height: 120px;
	}
	.threeTOPbutton-box {
		grid-template-columns: repeat(2, 1fr);
		gap: 50px;
	}
	.button-container:nth-child(4) .button-bg span:nth-child(2) {
		letter-spacing: 2px;
	}
	/* TOP-4つのボタン */
	.fourbtn-text {
		width: 75%;
		padding: 1rem .8rem;
	}
	.fourbtn-text img {
		width: 40px;
	}
	.fourbtn-text span {
		font-size: 15px;
		letter-spacing: 2px;
	}
	.fourbtn-text .arrow {
		right: -1rem;
		width: 16px;
		height: 16px;
	}
	.fourbtn-text .arrow::before {
		width: 13px;
		height: 13px;
	}
	.fourbtn-img {
		width: 25%;
	}
	/* 沿革 */
	.panel.detail {
		padding: 0 1rem;
	}
	.aco-box:last-child {
		margin-bottom: 50px;
	}
	.rinen-title {
		padding: 0 1.5rem 0 5px;
		line-height: 1.3;
	}
	.accordion-enkaku-wrappe .accordion .arrow {
		width: 12px;
		right: 10px;
	}
	.accordion-enkaku-wrappe .accordion .arrow::before, .accordion-enkaku-wrappe .accordion .arrow::after {
		width: 8px;
	}
	.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: 95%;
		font-size: 80%;
	}
	.flow-anime img {
		width: 100%;
	}
	/* 関東学院のキリスト教教育 */
	.education-gallery-wrrap div, .education-gallery-wrrap-first div {
		width: 90%;
	}
	/* 広報誌 */
	.wp-block-columns.publish-wrapper {
		gap: 1rem;
	}
	.entry-content > .wp-block-columns.puclish-sec-blok-pdd {
		padding-top: 25px;
	}
}


/* スマホ表示 */
@media (max-width: 500px) {
	p,div,td,th {
		line-height: 1.9;
		letter-spacing: 0.08em;
	}
	body.ast-page-builder-template:not(.home):not(.front-page) .site .site-content #primary {
		width: 90%;
		margin: 50px auto 10px;
	}
	.info-page-layout {
		width: 100%;
		margin: 50px auto 10px;
	}
	.del-pc {
		display: block;
	}
	.del-sp {
		display: none;
	}
	.mb-zero-sp {
		margin-bottom: 0!important;
	}
	.wp-block-columns .wp-block-column.mb-none:not(:last-child) {
		margin-bottom: 0;
	}
	body.ast-page-builder-template:not(.home):not(.front-page) .site .site-content #primary h1 {
		margin-bottom: 2rem;
	}
	h2.wp-block-heading {
		margin-bottom: 2rem;
	}
	body:not(.home) h2.wp-block-heading.education-toph2 {
		margin-top: 80px;
	}
	body:not(.home) #content .ast-container:first-child {
		margin: 0 auto 40px;
		width: 100%;
	}
	h4.wp-block-heading:before {
		width: 30px;
		margin-right: 7px;
	}
	.per-page-title {
		position: relative;
		width: 100%;
	}
	.per-page-title h1 {
		letter-spacing: 2px;
		position: absolute; 
		top: 50%;
		left: 0;
		transform: translate(0%, -50%);
		font-weight: bold;
		font-feature-settings: 'palt';
	}
	.per-page-title-img {
		display: block;
	}
	.per-page-title-box {
		display: grid;
		grid-template-columns: 1fr 5fr;
		margin-bottom: 1rem;
	}
	/* TOP-メインヴィジュアル */
	.mv-title {
		background: none;
		font-size: 1.2rem;
		font-weight: normal;
		line-height: 1.4;
		left: 20px;
		top: auto;
		bottom: 20px;
		transform: none;
		text-align: left;
	}
	/* TOP-3つのボタン（4つに変更） */
	.threeTOPbutton-wrap {
		width: 90%;
		margin: 40px auto 50px;
	}
	.threeTOPbutton-box {
		gap: 30px;
	}
	.button-container:nth-child(4) .button-bg span:nth-child(2) {
		letter-spacing: 1px;
	}
	/* TOP-4つのボタン */
	.fourTOPbutton-wrap {
		width: 90%;
		margin-bottom: 130px;
	}
	.fourTOPbutton-box {
		grid-template-columns: 1fr;
		gap: 16px;
	}
	.fourbtn {
		flex-direction: row;
	}
	.fourbtn-text {
		width: 100%;
		padding: 20px 10px;
		gap: 10px;
	}
	.fourbtn-img {
		width: 35%;
	}
	.fourbtn-text img {
		width: 38px;
	}
	.fourbtn-text span {
		font-size: 17px;
	}
	/* 沿革 */
	.accordion-enkaku-wrappe {
		margin-bottom: 50px;
	}
	.aco-title-box {
		grid-template-columns: 1fr 3fr;
		gap: 0;
	}
	.aco-box {
		grid-template-columns: 100%;
		gap: 10px;
	}
	.aco-box:first-child {
		margin-top: 1rem;
	}
	.aco-box:last-child {
		margin-bottom: 20px;
	}
	.rinen-title {
		padding: 0 1rem 0 10px;
	}
	.accordion-enkaku-wrappe .accordion .arrow {
		width: 13px;
	}
	.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 {
		gap: 20px;
		width: 100%;
		font-size: 12px;
		line-height: 17px;
	}
	.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 #231815;
	}
	.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;
	}
	/* 関東学院のキリスト教教育 */
	.education-gallery-wrrap, .education-gallery-wrrap-first {
		grid-template-columns: repeat(2, 1fr);
		column-gap: 0rem;
		row-gap: 1rem;
		margin-top: 10px;
		margin-bottom: 2rem;
	}
	/* アクセス */
	.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;
	}
	.chosei-pdd-top {
		padding-top: 5px;
	}
	/* 教職員メニュー */
	.entry-content .faculty-portal-qr {
		width: 90%;
		margin: 0 auto;
	}
	/* ニュース記事 */
	.news-arti-cont .single-layout-1 .entry-header h1 {
		font-size: 1.5rem;
	}
}