@charset "utf-8";
/* CSS Document */
html,body{
  width: 100%;
}
html {
	height: 100%;
	scroll-behavior: smooth;
}
body{
	font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Droid Sans", "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "Open Sans", Helvetica, Arial, Roboto, YuGothic, sans-serif;
	line-height: 1.618;
	font-size: 15px;
	color:#505050;
	background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
	-webkit-font-smoothing:antialiased;
}

a{
	outline:none;
	color:#063766;
	text-decoration:none;
}
a:link {
	color:#063766;
  overflow-wrap: anywhere;
}
a:visited {
	color:#063766;
}
a:hover {
	color:#063766;
}
a:active {
	color:#063766;
}

.wrapper{
	background: #fff;
}
.headerSub{
	display: none;
}
/* .inner ------------------------------------*/
.inner{
	width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
	margin:0 auto;	
}
.inner:after{
    content: ".";
    display: block;
    height: 0;
    font-size:0;
    clear: both;
	visibility:hidden;
}

.mainImg{
	width: 100%;
	background: url(../images/mezColInfoImg01.jpg) center center no-repeat;
	background-size: cover;
	opacity: 0;
	transition-property:opacity;
	transition-duration:1s;
	transition-timing-function:ease-out;
}
.mainImg2021 {
  background: none;
}
.mainImg.activeItem{
	opacity: 1;
}
.mainImg .mainImgWrap{
  background: -webkit-linear-gradient(bottom left, rgb(245 184 216 / 65%), rgb(255 255 255 / 75%));
  background: -o-linear-gradient(bottom left, rgb(245 184 216 / 65%), rgb(255 255 255 / 75%));
  background: linear-gradient(to top right, rgb(245 184 216 / 65%), rgb(255 255 255 / 75%));
	text-align: center;
	position: relative;
	overflow: hidden;
	min-height: 65vh;
}
.mainImg2021 .mainImgWrap {
  background: #ffffff;
  min-height: inherit;
}
.mainImg2021 .mainImgWrap .topLogo {
  position: absolute;
  width: 42vw;
  top: 1.0rem;
  left: 1.6rem;
}
.mainImg h1{
	width: 80%;
	margin: 130px auto 20px auto;
	padding: 0.5rem;
	z-index: 1;
	opacity: 0;
	transition-property:opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:0.5s;
}
.mainImg2021 h1 {
  margin: 100px auto 20px auto;
}
.mainImg h1.activeItem{
	opacity: 1;
}
.mainImg h1 img{
	width: 100%;
	height: auto;
	max-width: 100%;
}
.mainImg h2{
	width: 90%;
	margin: 0 auto;
  font-size: 1.3rem;
	z-index: 1;
	opacity: 0;
	transition-property:opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:1.0s;
}
.mainImg h2.activeItem{
	opacity: 1;
}
.mainImg h2 img{
	width: 100%;
	height: auto;
}
.mainImg h3{
	width: 48%;
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.mainImg h3 img{
	width: 100%;
	height: auto;
}
.topMsg {
	margin: 3.2rem auto 1.6rem;
	opacity: 0;
	transition-property:opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:1.5s;
}
.topMsg.activeItem{
	opacity: 1;
}
.topMsg h4 {
  padding: 0 0.6rem;
  font-size: 0.9rem;
  text-align: left;
  line-height: initial;
}
.univIndex {
	padding: 1.0rem 0 2.4rem;
	/*background-color: #fef0ff;*/
}
.topIndex {
	/*position: absolute;
	bottom: 1.6rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);*/
}
.topIndex h4 {
	font-size: 1.2rem;
	text-align: center;
}
.topIndexBtn {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	/*margin-top: 1.0rem;*/
}
.topIndexBtn li {
  width: 45%;
  margin: 0.6rem 0.4rem 0;
  text-align: center;
}
.topIndexBtn li a {
  display: block;
  color: #404040;
  border: 1px solid #404040;
  font-weight: bold;
  margin: 0.6rem 0.4rem;
  padding: 1.0rem 0;
  -webkit-box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 8%);
  box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 8%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.topIndexBtn li a:hover {
	background-color: #404040;
  color: #ffffff;
  box-shadow:none;
}
.topIndexBtn li .musabiBtn:hover {
  background-color: #c6983e;
}
.topIndexBtn li .kogeiBtn:hover {
  background-color: #767cbb;
}
.topIndexBtn li .zokeiBtn:hover {
  background-color: #00a4e3;
}
.topIndexBtn li .tamabiBtn:hover {
  background-color: #ee86a8;
}
.indexShareBlock{
	padding:  0;
	width: 100%;
	background: #333 url(../images/shareBlockBg.png);
}
.indexShareBlock2021 {
  background: #ffffff;
}
.indexShareBlock2021 p {
  font-weight: 700;
  font-size: 1.0rem;
  text-align: center;
  padding-bottom: 0.6rem;
}
.indexShareBlock ul{
  display:flex;
  flex-wrap:wrap;
	width: 100%;
	margin: 0 auto;
	padding: 1rem 0;
  justify-content:flex-end;
  align-items: center;
	list-style-type: none;
	background: url("../images/top_spban.png") left center no-repeat;
	background-size: 50%;
}
.indexShareBlock2021 ul {
  background: #404040;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
  padding: 1.0rem 0.6rem;
}
.indexShareBlock ul li{
	margin: 0 0.5rem 0 0;
	overflow: hidden;
  color: #ffffff;
}
.indexShareBlock ul li a{
	display: flex;
	justify-content: center;
	align-items:center;
  font-size: 3.2rem;
  color: #ffffff;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	padding:0;
	box-sizing: border-box;
	text-align: center;
	transition: all 0.3s ease;
}
.indexShareBlock ul li a:hover{
	opacity: 0.8;
}
.indexShareBlock ul li a img{
	width:35px;
	height: 35px;
}
.indexShareBlock2021 ul li{
	margin: 0 1.0rem;
}

/* secUnivInfo ------------------------------------*/
.secUnivInfo{
	width: 100%;
	height: 396px;
	display: block;
	overflow: hidden;
}

.secUnivInfo a{
	display: block;
	width: 100%;
	height: 100%;
  transition: 0.3s ease;
}

.secUnivInfo a:hover{
	/*background: rgba(255,255,122,0.2);*/
	background-color:#cba7cc66;
	/*background:rgba(255,255,255,0.3);*/
}

.secUnivInfo a .btn{
	display: block;
	width: 75%;
	padding: 0.4rem;
	box-sizing: border-box;
	margin: 0 auto;
	background: #c14bbd;
	color: #fff;
	text-align: center;
	font-size: 85%;
	border-radius:30px;
	position: absolute;
	bottom: 13px;
	left: 50%;
	transform: translate(-50%,-13px);
}

.secUnivInfo a:hover .btn{
	background: #eaafe8;
}

.secUnivInfo01{
	background: url("../images/tokyokogei02.jpg") left top no-repeat;
	background-size: cover;
	border-top: 1.6rem solid #767cbb;
}
.secUnivInfo02{
	background: url(../images/tokyozokei2025_bg.jpg) right top no-repeat;
	background-size: cover;
	border-top: 1.6rem solid #00a4e3;
}
.secUnivInfo03{
	background: url(../images/musashino02_bg.jpg) left top no-repeat;
	background-size: cover;
	border-top: 1.6rem solid #c6983e;
}
.secUnivInfo04{
	background: url(../images/tamabi_bg.jpg) right top no-repeat;
	background-size: cover;
	border-top: 1.6rem solid #ee86a8;
}
.secUnivInfo01 a:hover{
	background-color:#767cbb80;
}
.secUnivInfo02 a:hover{
	/*background-color:#cfeab666;*/
  background-color:#00a4e366;
}
.secUnivInfo03 a:hover{
	background-color:#c6983e66;
}
.secUnivInfo04 a:hover{
	/*background-color:#8198e166;*/
  background-color:#ee86a866;
}

/* Index Left */
.layoutLeft a{
	display: block;
	width: 100%;
	position: relative;
}
.layoutLeft a img{
	width: 100%;
	height: auto;
}
.layoutLeft a p{
	position: absolute;
	top:15px;
	right: 5px;
	width:65%;
	z-index: 2;
}
.layoutLeft a h2{
	position: absolute;
	top:50px;
	left: 10px;
	/*width:26%;*/
	width:32%;
	z-index: 2;
	max-height: 100%;
	max-width: auto;
	opacity: 0;
	transform: scale(1.5);
	transition-property:opacity,transform;
	transition-duration:1s;
	transition-timing-function:cubic-bezier(.61,.22,.15,.9);
	transition-delay:0.5s;
}
.layoutLeft a h2 img{
	max-height: 300px;
	width: auto;
}
.layoutLeft a h2.activeItem{
	opacity: 1;
	transform: scale(1);
}
.layoutLeft a h3{
	position: absolute;
	top:0;
	left: 10px;
	width:2.5%;
	z-index: 2;
}
.layoutLeft a .secUnivInfoImg::before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
		background-color: #b478b1cc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
	transition: width 800ms cubic-bezier(0.46, 0.03, 0, 1);
	transition-delay:1.0s;
}
.layoutLeft a .secUnivInfoImg.activeItem::before{
	width: 0;
}
.layoutLeft a .secUnivInfoImg{
	position: absolute;
	top:40px;
	right:20px;
	width:60%;
	height: 300px;
	overflow: hidden;
	opacity: 0;
	transition-property:opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:0.3s;
}
.layoutLeft a .secUnivInfoImg.activeItem{
	opacity: 1;
}
.layoutLeft a .secUnivInfoImg img{
  position: absolute;
  left: -60%;
  width: auto;
	height: 100%;
}
.zokeiImg {
  left: -54%!important;
}

