@charset "utf-8";
/* CSS Document */

.clearfix::after{
  content: "";
  display: block;
  clear: both;}

sup{
	vertical-align: super;
	font-size: smaller;
}

.underline{
text-decoration: underline;
}


/*==== TOP template ====*/
.style_campus_h3{
    padding: 2px 0 3px;
    font-size: 1.28571rem;
    line-height: 1.1;
    min-height: 37px;
}
.style_campus_h3 span{
    font-size:0.67em;
}
.style_campus_list{
    margin-top: 3px;
    font-size: 0.85714rem;
    letter-spacing: 0.5px;
}

 @media only screen and (max-width:738px) {
.style_campus_h3{
        padding: 1.5125vw 0 1.115vw;
        letter-spacing: -0.05em;
        font-size: 4.0625vw;
        min-height: auto; } 

.style_campus_list{
        margin-bottom:-5px;
        font-size: 3.4375vw;
} }



/*==== �w���E�w�Ȃ̂��Љ� template ====*/
.st-media1__list
  {margin-left:30px;}
    @media screen and (max-width: 738px) {
      .st-media1__list{
        margin-left:0px;} }

.st-media1__list-item {
    /* width: 474px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 1.1em;
    text-indent: -0.6em;
    line-height: 1.8;
}
.st-media1__list-item:before {
    display: inline-block;
    content: '��';
    padding-right: 4px;
    color: #73d0ee;
}






.calendar strong{
	font-weight:bold}




.calendar table {
	margin:0px auto 20px auto;
	width:100%;
}
.calendar table, .calendar td, .calendar th {
	border-collapse: collapse;
	border:1px solid #CCC;
	padding:10px;
}
.calendar th {
	background:rgba(235, 248, 253, 0.8);

/*	font-size:16px;*/
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.calendar_day{
	text-align:center}
	
	
	
	
.photo-gallerly {
	margin:0 auto;
	table-layout: fixed;
	width:740px;
}
.photo-gallerly a {
	text-decoration: none;
}
.photo-gallerly a img {
	opacity: 1;
	transition: 0.3s;
}
.photo-gallerly a:hover img {
	opacity: .5;
}
.photo-gallerly td {
	text-align:center;
	padding: 0 10px 20px 10px;
}
.photo-gallerly img {
	max-width: 100%;
	width: auto;
	height: auto;
	vertical-align: bottom;
	background-color: #FFF; /*�ʐ^�̔w�i���̐F*/
	border: 1px solid #B9B9B9; /*�������̑����E����E�F*/
	padding: 3px; /*�����̕�*/
}
.photo-gallerly table, .photo-gallerly th, .photo-gallerly td {
	border:none !important;
	vertical-align:top;
}
 @media screen and (max-width:738px) {
.photo-gallerly {
	width:100%;
}
.photo-gallerly table, .photo-gallerly tbody, .photo-gallerly tr, .photo-gallerly th, .photo-gallerly td {
	display: block;
	max-width: 98%;
}
.none {
	visibility: collapse;
}
}




/* =========================================================
  news
========================================================= */


.news table, .news td, .news th {

	padding:5px;
}
.news th {
	background: #dc6a81;
	color:#FFF;
	font-size:16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
}

.news td{
	width:50%;
	padding:10px;
	vertical-align:text-top;
	}
	
.news img{
	
	}
	



@media (max-width: 738px) {
.news table {

	margin:0 auto;
	width:100%;


	}
	
.news img {

/*width: 100%;*/
	
	}
	
	
.news td {
		display: block;
		text-align: left;
		width:90%;
		padding:5px;
	
			
	}
}




/*�e�[�u�����X�N���[��*/

.scroll img {
	max-width:initial;
	width:740px;
	
}
.scroll {
	margin:0 auto 20px auto;
	padding:0 0 10px 0;
	-webkit-overflow-scrolling:touch;
	overflow-x:auto;
	overflow-y:hidden;
}
 .scroll::-webkit-scrollbar {
height:10px;
}/*�o�[�̑���*/
.scroll::-webkit-scrollbar-track {
background: #CCC;
}/*�o�[�̔w�i�F*/
.scroll::-webkit-scrollbar-thumb {
background: #00aae0;
}/*�o�[�̐F*/


/* ---------------------------------------------
*   st-camera__button �i360���J�����Ō��Ă݂悤�{�^���p�j
--------------------------------------------- */

.st-camera__button-lower {
  position: relative;
  display: inline-block;
  border-radius: 3px;
  overflow: hidden; }

.st-camera__button-lower-link {
  display: block;
  background-color: #00aae0;
  -webkit-transition: opacity 300ms;
  -o-transition: opacity 300ms;
  transition: opacity 300ms; }
  .st-camera__button-lower-link:hover {
    opacity: 0.7; }

.st-camera__button-lower-text {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 5px 22px 5px 10px; }
  @media screen and (max-width: 738px) {
    .st-camera__button-lower-text {
      font-size: 4.0625vw;
      padding: 1.25vw 5.625vw 1.25vw 2.5vw; } }

.st-camera__button-lower-text:after {
  content: '';
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px; }
  @media screen and (max-width: 738px) {
    .st-camera__button-lower-text:after {
      width: 1.25vw;
      height: 1.25vw;
      right: 2.1875vw;
      border-top: solid 0.625vw #fff;
      border-right: solid 0.625vw #fff; } }


.st-camera__button-lower-text:before {
  content:"\f030";
font-family: "Font Awesome 5 Free";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  padding-right: 5px;
  /*width: 5px;
  height: 5px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 10px;
  margin-top: -4px; */}



/* ---------------------------------------------
*   共通スタイル
--------------------------------------------- */

p.indent {
	padding:0 !important;
	margin-left: 1em;
	text-indent: -1em;
}


.blank_navi a {
	background:url(../media/common/icon_link.png) no-repeat right center;
	padding:0 18px 0 0;

}


@media screen and (min-width: 767px){	
  .br-pc { display:block; }
  .br-sp { display:none; }
}

@media screen and (max-width: 767px){	
  .br-pc { display:none; }
  .br-sp { display:block; }
}


/* =========================================================
 clearfix
========================================================= */

.cf:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.cf {
	display: inline-block;
	min-height: 1%;
}
/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}
.cf {
	display: block;
}
.clear {
	clear: both;
}



p.indent {
	padding:0 !important;
	margin-left: 1em;
	text-indent: -1em;
}


/* =========================================================
 entryボタンスタイル
========================================================= */


.btn-square-pop {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #00aae0;/*背景色*/
  border-bottom: solid 2px #00698C;/*少し濃い目の色に*/
  border-radius: 6px;/*角の丸み*/
  box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
  font-weight: bold;
}

.btn-square-pop:active {
  border-bottom: solid 2px #00aae0;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


.arrow{
/*    position: relative;
    display: inline-block;

    vertical-align: middle;
    text-decoration: none;*/

}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}


.point::before{
    left: 10px;
    box-sizing: border-box;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-left: 6px solid  #FFFFFF;
}




.interview_box {
	width:770px;
	margin:0 auto;
	font-size:13px;
}
.interview {
	/*	float:left;*/
	margin:0 auto;
	width:700px;
}
.interview img {
	background-color: #FFF; /*写真の背景部の色*/
	/*border: 1px solid #ccc; /*縁取り線の太さ・線種・色*/
	padding: 3px; /*縁取りの幅*/
}
.interview th {
/*	width: 18%;*/
width: 160px;
	padding:0 20px 0 0;
/*	padding-bottom:0px;*/
	text-align: center top !important;
	vertical-align: top;
}
.interview td {
	/*width:90%;*/
	padding:0;
	text-align: left;
	vertical-align: top;
}
.interview span {
	font-size:10px;
}
.interview_box hr {
	border:none;
	border-top:dashed 1px #CCCCCC;
	height:1px;
	color:#FFFFFF;
	margin:10px 0;
}
.interview .name {
	font-size:14px;
	font-weight:bold;
	margin:0;
	padding:0;
}
 @media only screen and (max-width:640px) {
.interview_box {
	width:100%;
	margin:0 auto;
}
.interview {
	margin:0 auto;
	width:100%;
}
.interview th, .interview td {
	width: 100%;
	display: block;
	border-top: none;
}
.interview td {
	padding:5px 0 0px 0;
}
.interview th {
	text-align:center;
}}

