@charset "UTF-8";

/* キャンパスライフ用CSS */

/* ---------------------------------------------------------------------- */
/* コンテンツ */
/* ---------------------------------------------------------------------- */
#renewal.content {
	margin:0 auto;
	padding:0;
}
#renewal .content-body{
	background:#fcf0f3;
	border-radius:30px;
	padding:3rem ;
}
#renewal img.main-image
{
	width: 98%;
	margin-left: 1%;
	margin-bottom: 10px;
}
#renewal img.sub-image1
{
	width: 48%;
	margin-left: 1%;
	float: left;
}
#renewal img.sub-image2
{
	width: 48%;
	margin-right: 1%;
	float: right;
}
#renewal .pickup-box
{
	padding: 0 2%;
}
#renewal .pickup-box h3
{
	color:#e96d73;
	font-size:2.4rem;
	font-weight:700;
}

.sub-image-box
{
	display: flex;
	box-sizing: border-box;
	flex-wrap: nowrap;
	align-items:center;
}
.sub-image-box .arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #e96d73;
  border-right: 0;
}
.sub-image-box div
{
	box-sizing: border-box;
	margin-left: 1%;
	margin-right: 1%;
}

.sub-image-box img
{
	width: 100%;
}
.sub-image-box p{
	font-size:2rem;
	font-weight:700;
	text-align:center !important;
	margin:1rem auto;
}
.sub-image-box .before{
	color:#969696;
}
.sub-image-box .after{
	color:#e96d73;
}
.message-wrap .message li.og
{
	padding-top: 40px;
	background-color: #fff;
}

.message-wrap .message
{
	padding-bottom: 0
}

.message-wrap .message .og img
{
	width: 100%;
}

@media only screen and ( min-width : 769px ) {
	#renewal img.main-image
	{
		margin-bottom: 15px;
	}

	.message-wrap .message .og img
	{
		width: 45%;
	}
	
	.principal
	{
		width: 33%!important;
	}
	
	.message-wrap .message li.og
{
	width: 50%;
}

.message-wrap .message
{
	display: flex;
}


}

@media only screen and ( max-width : 768px ) {
	#renewal h2 span span {
		display: block;
	}
}


/* ---------------------------------------------------------------------- */
/* フロア */
/* ---------------------------------------------------------------------- */
.content-body #floor-image
{
	margin-top: 30px;
}

.content-body ol#floor-image li
{
	clear: both;
	width: 100%;
	max-width: 1100px;
	margin-bottom: 20px;
}

.content-body ol#floor-image li span
{
	display: block;
	float: left;
	width: 31%;
	height: auto;
	margin-left: 2%;
}

.content-body ol#floor-image li span img
{
	width: 100%;
}


.content-body ol#floor-image li span.floor
{
	width: 33%; 
	max-width: 344px;
	margin-left: 0;
}

@media only screen and ( max-width : 768px ) {

	.content-body ol#floor-image li span
	{
		margin-left: 1%;
	}


}



/* ---------------------------------------------------------------------- */
/* 年間スケジュール-キャンパスライフ */
/* ---------------------------------------------------------------------- */
.schedule h2 {
	color:#80aad8;
	font-family: "EB Garamond", serif;
	font-size:3.33em;
	font-weight:400;
	line-height:1.5;
	text-align: center;
	margin:0 auto;
	padding:0;
}
.schedule .sub {
	color:#45555d;
  text-align:center;
	margin:0 auto 3em;
  padding: 0 1em;
}
.schedule .icon{
	text-align:center;
	margin:0 auto;
	padding:0;
}
.schedule .icon img{
	width:97px;
	margin:0;
	padding:0;
}

.campuslife  dt {
	clear: left;
	height: 5em;
	width: 5em;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background-color: #80aad8!important;
/*	background-image: linear-gradient( -135deg, #faf2ab 25%, #fdfadd 25%, #fdfadd 50%, #faf2ab 50%, #faf2ab 75%, #fdfadd 75%, #fdfadd );*/
	background-size: 7px 7px;
	float: left;
	font-size: 2rem;
	text-align: center;
	padding-top: .7em;
	box-sizing: border-box;
	color: #fff;
}