/* Index Right */
.layoutRight a{
	display: block;
	width: 100%;
	position: relative;
}
.layoutRight a img{
	width: 100%;
	height: auto;
}
.layoutRight a p{
	position: absolute;
	top:15px;
	left: 5px;
	width:65%;
	z-index: 2;
}
.layoutRight a h2{
	position: absolute;
	top:50px;
	right: 7px;
	width:32%;
	z-index: 2;
	max-height: 100%;
	max-width: auto;
	opacity: 0;
	transform: scale(1.5);
	transition-property:opacity,transform;
	transition-duration:1s;
	transition-timing-function:cubic-bezier(.61,.22,.15,.9);
	transition-delay:0.5s;
}
.layoutRight a h2 img{
	max-height: 300px;
	width: auto;
}
.layoutRight a h2.activeItem{
	opacity: 1;
	transform: scale(1);
}
.layoutRight a h3{
	position: absolute;
	top:0;
	right: 10px;
	width:2.5%;
	z-index: 2;
}
.layoutRight a .secUnivInfoImg::before{
	content: "";
    display: block;
    width: 100%;
    height: 100%;
    /*background-color: #b478b1cc;*/
    background-color: #767cbbcc;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    opacity: 1;
	transition: width 800ms cubic-bezier(0.46, 0.03, 0, 1);
	transition-delay:1.0s;
}
.layoutRight a .secUnivInfoImg.activeItem::before{
	width: 0;
}
.layoutRight a .secUnivInfoImg{
	position: absolute;
	top:40px;
	left:20px;
	width:60%;
	height: 300px;
	overflow: hidden;
	opacity: 0;
	transition-property:opacity;
	transition-duration:0.5s;
	transition-timing-function:ease-out;
	transition-delay:0.5s;
}
.layoutRight a .secUnivInfoImg.activeItem{
	opacity: 1;
}
.layoutRight a .secUnivInfoImg img{
  position: absolute;
  left: -60%;
	width: auto;
	height: 100%;
}

