@charset "UTF-8";
body{
	font-family:
		"Helvetica Neue",
	  Arial,
	  "Hiragino Kaku Gothic ProN",
	  "Hiragino Sans",
	  Meiryo,
	  sans-serif;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 17px;
	min-height: 100vh;
	position: relative;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
body > footer{
	margin-top: auto;
}
img.ofit{
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.conti-img{
	height:100%!important;
}
.sp-only{
	display: none;
}
.wdt{
	width: 1024px;
	margin: 0 auto;
}
.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignright{
	float: right;
	margin-left: 1.5em;
}
.alignleft{
	float: left;
	margin-right: 1.5em;
}
@media (max-width: 480px){
	.alignright{
		float: none;
		margin-left: 0;
	}
	.alignleft{
		float: none;
		margin-right: 0;
	}
}
/* HEADER */
.header-box{
	background-color: #FFBF00;
	padding: 25px 0px;
}
.header-box-search{
	display: inline-block;
	position: absolute;
	top: -10px;
	right: -55px;
	width: 380px;
}
.header-box-contact{
	position: absolute;
	top: -5px;
	right: 340px;
}
.header-box-contact a{
	text-decoration: none;
	background-color: #FFF;
	color: #333;
	padding: 6px 27px;
	border: 2px solid #FFF;
	font-size: 0.9rem;
	transition: 0.2s!important;
}
.header-box-contact a:hover{
	background-color: #FFBF00;
	color: #FFF;
}
.header-box-under{
	padding: 10px;
}
.header-box-under-content{
	display: flex;
	align-items: center;
}
.header-box-under-content-left{
	width: 50%;
}
.header-box-under-content-left span{
	color: #FFBF00;
	font-size: 30px;
}
.header-box-under-content-left-title{
	display: inline-block;
	padding-left: 20px;

}
.header-box-under-content-right{
	width: 50%;
	text-align: right;
}
#searchform input {
	width: 70%;
}
.tel-posi{
	position: relative;
	top: 2px;
}
/* GLOBAL-MENU */
.global-menu-pc{
	position: relative;
}
.global-menu-pc nav{
	display: flex;
	align-items: center;
	height: 80px;
	width: 100%;
	margin: 0 auto;
}
.global-menu-pc ul,
.global-menu-pc li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.global-menu-pc ul{
	padding-top: 50px;
	width: 800px;
	margin-left: auto;
	margin-right: 0px;
}
.global-menu-pc li {
	display: inline-block;
	width: calc(100%/5.2);
}
.global-menu-pc li a{
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 10px 0px;
	display: block;
	transition: 0.2s;
	text-align: center;
	font-size: 1.1rem;
}
.global-menu-pc li a:hover{
	background-color: rgba(255,255,255,0.3);
}
.font-white{
	color: #FFF!important;
}
.font-white a{
	color: #FFF!important;
}
.global-menu-pc-logo{
	margin-right:auto;
	margin-left:0;
}
.global-menu-pc-logo a{
	display:flex;
	gap:7px;
}
.global-menu-pc-logo-img{
	width:100px;
}
.global-menu-pc-logo-img img{
	width:100px;
	height:auto;
}
.global-menu-pc-logo-title{
	width:210px;
}
.global-menu-pc-logo-title img{
	width:210px;
	height:auto;
	margin-top:15px;
}
.search-form{
	position: relative;
	margin-right: 0px;
	border: 4px solid #FFF;
	padding: 2px 6px;
	border-top-left-radius : 8px;
	-webkit-border-top-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	border-bottom-left-radius : 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft: 8px;
	border-top-right-radius : 0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	border-bottom-right-radius : 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	height: 35px;
	lvertical-align : top;
}
.search-button{
	position: relative;
	background-color: #FFF;
	color: #FFBF00;
	height: 35px;
	padding: 3px 15px;
	border: 3px solid transparent;
	border-top-right-radius : 8px;
	-webkit-border-top-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	border-bottom-right-radius : 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-left-radius : 0px;
	-webkit-border-top-left-radius: 0px;
	-moz-border-radius-topleft: 0px;
	border-bottom-left-radius : 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius-bottomleft: 0px;
	vertical-align : top;
}
.search-button:hover{
	opacity: 0.8;
	cursor: pointer;
	cursor: hand;
}
/* SLIDE */
.slide-box{
	margin-top: 10px;
}
.swiper {
  width: 100%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 450px;
  object-fit: cover;
}
/* ***** */

/* TOP-CONTENT */
.top-col-3{
	display: flex;
	padding-top: 20px;
	align-items:stretch;
}
.top-col-3-box{
	width: calc(100%/3);
}
.col-1{
	width: 25%;
}
.col-2{
	width: 75%;
}
.col-3{
	width: 31%;
	padding: 0px 5px;
}
.top-col-3-box-banner{
	margin-bottom: 15px;
	width: 100%;
}
.top-col-3-box-banner a{
	position: relative;
	display: block;
	color: #333;
	width: 100%;
	transition: 0.2s;
}
.top-col-3-box-banner a:hover{
	opacity: 0.8;
}
.top-col-3-box-banner img{
	width: 100%;
	height: 130px;
	transition: 0.1s;
}
.banner-text{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
}
.mgb15{
	margin-bottom: 18px;
}
.banner-text-bg{
	background-color: rgba(255,255,255,0.6);
	margin: 0%;
	padding: 15px;
	border: 2px solid #FFBF00;
}
.banner-text-icon{
	text-align: center;
	position: relative;
	left: -10px;
}
.banner-text-icon .dashicons{
	font-size: 50px;
	height: 50px;
	color: #FFBF00;
	position: relative;
	left: -5px;
}
.banner-text-desc{
	padding: 5px 0px;
	width: 100%;
	text-align: center;
	font-weight: 700;
	line-height: 1.2rem;
}
/* TOP-POSTLIST */
.top-col-3-box-postlist-1{
	/*padding: 0px 10px;*/
	display: flex;
	align-items:stretch;
	flex-direction: column;
}
.top-col-3-box-postlist-2{
	padding: 0px;
	display: flex;
	align-items:stretch;
	flex-direction: column;
}
/*.top-col-3-box-postlist-headline{
	display: flex;
	width: 100%;
	background-color: #DDD;
	padding: 10px;
	height: 50px;
	margin-bottom: 10px;
}
*/
.top-col-3-box-postlist-headline img{
	width: 100%;
	height: auto;
}
.top-col-3-box-postlist-desc{
}
.top-col-3-box-postlist-desc img{
	width: 100%;
	height: auto;
}
.wide-banner{}
.wide-banner img{
	width: 100%;
}
.top-col-3-box-foot-banner{
	padding: 5px;
}
.top-col-3-box-foot-banner img{
	width: 100%;
}

.top-col-3-box-news{
	padding-left: 15px;
	position: relative;
}
.news-list-more{
	position: absolute;
	top: 25px;
	right: 0px;
	font-weight: 700;
	color: #FFBF00;
}
.news-list-more a{
	color: #FFBF00;
	text-decoration: none;
}
.news-headline{
	display: inline-block;
		font-size: 1rem;
		padding: .8em 1.6em .4em 1em;
		position: relative;
		color: #333;
		z-index: 1;
		width: 250px;
}
.news-headline:before{
	content: "";
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: -1;
		background: #FFBF00;
		transform: scaleY(1.3) perspective(.6em) rotateX(5deg);
		transform-origin: bottom left;
		border-radius: 8px 8px 0 0;
}
.news-list{
	border: 2px solid #FFBF00;
	min-height: 127px;
	padding: 20px;
	background-color: rgba(255,191,0,0.1);
}
.news-list ul,
.news-list li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.news-list li a{
	text-decoration: none;
	display: block;
	color: #333;
	padding: 1px 3px;
	transition: 0.3s;
}
.news-list li a:hover{
	background-color: rgba(255,191,0,0.3);
}
.top-flex{
	display: flex;
	padding-bottom: 0px;
}
.top-flex a{
	position: relative;
	width: calc(81%/3.24);
	padding: 20px;
	text-align: center;
	display: inline-block;
	color: #333;
	background-color: #FFBF00;
	border: 2px solid #FFF;
	transition: 0.3s;
	text-decoration: none;
}
.top-flex a:after{
	position: absolute;
	content: "";
	bottom: 0;
	right: 0;
	border-left: 20px solid transparent;
	border-bottom: 20px solid rgba(255,255,255,0.4);
}
.top-flex a:hover{
	background-color: rgba(255,191,0,0.7);
}
.top-link-box{
	padding-top: 10px;
	padding-bottom: 20px;
}
/* HEADLINE */
h1,h2,h3,h4{
	font-size: 1rem;
	font-weight: 400;
	margin: 0px;
	padding: 0px;
}
/* PAGE */
.page-content{
	width: 100%;
}
.page-content-in{
	width: 1024px;
	margin: 0 auto;
}
.page-content-in-bg{
	position: relative;
}
.page-content-in-bg img{
	width: 100%;
	height: 200px;
}
.page-content-in-bg h2{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* SafariÓÃ */
	transform: translate(-50%, -50%);
	color: #FFF;
	z-index: 3;
}
.page-content-in-bg-ov{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 2;
}
.page-content-headline{
	padding: 30px 0px;
	background-color: rgba(255,191,0,0.2);
}
.no-bg{
	background-color: transparent;
	padding: 0px;
}
.page-content-headline h2{
	font-size: 1.4rem;
	padding: 0px 10px;
	font-weight: 700;
}
.bred-posi{
	position: relative;
	font-size: 0.9rem!important;
	top: 3px;
}
.page-content-bread{
	padding: 10px;
	font-size: 0.9rem;
}
.page-content-bread a{
	text-decoration: none;
	color: #333;
	padding: 2px;
}
.page-content-bread a:hover{
	border-bottom: 2px dotted #FFBF00;
}
.page-content-text{
	padding: 0px 10px;
	padding-bottom: 30px;
}
.page-content-text h2{
	padding: 7px 13px;
	background-color: rgba(255,191,0,0.6);
	color: #333;
	font-size: 1.2rem;
	font-weight: 700;
	margin-top: 8px;
	margin-bottom:10px;
}
/* dormitory */
.page-content-dormitory{}
.dormitory-menu{
	background-color:#fff;
	display: flex;
	justify-content: center;
	flex-wrap:wrap;
	padding:20px 0px;
	margin-bottom:25px;
	gap:0px 10px;
	border-top:1px solid #333;
	border-bottom:1px solid #333;
}
.dormitory-menu a{
	text-decoration:none;
	color:#333;
	background-color:#FFF;
	padding:10px 20px;
	border:1px solid #333;
	font-size:0.9rem;
	transition:0.2s;
	width:calc(100%/3 - 10px);
	text-align:center;
}
.dormitory-menu a:hover{
	background-color:#fff2cc;
}
.dormitory-announcement{
	color:#b72020;
	border:1px solid #b72020;
	padding:15px;
	font-size:0.9rem;
	background-color:#ffeeee;
}
.meal-announcement{
	padding:15px;
	font-size:0.9rem;
	text-align:center;
}
.page-content-dormitory section{
	padding-top:50px;
	padding-bottom:90px;
}
.dormitory-section-headline{
	text-align:center;
	padding-bottom:20px;
}
.dormitory-section-headline h3{
	font-size:1.2em;
	font-weight:700;
	color:#333;
}
.dormitory-section-text{
	text-align:center;
	font-size:0.9rem;
}
.dormitory-section-comment{
	text-align:center;
	font-size:0.8em;
	color:#333;
	padding-bottom:20px;
}
.bg-dormitory01{
	background-color:rgba(255,191,0,0.6);
}
.dormitory-section-flex{
	display:flex;
}
.dormitory-section-flex-year{
	width:25%;
	text-align:center;
	font-size:1.2rem;
	font-weight:700;
	padding-top:20px;
	background-color:rgba(255,191,0,0.6);
}
.dormitory-section-flex-list{
	width:75%;
	background-color:rgba(255,191,0,0.2);
	padding:20px;
}
.dormitory-section-flex-list-item{
	background-color:#FFF;
	padding:15px;
	padding-bottom:20px;
	margin-bottom:10px;
}
.border-active{
	border:3px solid #FFBF00;
}
.dormitory-section-flex-list-item-month{
	text-align:center;
	padding-bottom:5px;
}
.dormitory-section-flex-list-item-link{
	display:flex;
	gap:0px 10px;
	margin-bottom:10px;
}
.dormitory-section-flex-list-item-link a{
	text-decoration:none;
	color:#333;
	width:50%;
	border:1px solid #333;
	text-align:center;
	padding:8px;
	transition:0.2s;
}
.dormitory-section-flex-list-item-link a:hover{
	background-color:#EEE;
}
.dormitory-section-flex-list-item-note{
	padding:10px;
	font-size:0.8rem;
	background-color:#EEE;
}
/*全て共通：hideエリアをはじめは非表示*/
.hide-area{
  display: none;
}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after, 
.modaal-close:before{
  background:#ccc;  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
  background:#666;
}
.dormitory-top-ph{
	padding:20px 50px;
	display:flex;
}
.dormitory-top-ph img{
	width:50%;
}
.dormitory-section-ph-list{
	padding:0px 30px;
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.dormitory-section-ph-list a{
	width:calc(100%/3 - 7px);
	text-decoration:none;
	color:#333;
	text-align:center;
	font-size:0.8rem;
}
.dormitory-section-ph-list a img{
	width:100%;
	height:220px;
}
.section-footer-button{
	margin-top:30px;
	text-align:center;
}
.section-footer-button a{
	color:#333;
	text-decoration:none;
	padding:15px;
	width:350px;
	display:inline-block;
	text-align:center;
	border:1px solid #333;
	font-size:0.9rem;
	transition:0.2s;
	position:relative;
}
.section-footer-button a:after{
	content:"→";
	padding-left:10px;
	line-height:1rem;
}
.section-footer-button a:hover{
	background-color:rgba(255,191,0,0.6);
}
.dormitory-section-report{
	display:flex;
	flex-wrap:wrap;
	padding:0px 30px;
	gap:10px;
}
.dormitory-section-report a{
	    text-decoration: none;
	    color: #333;
	    background-color: #FFF;
	    padding: 10px 20px;
	    border: 1px solid #333;
	    font-size: 0.9rem;
	    transition: 0.2s;
	    width: calc(100% / 3 - 10px);
	    text-align: center;
}
/* ********* */
.page-text{
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 27px;
	padding-right: 27px;
	position: relative;
	line-height: 1.7rem;
}
.page-text-list{
	padding-top: 10px;
	padding-bottom: 14px;
	padding-left: 45px;
	padding-right: 27px;
	position: relative;
}
.page-text-before-list{
	position: absolute;
	top: 9px;
	left: 10px;
}
.page-text ul{
	padding-left:30px;
	padding-right: 10px;
	margin: 0;
}
.page-text-line{
	padding: 20px;
	border: 1px solid #666;
	margin: 10px;
	text-align: center;
}
.page-content-text h3{
	margin-top: 15px;
	padding: 10px 15px;
	background-color: rgba(255,191,0,0.2);
	border-left: 8px solid #FFBF00;
	font-size: 1.2rem;
	line-height: 1.5rem;
	margin-bottom: 10px;
}
.page-content-text h4{
	font-size: 1.1rem;
	padding-left: 5px;
	font-weight: 700;
	color: #444;
}
.page-content-text p{
	line-height: 1.6rem;
	padding: 0px 5px;
	padding-bottom: 0px;
	margin:5px 0px;
}
.page-content-text ol{
	margin-bottom: 10px;
	padding-left: 15px;
}
.page-content-text li{
	padding: 2px 0px;
}
.page-content-text a{
	color: #666;
	text-decoration: none;
	border-bottom: 2px dotted #FFBF00;
	padding: 2px;
}
.page-content-text a:hover{
	background-color: rgba(255,191,0,0.2);
}
.page-content-text img{
	max-width: 100%;
	height: auto;
}
.page-content-text table{
	border-collapse: collapse;
	width: 97%;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 30px;
}
.page-content-text th{
	color: #333;
	padding: 7px;
	border: 1px solid #FFBF00;
	width: 100px;
	max-width: 100%;
	text-align: center;
	vertical-align: top;
	background-color: rgba(255,191,0,0.2);
}
.page-content-text td{
	border: 1px solid #FFBF00;
	padding: 7px;
}
.page-content-text-center-headline{
	font-weight: 700;
	padding-bottom: 10px;
}
.page-content-text-center{
	padding: 30px 0px;
	font-size: 1.2rem;
	text-align: center;
	line-height: 2rem;
}
.page-content-text-center-2{
	font-size: 1.2rem;
	text-align: center;
	line-height: 2rem;
	padding-bottom: 20px;
}
.risuto-kome{
	font-size: 0.8rem;
	color: red;
}
.gurunabi {
	line-height: 2rem;
}
.gurunabi a{
	margin-top: 10px;
}
.gurunabi img{
	width: 100px;
}
hr.style-seven {
    height: 30px;
    border-style: solid;
    border-color: #666;
    border-width: 1px 0 0 0;
    border-radius: 20px;
}
hr.style-seven:before {
    display: block;
    content: "";
    height: 30px;
    margin-top: -31px;    
    border-style: solid;
    border-color: #666;
    border-width: 0 0 1px 0;
    border-radius: 20px;
}
.none td{
	border: 0px;
}
.none th{
	width: 200px;
	background-color: transparent;
	border: 0px;
	font-weight: 400;
	text-align: left;
}
.page-content-text .swiper-pagination{
	position: absolute;
	bottom: 10px;
}
.swiper-pagination-bullet {
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .7);
}
.swiper-pagination-bullet-active {
    background: #FFBF00;
}
.wp-caption-text{
	padding: 4px 0px!important;
	margin: 0;
	text-align: center;
	color: #999;
}
.col-flex{
	display: flex;
	margin-top: 10px;
	margin-bottom: 20px;
	 align-items: stretch;
}
.flex-wrap{
	flex-wrap: wrap;
}
.page-content-in .col-12{
	width: 100%;
}
.page-content-in .col-5{
	width: calc(100%/2 - 16px);
	margin: 0px 8px;
	align-items: center;
}
.page-content-in .col-3{
	width: calc(100%/3);
}
.page-content-in .col-10{
	width: 100%;
}
.shop-ph{
	position: relative;
}
.shop-ph p,
.shop-info p{
	margin: 0;
	padding: 0;
}
.shop-ph img{
	width: 100%;
	height: 300px;
}
.shop-info{
	padding: 15px 6px;
}
.shop-info-text{
	margin-top: 4px;
	border-top: 1px dotted #CCC;
	padding-top: 5px;
}
.shop-info-e{
	margin: 5px 0px;
	padding: 10px;
	border: dotted 1px #555;
	font-size: 0.9rem;
}
.shop-info-e-kome{
	font-size: 0.8rem;
	margin-top: 4px;
	padding-top: 4px;
	border-top: dotted 1px #888;
}
.bdn{
	border-top: 0px;
}
.sekisu {
	position: absolute;
	bottom: 10px;
	right: 10px;
	display: inline-block;
	padding: 2px 7px;
	background-color: #FFBF00;
	color: #FFF;
	z-index: 10;
	border: 1px solid #FFF;
}
.detail-btn{
	text-decoration: none;
	display: block;
	border: 2px solid transparent!important;
	padding: 10px!important;
	text-align: center;
	background-color: rgba(255,191,0,0.3);
}
.col-5-ph img{
	width: auto;
	height: 400px;
}
.col-5-text{
	padding: 10px;
	position: relative;
	height: 100%;
}
.col-5-text-btn{
	position: absolute;
	bottom: 10px;
}
.page-link{
	width: 50%;
	padding: 5px;
}
.page-link a{
	text-decoration: none;
	border: none;
	color: #333;
}
.page-link a{
	display: block;
	padding: 20px;
	border:1px solid #FFBF00;
	width: 100%;
}
.page-link-2{
	width: 100%;
	padding: 5px;
	padding-top: 15px;
}
.page-link-2 a{
	text-decoration: none;
	border: none;
	color: #333;
}
.page-link-2 a{
	display: block;
	padding: 20px;
	border:1px solid #FFBF00;
	width: 100%;
}
.textbook-link{
	width: 100%;
}
.textbook-link a{
	text-decoration: none;
	border: none;
	color: #333;
	font-size: 0.9rem;
	text-align: center;
}
.textbook-link a{
	display: block;
	padding: 20px;
	border:1px solid #FFBF00;
	width: 100%;
}
.textbooksystem-link{
	width: 100%;
}
.textbooksystem-link a{
	text-decoration: none;
	border: none;
	color: #333;
	font-size: 0.9rem;
	text-align: center;
	background-color: #DDD;
}
.textbooksystem-link a{
	display: block;
	padding: 20px;
	border:1px solid #CCC;
	width: 100%;
}
.page-text-loop{
	padding: 10px 0px;
}
.page-text-loop ul,
.page-text-loop li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.page-text-loop li{
	padding: 5px 0px;
}
/* ARCHIVE */
.post-list{
	padding: 20px;
}
.article-list a{
	display: block;
	text-decoration: none;
	border: none;
	padding: 10px;
}
.list-date{
	display: inline-block;
}
.list-cate{
	display: inline-block;

}
.list-title{
	display: inline-block;
	padding: 0px 20px;
}
/* FOOTER */
footer{
	width: 100%;
	background-color: #FFBF00;
	color: #333;
	padding: 30px 0;
}
.footer-box{}
.footer-box-content{
	display: flex;
}
.footer-box-content-col{
	width: 33%;
	padding: 0px 10px;
}
.footer-box-content-col ul,
.footer-box-content-col li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-box-content-col a{
	text-decoration: none;
	color: #333;
	padding: 3px;
}
.footer-box-content-col a:hover{
	background-color: rgba(255,255,255,0.2);
}
.footer-box-content-col li{
	padding: 4px;
	padding-left: 10px;
}
.footer-box-content-col .headline a{
	font-weight: 700;
	padding: 4px 0px;
	border-bottom: 1px dotted #000;
	display: block;
	padding-left: 5px;
}
.footer-box-content-col a{
	padding: 7px 10px;
}
.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,22px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,12px));
    border-radius: 3px;
    border: 1px solid #FFF;
  }
  .pagination{
  	padding: 10px 0px;
  }
 .pagination ul,
 .pagination li{
 	list-style: none;
 	margin: 0;
 	padding: 0;
 }
 .page-numbers .current{
 	display: inline-block;
 	padding: 10px;
 	background-color: rgba(255,191,0,0.1);;
 }
 .page-numbers li{
 	display: inline-block;
 }
 .page-numbers li a{
 	padding: 10px;
 	margin: 0px 3px;
 }
 .white-bar .swiper-pagination-bullet {
     background: #FFF;
 }
 .white-bar .swiper-pagination-bullet-active {
    background: #FFBF00;
}
.mb-10{
	margin-bottom: 10px;
}
.col-wide{
	padding: 0px 8px;
	margin-bottom: 20px;
}
.textbooksystem-link a:hover{
	color: #333!important;
	background-color: #BBB;
}
.page-content-in .col-5-2 {
    width: calc(100%/2);
    align-items: center;
}
.mgr-5{
	margin-right: 5px;
}
.mgl-5{
	margin-left: 5px;
}
.page-pdf-link{
	padding-top: 10px;
	padding-bottom: 20px;
}
.dashicons-pdf{
	position: relative;
	top: 2px;
}
.page-text-box{
	margin: 10px;
}
.contact-tel{
	margin: 10px 0px;
}
.contact-tel a{
	text-decoration: none;
	font-size: 1.6rem;
	font-weight: 700;
	border: transparent;
}
/* お問い合わせフォーム */
.welfare-contact-form{
	padding: 20px 0px;
	width: 800px;
}
.welfare-contact-form ul,
.welfare-contact-form li{
	list-style: none;
	margin: 0;
	padding: 0;
}
.welfare-contact-form li{
	display: flex;
	margin-bottom: 10px;
}
.welfare-contact-form-item{
	background-color: rgba(255,191,0,0.2);
	width: 30%;
	padding: 0px 20px;
	padding-top: 5px;
	position: relative;
}
.welfare-contact-form-desc{
	width: 70%;
	padding: 0px;
	margin-left: 10px;
}
.form-badge{
	display: inline-block;
	font-size: 0.7rem;
	line-height: 0.7rem;
	padding: 3px 5px;
	margin-left: 10px;
	position: absolute;
	top: 10px;
	right: 10px;
}
.b-hissu{
	background-color: red;
	color: #FFF;
}
.b-nini{
	background-color: blue;
	color: #FFF;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid rgba(255,191,0,0.6);
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 0px;
}
.wpcf7 input[type="submit"] {
	font-size: 100%;
	padding: 0.2em;
	width: 230px;
	text-align: center;
	background: rgba(255,191,0,0.6);
	color: #333;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	border: 1px solid #ccc;
	text-shadow: 0px;
}
.wpcf7 input[type="submit"]:hover {
	box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s !important;
}
.page-text-center{
	text-align: center;
	padding: 30px 0px;
}
.search-list{}
.search-list a{
	text-decoration: none;
	color: #333;
	padding: 5px ;
	display: block;
}
.search-list a:hover{
	background-color: rgba(255,191,0,0.3);
}
.search-list ul{}
.search-list li{
	margin: 5px 0px;
}
.footer-center-copyright{
	text-align: center;
	font-size: 0.9rem;
	color: #555;
	padding-top: 10px;
}
.sitemap-box a{
	border-bottom: transparent;
	color: #333;
}
.corona-text{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 0.8rem;
	color: red;
}
.shisetsu-link{
	margin: 5px;
	width: 250px;
}
.shisetsu-link a{
	display: block;
	border: 2px solid rgba(255,191,0,0.6);
	padding: 6px;
	text-align: center;
}
.shisetsu-line{
	width: 100%;
	height: 5px;
	background-color: rgba(255,191,0,0.3);
	margin: 20px 0px;
}
.shisetsu-box-about-kome{
	padding-top: 10px;
	padding-left:15px;
	font-size: 0.9rem;
	color: #666;
}
.shisetsu-box-table{}
.shisetsu-box-table .headline{
	background-color: rgba(255,191,0,0.3);
	text-align: center;
}
.shisetsu-box-table .headline-sub{
	text-align: center;
	background-color: rgba(255,191,0,0.1);
}
.shisetsu-box-table .table-center{
	text-align: center;
}
.text-center{
	text-align: center;
}
.shisetsu-box-sub{
	font-weight: 700;
	padding-left:15px;
}
.shisetsu-box-sub-text{
	padding-bottom: 20px;
	padding-left: 15px;
}
.shisetsu-box-sub-kome{
	font-size: 0.9rem;
	padding-left: 15px;
}
.table-kome{
	padding-left: 15px;
	font-size: 0.9rem;
	padding-right:15px;
}
.page-text-contact{
	margin: 20px 15px;
	padding: 20px 30px;
	color: #333;
	border: 1px solid #333;
}
.number-list-1 ol{
	list-style-type:none;
	padding-left:15px;
	counter-reset: count 0;
	padding-bottom:5px;
	margin-top:7px!important;
}
.number-list-1 li{
	padding-left:40px;
	position: relative;
}
.number-list-1 li:before {
	position: absolute;
	left:0px;
	list-style-type:none;
	content: "(" counter(count) ") ";
  counter-increment: count 1;
}
.number-list-2 ol{
	list-style-type:none;
	counter-reset: count 0;
	padding-bottom:5px;
	padding-top:7px!important;
}
.number-list-2 li{
	position: relative;
	padding-left:40px;
}
.number-list-2 li:before {
	position: absolute;
	left:0;
	list-style-type:none;
  content: counter(count) ". ";
  counter-increment: count 1;
}
.number-list-pdl{
	padding-left:40px;
}
.pdesc{
	padding-left:10px;
}
.privacy-headline{
	padding-top:20px;
	padding-bottom:5px;
	padding-left:10px;
}
.privacy-headline-desc{
	padding-left:34px;
	padding-bottom:10px;
}
.privacy-list {
	padding-left:25px;
	padding-bottom:10px;
}
.privacy-list li{
	list-style: none;
	margin:0;
	padding:0;
	position: relative;
}
.privacy-list li{
	padding-left:25px;
	padding-bottom:5px;
}
.privacy-list li span{
	position: absolute;
	left:0px;
}
.col-33{
	width:calc(100%/3 - 10px);
	margin:0 5px;
	margin-bottom:15px;
}
.col-33 .textbook-link{
	padding:0px 8px;
}
.col-10 .textbook-link{
	padding:0px 8px;
}
.dormitory-top{
	background-color:#ee7800;
	padding:40px 0px;
	margin-bottom:30px;
}
.dormitory-top-text01{
	font-size:20px;
	font-weight:700;
	text-align:center;
	color:#FFF;
	padding-bottom:5px;
}
.dormitory-top-text02{
	font-size:35px;
	text-align:center;
	color:#FFF;
	font-weight:700;
	padding-bottom:20px;
}
.dormitory-top-text03{
	font-size:14px;
	color:#333;
	text-align:center;
}
.dormitory-point{
	display:flex;
	gap:10px;
	padding:30px 50px;
}
.dormitory-point-item{
	width:calc(100%/3 - 7px);
	padding:20px;
	background-color:#FFBF00;
	border-radius:10px;
	text-align:center;
}
.dormitory-pr{}