.campuslife  dt span {
	font-family: "EB Garamond", serif;
	color: #fff;
/*	text-shadow: black 1px 1px 0px, black -1px 1px 0px, black 1px -1px 0px, black -1px -1px 0px;*/
	font-size: 6rem;
}

.campuslife dd {
	float: left;
/*	min-height: 10em;*/
	min-height: 3em;
  position: relative;
  padding: 20px;
  background-color: #e7edf6;
	margin-bottom: 1em;
	width:  calc(100% - 12em);
	margin-top: 1em;
}

.campuslife dd:before{
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: -15px;
  top: 20px;
  border-right: 20px solid #e7edf6;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.campuslife dd .image-wrap{
	width: 100%;
	margin-top: 10px;
}

.campuslife dd .image-wrap img {
	width: 32%;
	margin-right: 1%;
}

@media only screen and ( max-width : 768px ) {

	.campuslife dd .image-wrap img {
		width: 30%;
	}

}


/* ---------------------------------------------------------------------- */
/* 在校生インタビュー */
/* ---------------------------------------------------------------------- */
#student-voice{
	position:relative;
	background-color:#ede6c5;
	background-image:url('_images/bg_glitter.png') ;
	background-repeat:repeat;
	background-position:top left;
	background-size:100px;
	padding:3em 0;
	font-size:15px;
}
#student-voice h2 {
	color:#80aad8;
	font-family: "EB Garamond", serif;
	font-size:3.33em;
	font-weight:400;
	line-height:1.5;
	text-align: center;
	margin:0 auto;
	padding:0;
}
#student-voice .sub {
	color:#45555d;
  text-align:center;
	margin:0 auto 3em;
  padding: 0 1em;
}
#student-voice .icon{
	text-align:center;
	margin:0 auto;
	padding:0;
}
#student-voice .icon img{
	width:97px;
	margin:0;
	padding:0;
}
#student-voice .interview{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:stretch;
	background:#FFF;
	border-radius:30px;
	margin:3rem auto;
	padding:3rem;
}
#student-voice .interview li:nth-child(1){
	width:30%;
	text-align:center;
}
#student-voice .interview li:nth-child(1) img{
	width:100%;
	
}
#student-voice .interview li:nth-child(1) .icon{
	width:50%;
	margin:1rem auto;
}
#student-voice .interview li:nth-child(2){
	width:67%;
}
#student-voice .interview li h3{
	background:none;
	color:#e96d73;
	font-size:2.8rem;
	font-weight:700;
	text-align:left;
	margin:1rem 0;
}
#student-voice .interview li h4{
	background:none;
	color:#83afdd;
	font-size:2rem;
	font-weight:700;
	text-align:left;
	margin:2rem 0;
}
#student-voice .interview li p{
	color:#45555d;
	line-height:2;
	margin:0;
	text-align:left;
}
/*#student-voice h2 {
    font-size: 3.4rem;
    text-align: center;
    padding-top: 100px;
    position: relative;
}

#student-voice h2::before {
    content: "";
    position: absolute;
    background: url("_images/icon_voice.png") no-repeat;
    background-position: center top;
    background-size: contain;
    height: 100px;
    width: 100px;
    top: 0;
    left: calc(50% - 50px);
}

#student-voice li h3 {
    font-size: 1.8rem;
	color: #EF858C;
}*/

@media only screen and ( max-width : 768px ) {
	#student-voice .interview li:nth-child(1){
		width:100%;
		margin:1rem auto;
}
	#student-voice .interview li:nth-child(2){
		width:100%;
		margin:1rem auto;
}
	#student-voice .interview li ul li:nth-child(1){
		width:100%;
		margin:1rem auto;
}
	#student-voice .interview li ul li:nth-child(2){
		width:100%;
		margin:1rem auto;
}
}