.secUnivInfo02 a .secUnivInfoImg::before{
	/*background-color: #75b32fcc;*/
  background-color: #6cceebcc;
}
.secUnivInfo03 a .secUnivInfoImg::before{
	background-color: #f29805cc;
}
.secUnivInfo04 a .secUnivInfoImg::before{
	/*background-color: #6cceebcc;*/
  background-color: #b478b1cc;
}

/* Univercity Informaion */
.univInfoBlock {
	min-height: 40vh;
	padding: 2.4rem 0.6rem 1.6rem;
	max-width: 1040px;
	margin: 0 auto;
}
.univInfoBlock h3 {
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	font-size: 1.3rem;
	color: #767cbb;
	margin-bottom: 1.6rem;
}
.kogei h3 {
  color: #6870bc;
}
.zokei h3 {
	color: #0193cc;
}
.musabi h3 {
	color: #b18123;
}
.tamabi h3 {
	color: #e9618d;
}

.univAdmitBlock {
	margin-bottom: 2.4rem;
}
.univAdmitBlock h3 {
	text-align: inherit;
	margin-bottom: 1.0rem;
	padding: 0.6rem;
	color: #ffffff;
	background-color: #0193cc;
}
.secBijutsu {
	background-color: #149912!important;
}
.univAdmitBlock h4 {
	margin-bottom: 0.6rem;
	padding: 0.24rem 0 0.24rem 0.6rem;
	font-size: 1.14rem;
	border-left: 8px solid #149912;
}
.univAdmitSec {
	padding: 0 0.6rem 2.4rem;
}
.univAdmitSec > ul {
	margin-bottom: 1.6rem;
	text-align: center;
}
.univAdmitSec h5 {
	margin-bottom: 1.0rem;
	font-size: 1.24rem;
	border-bottom: 1px solid #0193cc;
	background-color: #f8fdff;
}
.univAdmitSec h5 i {
	color: #0193cc;
}
.bijutsu h5 {
	border-bottom: 1px solid #149912;
	background-color: #fbfffb;
}
.bijutsu h5 i {
	color: #149912;
}
.admitTtl {
	font-size: 1.24rem;
	font-weight: 700;
}
.admitTtl + p {
	line-height: 1.36;
}
.admitSc {
	display: inline-block;
	margin-bottom: 0.46rem;
	padding: 0.3rem 1.0rem 0.24rem;
	color: #0193cc;
	background-color: #f8fdff;
	border: 2px solid #0193cc;
	border-radius: 7px;
}
.admitGr {
	display: inline-block;
	margin-bottom: 0.46rem;
	padding: 0.3rem 1.0rem 0.24rem;
	color: #149912;
	background-color: #fbfffb;
	border: 2px solid #149912;
	border-radius: 7px;
}
.admitSc:last-of-type {
	margin-top: 0.46rem;
}
.admitGr:last-of-type {
	margin-top: 0.46rem;
}
.admitCat {
	padding: 1.0rem 0.46rem 0.6rem;
	border: 1px dotted #d0d0d0;
}
.admitCat .bl {
	color: #0193cc
}
.admitCat .gr {
	color: #149912
}
.admitDef {
	font-size: 0.95rem;
	font-weight: 400;
}
.admitImg {
	max-height: 120px;
	max-width: 94%;
	width: auto;
}
.univInfoItem {
	margin-bottom: 2.4rem;
	display: block;
}
.univInfoItem li {
	margin-bottom: 1.0rem;
}
.univInfoItem h5 {
  margin-top: 0.4rem;
  text-align: center;
  font-weight: 500;
}
.univInfoItem .ansImg {
	max-height: 340px;
	width: auto;
	max-width: 72%;
	display: block;
	margin: 0 auto;
}
.univInfoUnit {
	margin-bottom: 2.4rem;
}
.univInfoUnit h4 {
  display: block;
  width: 100%;
	text-align: center;
	font-size: 1.1rem;
	/*color: #495663;*/
	border-bottom: 1px dotted;
	padding-bottom: 0.2rem;
	margin-bottom: 1.0rem;
}
.univInfoUnit > ul > li {
	margin-bottom: 0.8rem;
}
.univ02Sp01 {
	width: 196px;
	margin: 0 auto 0.6rem;
}
.univInfoItem .w60, .univInfoItem .w30, .univInfoItem .w50 {width: inherit;}
.answer {
	margin: 0 1.0rem;
	padding: 1.0rem 0.6rem 0;
	border: 1px dotted #c0d0e0;
}
.infoItemNote {
	width: 100%;
	text-align: right;
	font-size: 0.9rem;
}
.univInfoQust {
	padding: 0.6rem 0.8rem;
	border: 1px dotted #2d96ca;
	display: block;
	margin-bottom: 1.6rem;
	font-size: 1.0rem;
	font-weight: bold;
	/*background-color: #f5fef0;*/
}
.univInfoQust a {
  color: #063b66;
}
.univInfoQ01 {
	margin-bottom: 2.4rem;
}
.univInfoQ01 > ul > li {
	margin-left: 0.6rem;
}
.univInfoQ01  li {
	margin-bottom: 0.6rem;
	line-height: 1.6;
}
.univInfoQ02 {
	font-weight: bold;
	font-size: 1.0rem;
	/*color: #085675;*/
	text-indent: -1.2rem;
}
.univInfoQ03 {
	width: 96%;
	margin: 1.0rem auto 0;
	padding: 0.6rem;
	border: 1px dotted #d2f02c;
	/*background-color: #fefff0;*/
}
.univInfoWeb {
	margin-top: 1.6rem;
}
.univInfoWebItem {
	display: block;
}
.univInfoWeb li a {
  color: #063b66;
}
.univInfoWeb a:hover {
  text-decoration: underline;
  font-weight: 700;
}
.webInfoExt {
  margin: 0.6rem auto;
  font-size: 0.9rem;
  text-align: center;
  font-weight: inherit;
}
.webInfoExt a {
  padding: 0.4rem 1.6rem;
  color: #404040;
  border: 1px solid #404040;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.webInfoExt a:hover {
  background-color: #404040;
  color: #ffffff;
}
.univInfoWebItem > ul {
	display: block;
	margin-top: 2.4rem;
}
.univInfoWebItem .webItemTtl {
	font-weight: bold;
	color: #834005;
}
.univInfoWebItem .webItemTitle {
  width: 100%;
  padding: 0.2rem 0;
  font-weight: bold;
  color: #404040;
  border: 1px solid #404040;
  text-align: center;
}
.univInfoWebItem .webImg {
  border: 1px solid #f0f0f0;
  margin: 0.6rem auto;
  text-align: center;
}
.univInfoWebItem .webImg img {
  max-height: 400px;
  max-width: 100%;
  width: auto;
}
.univInfoWebItem .w60, .univInfoWebItem .w30, .univInfoWebItem .w50 {width: inherit;}
.qrImg {
	width: 100%;
  margin-bottom: 0.8rem;
	text-align:center;
}
.qrImg img {
	width: 160px;
  margin: 0.6rem auto;
  -webkit-box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 16%);
  box-shadow: 0px 4px 8px 0px rgb(0 0 0 / 16%);
}
.qrImg img:hover {
  opacity: 0.5;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.univInfoFooter {
	margin-bottom: 3.2rem;
}
.univInfoArea {
	margin-bottom: 1.6rem;
  text-align: left;
}
.univInfoArea .infoTtl {
  margin-left: -0.6rem;
  font-size: 1.1rem;
  font-weight: 700;
  /*color: #993280;*/
}
.univAccArea .infoTtl {
	font-size: 1.1rem;
  /*color: #5d2948;*/
	font-weight: bold;
}
.univSnsUnit {
	margin-bottom: 2.4rem;
}
.univSnsUnit .tw {
  /*background-color: #0149b9;*/
  background-color: #24a2ec;
}
.univSnsUnit .yt {
  /*background-color: #0149b9;*/
  background-color: #c72301;
}
.univSnsUnit .is {
  /*background-color: #0149b9;*/
  background-color: #c58fc0;
}
.univSnsUnit .ln {
   /*background-color: #0149b9;*/
   background-color: #08c909;
}
.univSnsTtl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 1.0rem;
  padding: 0.2rem 1.0rem 0.2rem 0;
}
.univSnsTtl h3 {
  padding: 0.6rem 1.0rem!important;
  margin-bottom: 0!important;
  text-align: left!important;
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffffff;
}
.univSnsAcc {
  color: #ffffff;
  text-align: right;
  display: inline;
  width: 100%;
}
.univSnsUnit h4 {
  padding: 0.6rem;
}
.univSnsBlock {
  display: block;
  padding: 0.6rem;
}
.univSnsBlock  .snsImg {
  margin: auto;
  text-align: center;
}
.univSnsBlock  .snsImg img {
  max-width: 352px;
}
.univSnsBlock ul {
  margin-top: 1.0rem;
}
.snsImg img {
  border: 1px solid #f0f0f0;
}