.dormitory-pr .section-footer-button a{
	background-color:#FFF;
	text-decoration:none;
	padding:10px;
	border-bottom:1px solid #333;
}
.page-link-wide {
	width:100%;
}
.page-link-wide a{
	display: block;
	padding: 20px;
	border: 1px solid #FFBF00;
	width: 100%;
	text-align:center;
	color:#333;
}
.pickup-container {
    margin: 0;
}

.pickup-item{
	line-height:20px;
	margin-bottom:2px;
}
.pickup-item a{
	text-decoration:none;
	color:#333;
	font-size:1rem;
	line-height:16px;
}
.pickup-item a:hover{
	text-decoration:underline;
	color:red;
}
.pickup-label {
    display: inline-block;
    background-color: red;
    color: white;
    font-weight: bold;
    padding: 2px 12px;
    margin-right: 9px;
    font-size: 12px;
    border-radius: 3px;
}
.pickup-label-orange {
    display: inline-block;
    background-color: #f59e0b;
    color: white;
    font-weight: bold;
    padding: 2px 12px;
    margin-right: 9px;
    font-size: 12px;
    border-radius: 3px;
}

/* ================================= */
@media screen and (max-width: 1024px) {

}
/* ================================= */
@media screen and (max-width: 768px) {
	body {
	    /* sticky footer は flex(margin-top:auto) で実現するため padding-bottom 不要 */
	}
	.dormitory-pr .section-footer-button{
		padding:10px;
	}
.privacy-list {
    padding-left: 0px;
    padding-bottom: 10px;
}
.privacy-headline {
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 0px;
    font-weight: 700;
}
.privacy-headline-desc {
    padding-left: 10px;
    padding-bottom: 10px;
}
	.wdt{
		width: 100%;
	}
	.swiper-slide img {
	    display: block;
	    width: 100%;
	    height: 150px;
	    object-fit: cover;
	}
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none!important;
	}
	.sp-wrap{
		display: block;
		flex-wrap: wrap;
	}
	.slide-box{
		padding-top: 0px;
	}
	.top-col-3{
		flex-flow: column;
		padding: 10px 0px;
	}
	.top-col-3-box-banner{
		margin: 10px 2px;
		margin-top: 0px;
	}
	.top-col-3-box-banner img {
	    width: 100%;
	    height: 150px;
	}
	.top-col-3-box{
		width: 100%;
		display: flex;
	}
	.banner-text-bg {
	    background-color: rgba(255,255,255,0.6);
	    margin: 7%;
	    padding: 15px	;
	    min-height: 130px;
	}
	.banner-text-desc {
		font-size: 0.8rem;
	}
	.top-col-3-box-postlist-1{
		width: 100%;
	}
	.top-col-3-box-postlist-2{
		width: 100%;
		padding: 0px 10px;
	}
	.wp-caption{
		width: 100%!important;
	}
	.page-content-in{
		width: 100%;
		margin: 0 auto;
	}
	.page-content-in .col-5 {
	    width: 100%;
	    align-items: center;
	    margin: 0;
	}
	.footer-box-content{
		flex-flow: column;
	}
	.footer-box-content-col {
	    width: 100%;
	}
	.shop-ph img {
	    height: 320px;
	}
	.page-content-headline {
	    padding: 20px 0px;
	}
	.page-content-headline h2 {
	    font-size: 1.2rem;
	}
	.page-content-text h2 {
	    padding: 7px 13px;
	    background-color: rgba(255,191,0,0.6);
	    color: #333;
	    font-size: 1.2rem;
	    font-weight: 700;
	}
	.page-content-text h3 {
	    margin-top: 15px;
	    padding: 7px 13px;
	    background-color: rgba(255,191,0,0.2);
	    border-left: 8px solid #FFBF00;
	    font-size: 1.1rem;
	}
	.shop-info {
	    padding: 15px 0px;
	}
	.top-col-3-box-news {
	    padding-left: 0px;
	    padding: 5px;
	}
	.news-list-more {
	    top: 29px;
	    right: 5px;
	}
	.news-list {
	    min-height: 245px;
	    padding: 15px;
	    background-color: rgba(255,191,0,0.1);
	}
	.mgb15 {
	    margin-bottom: 5px;
	}
	.top-flex a {
	    width: calc(100%/2);
	    font-size: 0.9rem;
	}
	.top-link-box{
		padding-bottom: 70px;
	}
	.header-box {
	    padding: 17px 0px;
	}
	.slide-box {
	    margin-top: 0px;
	}
	.sp-head-title{
		padding: 0px 20px;
	}
	.sp-head-title a{
		text-decoration: none;
		color: #333;
		font-weight: 700;
		font-size: 1.2rem;
	}
	.page-content-in iframe{
		width: 100%;
	}
	.welfare-contact-form {
	    padding: 20px 0px;
	    width: 100%;
	    padding-bottom: 0px;
	}
	.page-text {
	    padding-top: 10px;
	    padding-bottom: 14px;
	    padding-left: 15px;
	    padding-right: 15px;
	    position: relative;
	    line-height: 1.7rem;
	}
	.welfare-contact-form li {
	    display: flex;
	    margin-bottom: 10px;
	    flex-wrap: wrap;
	}
	.welfare-contact-form-item {
	    width: 100%;
	    padding: 0px 15px;
	    padding-top: 5px;
	    position: relative;
	}
	.welfare-contact-form-desc {
	    width: 100%;
	    padding: 0px;
	    margin-left: 0px;
	}
	.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="url"], .wpcf7 input[type="tel"], .wpcf7 textarea {
	    background-color: #fff;
	    color: #333;
	    width: 100%;
	    border: 1px solid rgba(255,191,0,0.6);
	    font-size: 100%;
	    padding: 0.5em;
	    border-radius: 4px;
	    box-shadow: 0px;
	}
	.wpcf7 input[type="submit"] {
	    font-size: 100%;
	    padding: 0.7em;
	    width: 100%;
	    text-align: center;
	    background: rgba(255,191,0,0.6);
	    color: #333;
	    border-radius: 4px;
	    cursor: pointer;
	    box-shadow: 0 0 1px rgb(0 0 0 / 20%);
	    border: 1px solid #ccc;
	    text-shadow: 0px;
	}
	.form-badge {
	    top: 8px;
	}
	.drawer-nav {
	    position: fixed;
	    z-index: 10;
	    top: 0;
	    overflow: hidden;
	    width: 16.25rem;
	    height: 100%;
	    color: #222;
	    background-color: rgba(255,191,0,1);
	}
	.col-flex{
		flex-wrap: wrap;
	}
	.page-content-in .col-5-2 {
	    width: calc(100%);
	    align-items: center;
	}
	.page-link a {
	    display: block;
	    padding: 15px;
	    border: 1px solid #FFBF00;
	    width: 100%;
	    font-size: 0.9rem;
	}
	.mgb10px{
		margin-bottom:10px;
	}
	.page-link-wide{
		padding:5px;
	}
	.page-link-wide a {
	        padding: 15px;
	        border: 1px solid #FFBF00;
	        width: 100%;
	        font-size: 0.9rem;
	    }
	.page-link-2 a {
	    display: block;
	    padding: 15px;
	    border: 1px solid #FFBF00;
	    width: 100%;
	    font-size: 0.9rem;
	}
	.sp-col-1{
		width: 100%;
	}
	.textbook-link a {
	    display: block;
	    padding: 20px;
	    border: 1px solid #FFBF00;
	    width: 100%;
	    margin-bottom: 5px;
	}
	.page-content-in table th,
	.page-content-in table td{
		font-size: 0.9rem;
	}
	.none th {
	    width: 115px;
	    background-color: transparent;
	    border: 0px;
	    font-weight: 400;
	    text-align: left;
	}
	.spf-09{
		font-size: 0.9rem;
	}
	.news-list li a {
	    border-bottom: 1px dotted #666;
	    padding: 3px;
	}
	.article-list a {
	    border-bottom: 1px dotted #666;
	}
	.list-title {
	    display: inline-block;
	    padding: 0px 0px;
	}
	.sp-logo{
		padding: 10px;
	}
	.sp-logo a{
		display:flex;
	}
	.sp-logo img{}
	.global-menu-pc-logo-img {
	    width: 75px;
	}
	.global-menu-pc-logo-img img {
	    width: 60px;
	    height: auto;
	}
	.global-menu-pc-logo-title {
	    width: 160px;
	}
	.global-menu-pc-logo-title img {
	    width: 160px;
	    height: auto;
	    margin-top: 5px;
	}
	.drawer-menu-item {
	    font-size: 1.1rem;
	    display: block;
	    padding: 0.8rem;
	    text-decoration: none;
	    color: #222;
	}
	.page-text-line {
	    padding: 15px;
	}
	.shisetsu-link {
	    margin: 5px;
	    width: 47%;
	    font-size: 0.8rem;
	}
	.table-kome {
	    padding-left: 10px;
	    font-size: 0.9rem;
	    padding-right: 10px;
	}
	.page-content-text p {
	    font-size: 1rem;
	}
	.col-33{
		width:100%;
		margin:0px;
		margin-bottom:15px;
	}
	.col-33 .textbook-link{
		padding:0px;
	}
	.col-10 .textbook-link{
		padding:0px;
	}
	.col-wide {
	    padding: 0px;
	    margin-bottom: 20px;
	}
	.mb-10 {
	    margin-bottom: 0px;
	}
	.page-content-text {
	    padding-bottom: 60px;
	}
	.page-content-dormitory {
	    padding: 0px 10px;
	}
	.dormitory-menu{
		background-color:#fff;
		display: flex;
		justify-content: center;
		flex-wrap:wrap;
		padding:20px 10px;
		margin-bottom:25px;
		gap:10px;
		border-top:1px solid #333;
		border-bottom:1px solid #333;
	}
	.dormitory-menu a {
	    width: 100%;
	}
	.dormitory-section-flex {
	    display: flex;
	    flex-wrap:wrap;
	}
	.dormitory-section-flex-year {
	    width: 100%;
	}
	.dormitory-section-flex-list {
	    width: 100%;
	    padding:10px;
	}
	.section-footer-button a {
	    width: 100%;
	}
	.dormitory-section-ph-list {
	    padding: 0px 10px;
	    gap: 10px;
	}
	.dormitory-section-ph-list a {
	    width: 100%;
	}
	.page-content-dormitory section {
		padding: 0px 10px;
    padding-top: 30px;
    padding-bottom: 90px;
	}
	.dormitory-section-text {
	    text-align: left;
	    font-size: 0.9rem;
	}
	.dormitory-announcement {
	    color: #b72020;
	    border: 1px solid #b72020;
	    padding: 15px;
	    font-size: 0.8rem;
	    background-color: #ffeeee;
	}
	.dormitory-section-report {
	    display: flex;
	    flex-wrap: wrap;
	    padding: 0px 0px;
	    gap: 10px;
	}
	.dormitory-section-report a {
	    width: 100%;
	}
	.dormitory-top{
		background-color:#ee7800;
		padding:30px 0px;
		margin-bottom:20px;
	}
	.dormitory-top-text01{
		font-size:17px;
		font-weight:700;
		text-align:center;
		color:#FFF;
		padding-bottom:5px;
	}
	.dormitory-top-text02{
		font-size:25px;
		text-align:center;
		color:#FFF;
		font-weight:700;
	}
	.dormitory-point{
		display:flex;
		gap:10px;
		padding:10px;
		flex-wrap:wrap;
	}
	.dormitory-point-item{
		width:calc(100%);
		padding:15px;
		background-color:#FFBF00;
		border-radius:7px;
		text-align:center;
	}
	.dormitory-top-text03{
		font-size:11px;
		color:#333;
		text-align:center;
		padding:0px 10px;
		padding-bottom:20px;
	}
	.dormitory-top-ph{
		padding:10px;
		display:flex;
		flex-wrap: wrap;
		gap:10px;
	}
	.dormitory-top-ph img{
		width:100%;
	}
	.pickup-item {
	    margin-top: 4px;
	    border-bottom: 1px dotted #666;
	    padding: 3px;
	}
	.top-banner-box {
	  display: grid;
	  grid-template-columns: 1fr;        /* 1個のときは1列＝100% */
	  gap: 10px;                          /* 指定の余白 */
	  margin: 10px 10px 0px 10px;
	  position: relative;
	}

	/* 2個以上あるときは2列（=50%/50%） */
	.top-banner-box:has(> a + a) {
	  grid-template-columns: 1fr 1fr;
	}

	/* 3個目が存在するとき、3個目は2列ぶち抜き（=100%） */
	.top-banner-box:has(> a:nth-child(3)) > a:nth-child(3) {
	  grid-column: 1 / -1;
	}

	.top-banner-box > a {
	  display: block;
	  height: 80px;                      /* ベース通り */
	  background: #FFBF00;                /* 背景色 */
	  text-decoration: none;
	  position: relative;
	  color: #111;                        /* テキスト色 */
	}

	/* 中身の縦横センター */
	.top-banner-box .banner-text {
	  height: 100%;
	  display: flex;
	  align-items: center;                 /* 縦中央 */
	  justify-content: center;             /* 横中央 */
	  text-align: center;
	}

	/* アイコン → 改行 → テキスト の縦並び */
	.top-banner-box .banner-text-bg {
	  display: inline-flex;
	  flex-direction: column;              /* ← 縦並び */
	  align-items: center;                 /* 天地中央 */
	  justify-content: center;
	  gap: 6px;                            /* アイコンと文字の間隔 */
	  padding: 0 12px;
	  white-space: normal;                 /* 折り返し可（縦並びなので問題なし） */
	}

	.top-banner-box .banner-text-icon .dashicons {
	  font-size: 28px;
	  line-height: 1;
	  display: inline-block;
	}

	.top-banner-box .banner-text-desc {
	  font-size: 16px;                     /* ベースより少し控えめに */
	  font-weight: 700;
	  line-height: 1.3;
	}
}
/* ================================= */
@media screen and (max-width: 480px) {
	.banner-text-icon .dashicons {
	    font-size: 40px;
	    height: 40px;
	}
	.top-col-3-box-banner img {
	    height: 100px;
	}
	.banner-text-bg {
	    background-color: rgba(255,255,255,0.6);
	    margin: 7%;
	    padding: 15px	;
	    min-height: 136px;
	}
}
/* ================================= */
@media screen and (max-width: 320px) {

}
.ele-wrap{
  max-width: 980px;
  margin: 0 auto;
  padding: 28px 18px 36px;
  text-align: center;
}

