body{
font-family: 'Noto Sans JP', sans-serif;
}

.buchinuki-fullwidth{
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.buchinuki-fullwidth img{
      object-fit: cover;
    width: 100%;
    height: 500px;
}

.category-big-title{
  margin-top: 120px;
}

/* 動線リンクここから */

.dosen{
}

.dosen-title-box{
 padding-top: 7px;
width:20%;
float:left;
margin-right:10%;
}

.dosen-title{
font-weight:bold;
color:#c8161d;
}

.dosen-link-box{
width:67%;
float:left;
}

.dosen-link-y{
  font-size:0.8em;
  margin:3px;
font-weight:bold;
padding:5px 10px;
background-color:#c8161d;
color:#fff;
display:inline-block;
border:1px solid #c8161d;
}

.dosen-link-y a{
color:#fff !important;
}

.dosen-link-n{
    font-size:0.8em;
    margin:3px;
font-weight:bold;
padding:5px 10px;
background-color:#fff;
color:#c8161d;
display:inline-block;
border:1px solid #c8161d;
}

.dosen-link-n a{
  color:#c8161d !important;
}

/* 動線リンクここまで */

.wp-block-button__link{
	    background-color: #bdad69 !important;
	text-align:center;
	margin:0 auto;
	    max-width: 400px !important;
    width: 90% !important;
	display: block;
	margin-top:45px;
}

  .fb-umekomi {
  padding-bottom: 235% !important;
}

.umekomi {
  position: relative;
  width: 100% !important;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 50px;
}

.umekomi iframe {
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}

.small-logo-title{
    font-size: 0.5em;javascript:void(0)
    color: #fff;
    margin-bottom: 0px;
    padding: 0px;
    margin-top: -5px;
}

.first-conetents-top li{
width: 94%;
  height:auto;
    margin: 0 auto;
    margin-bottom: 4px;
  
}

.first-conetents li:first-child{
width: 94%;
  height:auto;
    margin: 0 1%;
    margin-bottom: 4px;
}

.first-conetents li:nth-child(3n+1){
width: 94%;
    height:auto;
    margin: 0 1%;
    margin-bottom: 4px;
}


.first-conetents li{
    width: 44%;
    height:auto;
    padding: 2%;
    float: left;
  background-color:#fff;
  margin:1%;
  border-radius:4px;
}

.first-conetents img{
  margin-bottom:10px;
}

.fade-in {
  opacity: 0;
  transition-duration: 250ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#base_gmoWrapp{
padding: 0px !important;
  margin-left: 0px !important;
}

.owl-box{
width:94%;
}

.backslide-box{
      overflow: hidden!important;
    position: relative;
      margin: 0;
  margin-bottom:10px;
  padding: 95% 0 0;
}

#headimg{
    width: 100%;
    height: 100%;
}

.shita60 {
    margin-bottom: 60px !important;
}

#image .text {
  text-decoration-color:#ccc;
    position: absolute;
    z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
    width: 55%;
  height: 50%;
  text-align: center;
}

#image img {
width:100%;
}

#image .text span {
    text-align: center;
    width: 270px;
    margin: 0 auto;
    margin-bottom: 30px;
}


#image .text p {
    text-align: center;
    color: #fff;
  margin-top:20px;
}

.wordpress-box{
width: 730px !important;
    margin-left: -100px !important;
}

/* タブテスト */

.tab-wrap {
	background: White;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	padding: 0 0 20px;
}

.tab-label {
	color: Gray;
	cursor: pointer;
	flex: 1;
	font-weight: bold;
	order: -1;
	padding: 12px 24px;
	position: relative;
	text-align: center;
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
	user-select: none;
	white-space: nowrap;
	-webkit-tap-highlight-color: transparent;
}

.tab-label:hover {
	background: rgba(0, 191, 255,.1);
}

.tab-switch:checked + .tab-label {
	color: DeepSkyBlue;
}

.tab-label::after {
	background: DeepSkyBlue;
	bottom: 0;
	content: '';
	display: block;
	height: 3px;
	left: 0;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(100%);
	transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
	width: 100%;
	z-index: 1;
}

.tab-switch:checked ~ .tab-label::after {
	transform: translateX(-100%);
}

.tab-switch:checked + .tab-label::after {
	opacity: 1;
	transform: translateX(0);
}

.tab-content {
	height:0;
	opacity:0;
	padding: 0 20px;
	pointer-events:none;
	transform: translateX(-30%);
	transition: transform .3s 80ms, opacity .3s 80ms;
	width: 100%;
}

.tab-switch:checked ~ .tab-content {
	transform: translateX(30%);
}

.tab-switch:checked + .tab-label + .tab-content {
	height: auto;
	opacity: 1;
	order: 1;
	pointer-events:auto;
	transform: translateX(0);
}

.tab-wrap::after {
	content: '';
	height: 20px;
	order: -1;
	width: 100%;
}

.tab-switch {
	display: none;
}

/* ============================== */

body {
	background: WhiteSmoke;
  font-family: sans-serif;
	margin: 10px;
}

@media screen and ( min-width:480px )
{
body,html{
min-width:980px;
}
  
 .backslide-box{
  padding: 570px 0 0;
   margin-bottom:10px;
}
  
  #image .text {
    width: 30%;
      height: 40%;
}
  
  .owl-box{
width:100%;
}
  
  .first-conetents li {
    width: 292px;
    height:365px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin: 0 4px 4px 0px;
  }
  
  .first-conetents li:first-child{
    width: 292px;
    height:365px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin: 0 4px 1px 0px;
}
  
    .first-conetents li:nth-child(3n+1){
    width: 292px;
      height:365px;
    background-color: #fff;
    padding: 10px;
    padding-bottom: 20px;
    float: left;
    margin: 0 4px 1px 0px;
}
  

  
  .first-conetents-top li{
width: 33%;
    margin: 0px;
    display: inline-block;
}
  
  .fb-umekomi {
 max-width:550px !important;
  padding-bottom: 90% !important;
}
  
  
  }