/* 各校各論 */
.musabiBlock01 {

}


.univInfoFooter > div {
  padding: 0.6rem;
}
.univInfoFooter h4 {
  margin: 0.6rem auto;
  border-left: 6px solid #ada6a6;
  border-bottom: 1px dotted #c2c2c2;
  padding-left: 0.6rem;
}

/* seasonBn ------------------------------------*/

.seasonBn{
  /*background: #ceabcb;*/
	padding: 2rem 0 1rem 0;
}

.seasonBn ul li{
	margin:0 1rem 1rem 1rem;
}

.seasonBn ul li a{
	display: block;
	color: #fff;
	text-align: center;
	font-size: 85%;
}

.seasonBn ul li a img{
	width: 100%;
	max-width: 320px;
	height: auto;
	box-sizing: border-box;
	margin-bottom: 0.5rem;
  border: 1px solid #f0f0f0;
}

/* book Info */
.bookInfoBlock{
	background: #97468a;
	width: 100%;
	color: #fff;
	text-align: center;
	padding: 1rem 0;
}
.bookInfoBlock2021 {
  background: #ffffff;
  border-top: 1px solid #404040;
  border-bottom: 1px solid #404040;
}
.bookInfoBlock h2{
	font-family: 'EB Garamond', serif;
	font-size: 180%;
	letter-spacing: 0.1rem;
	padding: 1rem 0 0.5rem 0;
	font-weight: normal;
	font-style: normal;
}
.bookInfoBlock2021 h2 {
  color: #404040;
}
.bookInfoBlock p{
	font-size: 0.84rem;
	margin: 0 0 1rem 0;
}
.bookInfoBlock2021 p {
  color: #404040;
}
.bookInfoBlock ul li{
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px dotted #fff;
}
.bookInfoBlock ul li:nth-of-type(1){
	border-top: 1px dotted #fff;
}
.bookInfoBlock ul li:nth-of-type(2){
	/*display: none;*/
}
.bookInfoBlock ul li img{
	width: 100%;
	height: auto;
	max-width: 320px;
}
.bookInfoBlock ul li a{
	display: block;
}