.ele-topline{
  font-size: 26px;
  letter-spacing: .02em;
  margin: 6px 0 10px;
  font-weight: 500;
}
.ele-topline .ele-muted{ color:#222; }
.ele-topline .ele-arrow{ margin-left:10px; }

.ele-headline-link{
  display: inline-block;
  font-size: 30px;
  color: #1f4fe0;
  text-decoration: none;
  border-bottom: 2px solid #1f4fe0;
  padding-bottom: 6px;
  line-height: 1.1;
  margin: 6px 0 6px;
  font-weight: 600;
}

.ele-note{
  font-size: 18px;
  margin: 10px 0 26px;
  color: #222;
}

.ele-section{
  text-align: left;
  margin: 18px auto 24px;
  max-width: 860px;
}

.ele-section-title{
  font-size: 26px;
  font-weight: 700;
  margin: 14px 0 12px;
}

.ele-cred-row{
  display: flex;
  gap: 26px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ele-cred-box{
  flex: 1 1 380px;
  min-width: 280px;
  border: 3px solid #2b2b2b;
  border-radius: 10px;
  padding: 14px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}

.ele-cred-left{
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #111;
  white-space: nowrap;
}

.ele-tri{
  font-size: 20px;
  transform: translateY(-1px);
}

.ele-cred-value{
  font-size: 34px;
  font-weight: 800;
  letter-spacing: .02em;
}

.ele-bottom-links{
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
}

.ele-bottom-links a{
  color: #1f4fe0;
  font-size: 28px;
  text-decoration: none;
  border-bottom: 2px solid #1f4fe0;
  padding-bottom: 6px;
}

@media (max-width: 600px){
  .ele-topline{ font-size: 20px; }
  .ele-headline-link{ font-size: 24px; }
  .ele-note{ font-size: 14px; }
  .ele-section-title{ font-size: 20px; }
  .ele-cred-left{ font-size: 18px; }
  .ele-cred-value{ font-size: 26px; }
  .ele-bottom-links a{ font-size: 20px; }
  .ele-cred-box{ padding: 12px 14px; }
}