.footerTxt{
	margin-top: 3.2rem;
	width: 100%;
	background: #5d2948;
	color: #ccc;
	padding: 1rem 2rem;
	box-sizing: border-box;
	text-align: left;
}
.footerTxt2021 {
  background-color: inherit;
  color: #404040;
}
.footerNavi{
	width:100%;
	/*background:#fff4fd;*/
	padding: 2rem 0;
}
.footerNavi ul{
	display: block;
}
.footerNavi ul li{
	width:100%;
}
.footerNavi ul li a{
	color: #404040;
  font-weight: 500;
	display: block;
	width: 100%;
	text-align: center;
	padding: 1rem 0;
	border-bottom: 1px dotted #a0a0a0;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.footerNavi ul li a img{
	width: 75%;
	height: auto;
}


footer {
	width: 100%;
	padding:0 1.0rem 0.6rem;
	box-sizing: border-box;
	background-color:#ceabcb;
	color:#ffffff;
	text-align: center;
}
.footer2021 {
	background-color:inherit;
	color:#404040;
	text-align: center;
}
footer .inner{
	text-align:center;
}
footer h2 a{
	margin: 0;
	font-size:100%;
	text-decoration:underline;
	color:#c14bbd !important;
}
footer h2 img{
	margin: 1.6rem 0 0;;
	width: 60%;
}
footer h3{
	margin:0 0 20px 0;
	font-size:100%;
}
footer .footerAdressBlock{
	width:400px;
	margin:0 50px 0 0;
	float:left;
}
footer .footerAdressBlock h4{
	border-bottom:1px solid #fff;
	margin:0 0 15px 0;
}
footer .footerAdressBlock p a{
	color:#fff;
	text-decoration:underline;
	font-size:80%;
}
footer p.adress{
	font-size:85%;
	line-height: 240%
}
footer p.copyright{
	font-size:75%;
	margin:20px 0 0 0;
	letter-spacing:0.1em;
}
.footerTxt p span{
	margin:0 30px 0 0;
}

#toPageTop{
	bottom: 30px;
	right: 50px;
}
footer h2 img{
	margin:1.0rem 0 1.6rem 0;
	width: 36%;
}

@media screen and (max-width: 768px) {
/* .pcOnly .spOnly------------------------------------*/
.pcOnly{
	display:none;
}

.spOnly{
	display:block;
}
	body {
		font-size: 0.92rem;
	}
}
@media screen and (min-width: 769px) {
/* .pcOnly .spOnly------------------------------------*/
.pcOnly{
	display:block;
}

.spOnly{
	display:none;
}
	header{
		position: relative;
		z-index: 99;
	}
.headerSub{
	display: block;
	width:100%;
	background: #fff;
	padding: 0.5rem 2rem 0.5rem 0;
	box-sizing: border-box;
}
.headerSub ul{
	display: flex;
	justify-content: flex-end;
}
.headerSub ul li{
	margin: 0 1rem 0 0;
}
.headerSub ul li a{
	margin: 0 1rem 0 0;
	font-size: 75%;
	color: #666;
	font-weight: bold;
}
.headerSub ul li a:hover{
	color: #000;
}
.headerSub ul li a::before{
	content: "\f105";
    margin: 0 0.5rem 0 0;
    font-family: FontAwesome;
}

.headerShareBlock{
	padding:  0;
	margin: 0;
	position: absolute;
	left: 2rem;
}
.headerShareBlock ul{
    display:flex;
    flex-wrap:wrap;
	width: 100%;
	margin: 0;
	padding: 0;
    justify-content:flex-start;
    align-items: center;
	list-style-type: none;
}
.headerShareBlock ul li{
	margin: 0 0.5rem 0 0;
	background-color: #ed734a;
	border-radius: 4px;
}
  .headerShareBlock2021 ul li {
    background-color: inherit;
  }
.headerShareBlock ul li a{
	display: flex;
	justify-content: center;
	align-items:center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	padding:0;
	box-sizing: border-box;
	text-align: center;
	margin: 0;
}
  .headerShareBlock2021 ul li a {
    width: 164px;
    height: auto;
    border-radius: 0;
  }
.headerShareBlock ul li a:hover{
	opacity: 0.8;
}
.headerShareBlock ul li a img{
	width:28px;
	height: 28px;
}
.headerShareBlock2021 ul li a img{
	width:inherit;
	height: auto;
}
.headerSub .headerShareBlock ul li a::before {
    content:none;
    margin: 0;
}
	
.mainImg{
	width: 100%;
	background: url(../images/mezColInfoImg01.jpg) center center no-repeat;
	background-size: 110%;
	opacity: 0;
	transition-property:opacity,background-size;
	transition-duration:1s;
	transition-timing-function:ease-out;
}

.mainImg.activeItem{
	opacity: 1;
	background-size: 100%;
}
.mainImg .mainImgWrap{
	/*min-height: 680px;*/
}
.mainImg h1{
	width: 54%;
	max-width: 720px;
	margin: 140px auto 40px auto;
}
.mainImg h1 img{
	width: 100%;
	height: auto;
}
.mainImg h2{
	font-size: 1.8rem;
}
.mainImg h3{
	width: 224px;
	position: absolute;
	top: 1.0rem;
	left: 1.0rem;
}
  .mainImg2021 .mainImgWrap .topLogo {
    display: none;
  }
  .topMsg h4 {
    padding: 0 0.6rem;
    font-size: 1.2rem;
    text-align: center;
    line-height: inherit;    
  }
  .univIndex {
    padding: 1.6rem 0;
    border-top: 1px solid;
    width: 92%;
    margin: 1.0rem auto;
  }
  .topIndexBtn {
    margin-top: 0.6rem;
  }
  .topIndexBtn li {
    width: inherit;
	  margin: 0.6rem 0.4rem;
  }
  .topIndexBtn li a {
    padding: 1.0rem 1.6rem;
  }
	.secUnivInfo{
	height: 640px;
	min-width: 768px;
}
.secUnivInfo a .btn{
	display: none;
}	
.indexShareBlock{
	/*display: none;*/
}

/* Index Left*/
.layoutLeft a p{
	top:50px;
	right: 70px;
	width:346px;
}
.layoutLeft a h2{
	/*top:120px;*/
	top:54px;
	left: 80px;
	width:220px;
}
.layoutLeft a h2 img{
	max-height:480px;
}
.layoutLeft a h3{
	left: 2rem;
	width:18px;
}
.layoutLeft a .secUnivInfoImg{
	top:100px;
	left: 290px;
	width:calc(100% - 340px);
	height: 520px;
	overflow: hidden;
}
.layoutLeft a .secUnivInfoImg img{
	width: 100%;
	height: auto;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	transition-property:width;
	transition-duration:1s;
	transition-timing-function:ease-out;
	transition-delay:0s;
}
.layoutLeft a:hover .secUnivInfoImg img{
	width: 110%;
}
.zokeiImg {
    left: inherit!important;
}
/* Index Right */
.layoutRight a p{
	top:50px;
	left: 70px;
	width:355px;
}
.layoutRight a h2{
	top:54px;
	/*top:120px;*/
	right: 64px;
	width:220px;
}
.layoutRight a h2 img{
	max-height:480px;
}
.layoutRight a h3{
	right: 2rem;
	width:18px;
}
.layoutRight a .secUnivInfoImg{
	top:100px;
	left:50px;
	width:calc(100% - 350px);
	height: 520px;
	overflow: hidden;
}
.layoutRight a .secUnivInfoImg img{
	width: 100%;
	height: auto;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	transition-property:width;
	transition-duration:1s;
	transition-timing-function:ease-out;
	transition-delay:0s;
}
.layoutRight a:hover .secUnivInfoImg img{
	width: 110%;
}

.univInfoBlock {
	min-height: 40vh;
	padding: 1.6rem;
}
.univInfoBlock h3 {
	padding-top: 1.6rem;
	text-align: center;
	font-size: 1.4rem;
	margin-bottom: 1.6rem;
}
.univInfoItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.univInfoItem .w60 {width: 60%;}
.univInfoItem .w30 {width: 30%;}
.univInfoItem .w50 {width: 47%;}
.univInfoItem .w40 {width: 40%;}
.univInfoItem .w56 {width: 56%;}
.univInfoItem .w25 {width: 23%;}
.univInfoItem .ansImg {max-width: 100%;}
.univInfoQust {
	padding: 1.6rem;
	display: block;
	margin-bottom: 1.6rem;
	font-size: 1.2rem;
}
.univInfoQust .webInfo {
  text-align: center;
}
.univAdmitSec {
    width: 50%;
    min-width: 640px;
    margin: auto;
}
.musabi .univInfoQust ul {
  padding-left: 1.6rem;
  font-size: 0.95rem!important;
}
.univInfoQ01 {
  padding: 0 1.6rem;
}
.univInfoQ02 {
	font-size: 1.1rem;
	text-indent: -1.2rem;
}
.univInfoQ03 {
	width: 90%;
	padding: 1.0rem;
}
.answer {
	margin: 0 1.0rem;
	padding: 1.0rem;
}
.univInfoWebItem {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.univInfoWebItem .w60 {width: 60%;}
.univInfoWebItem .w30 {width: 30%;}
.univInfoWebItem .w50 {width: 47%;}
.univInfoWebItem > ul {
	margin-top: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
  -ms-align-content: space-between;
  align-content: space-between;
	}
  .univInfoWebItem > ul:nth-of-type(n+3){
	  margin-top: 2.4rem;
	}
  .univInfoWebItem .webImg {
    width: 100%;
  }
  .snsImg {
    width: 36%;
  }
  .univSnsBlock {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  }
  .univSnsAcc {
    text-align: right;
    display: block;
    width: inherit;
  }
  .univSnsBlock ul {
    margin-top: inherit;
    width: 60%;
  }
	.univAdmitBlock h3 {
    	text-align: inherit;
    	padding: 0.6rem;
    	color: #ffffff;
    	background-color: #0193cc;
	}
.bookInfoBlock{
	text-align: left;
	padding: 0;
}
.bookInfoBlock .inner{
	display: flex;
}
.bookInfoBlock .inner>div{
	width: 25%;
	text-align: center;
	border-left: 1px dotted #fff;
}
.bookInfoBlock h2{
	font-size: 200%;
	padding: 3.5rem 0 1rem 0;
}
.bookInfoBlock p{
	font-size: 100%;
	margin: 0 0 1rem 0;
}
.bookInfoBlock ul{
	display: flex;
	width: 75%;
}
.bookInfoBlock ul li{
	width: 50%;
	padding: 0;
	border-bottom-style: none;
	border-right: 1px dotted #fff;
}
.bookInfoBlock ul li:nth-of-type(1){
	border-top-style: none;
	border-left: 1px dotted #fff;
}
.bookInfoBlock ul li:nth-of-type(2){
	display: block;
}
.bookInfoBlock ul li a{
	padding: 1rem 2rem
}
.bookInfoBlock ul li a:hover{
	background-color: #b97fb0;
}
.bookInfoBlock2021 ul li a:hover{
	background-color: #f0f0f0;
}
	
footer h2 img {
  margin: 1.6rem auto 0;
  width: 32%;
}
  .footerTxt{
	text-align: right;
}
.footerNavi{
	padding: 0;
}
.footerNavi .inner{
	width: 100%;
}
.footerNavi ul{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footerNavi ul li{
	width:18.75%;
}
.footerNavi ul li:nth-of-type(1){
	width: 22%;
	border-right-style: none;
}
.footerNavi ul li:nth-of-type(1) img{
	width: 70%;
}
.footerNavi ul li a{
	border-bottom-style: none;
	padding: 2rem 0;
}
.footerNavi ul li a:hover{
	background-color: #606060;
	color: #ffffff;
}
.footerNavi ul li a img{
	width: 80%;	
}

}

/* 各校各論 */
.musabiBlock01 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 1.6rem 0;
}
.musabiBlock01 ul {
  width: 33.3333333%;
  padding: 0 1.6rem;
}
.musabiBlock01 ul h5 {
  text-align: center;
  margin-bottom: 0.6rem;
}
.musabiBlock01 ul:nth-of-type(2) {
  border-left: 1px dotted #123456;
  border-right: 1px dotted #123456;
}
.musabi .univInfoQust {
	border: 1px dotted #ca6b0a;
}
.musabi .univInfoQust ul {
  padding-left: 1.6rem;
  font-size: 0.95rem!important;
}
.musabi .univInfoQust li {
  font-weight: 400;
}
.musabi .univInfoQ02 {
  margin-top: 0.6rem;
  font-weight: bold!important;
  color: #b18123;
  font-size: 1.0rem;
}
.musabi .univInfoQ02 li {
  padding: 1.0rem;
}
.musabi .qustTtl {
  text-align: center;
  font-size: 1.6rem;
  margin-top: 0.6rem
}
.kogeiHead {
  font-size: 1.2rem;
  font-weight: 700;
}
.kogei .univDept {
  max-width: 860px;
  margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;  
}
.kogei .univDeptItem {
  position: relative;
  /*width: 50%;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
  border-bottom: 1px dotted #c0c0c0;
  margin-bottom: 1.6rem;
  padding-bottom: 1.6rem;
}
.kogei .univDeptImg {
  padding-top: 8px;
  padding-left: 8px;
}
.kogei .univDeptImg img {
  height: 240px;
  width: auto;
}
.kogei .univDeptDetail > ul {
  padding: 0.8rem;
}
.kogei .univDeptDetail > ul >li:first-child {
  font-size: 1.0rem;
  font-weight: 700;
  margin-bottom: 0.6rem;
}
.kogei .univDeptDetail > ul >li:nth-child(2) {
  padding-bottom: 0.6rem;
}
.kogei .univDeptHead {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.head01 {
  background-color: #00aca0;
} 
.head02 {
  background-color: #0f345b;
} 
.head03 {
  background-color: #0079c3;
} 
.head04 {
  background-color: #abcd03;
} 
.head05 {
  background-color: #e8374a;
} 
.head06 {
  background-color: #fabe00;
} 
.head07 {
  background-color: #a1d8e6;
} 
.kogei .univDeptTtl {
  padding-left: 1.6rem;
  padding-top: 0.54rem;
}
.kogei .univDeptTtl h4 {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 1.6rem;
  border: none;
}
.kogei .univDeptTtl p {
  font-weight: 700;
  color: #ffffff;
}
.kogei .univDeptQr {
  
}
.kogei .univDeptQr img {
  width: 84px;
  padding: 6px;
}
.zokei .univInfoUnit h4 i {
  color: #0193cc;
}
.tamabi .univSnsUnit h4 {
  font-size: 1.16rem;
}
@media screen and (max-width: 768px) {
  .musabiBlock01 {
    display: block;
  }
  .musabiBlock01 ul {
    width: inherit;
    padding: 0 0.6rem;
  }
  .musabiBlock01 ul:nth-of-type(2) {
    border: none;
  }
  .musabiBlock01 ul h5 {
    color: #b18123;
    font-size: 1.0rem;
  }
  .musabi .univInfoQust {
	  padding: 0.6rem 0.4rem;
  }
  .musabi .qustTtl {
    font-size: 1.24rem;
  }
  .musabi .univInfoQust ul {
    padding-left: 0.6rem;
    font-size: 0.9rem!important;
  }
  .musabi .univInfoQ02 {
    text-indent: -0.6rem;
  }
  .kogeiHead {
    font-size: 1.05rem;
  }
  .kogei .univDept {
    max-width: 100%;
  }
  .kogei .univDeptItem {
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
  .kogei .univDeptQr {
    display: none;
  }
  .kogei .univDeptTtl {
    padding-left: 0.6rem;
  }
  .kogei .univDeptTtl h4 {
    font-size: 1.24rem;
  }
  .univDeptItem > .head01, .univDeptItem > .head02, .univDeptItem > .head03, .univDeptItem > .head04, .univDeptItem > .head05, .univDeptItem > .head06, .univDeptItem > .head07, .univDeptItem > .head08 {
    background-color: inherit;
  }
  .kogei .univDeptImg {
    text-align: center;
    margin-bottom: 0.6rem;
  }
  .kogei .univDeptImg img {
    width: 42%;
    height: auto;
  }
  .tamabi .univSnsUnit h4 {
    font-size: 1.0rem;
  }
}


/* Text */
.fontMincho {
	font-family: "Noto Serif JP", "DM Serif Display", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.txtBold {
	font-weight: bold;
}
.txtCenter {
	text-align: center!important;
}
.txtLeft {
	text-align: left!important;
}
.txtRight {
	text-align: right!important;
}
.txt11 {
	font-size: 1.1rem;
}
.txt18 {
	font-size: 1.8rem;
}
.txtTop06 {
	margin-top: 0.6rem;
}
.txtTop10 {
	margin-top: 1.0rem;
}
.txtBottom10 {
	margin-bottom: 1.0rem;
}
.txtBottom32 {
	margin-bottom: 3.2rem;
}
.txtLeft10 {
	margin-left: 1.0rem;
}
.txtLeft16 {
	margin-left: 1.6rem;
}
.txtBlue {
	color: #4f5658;
}
.txtTtl {
  color: #404040;
}
.txtBorderTop {
	border-top: 1px dotted;
}
@media print {
  .inviewItem{
  	opacity: 1!important;
  }
}
