@charset "utf-8";


.c99content img {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


#c99contentsection{
  background-color: #fbfaf0;
  margin:0 2px;
}

article p{
	margin-bottom: 34px;
}

.c99content{
	font-size: 16px;
	line-height: 30px;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight: bold;
	color: #000;
    letter-spacing: -0.04em;
}
.c99content p{
	transform: scale(0.95, 1);
	transform-origin: top left;
}

.c99titlebox{
    max-width: 662px;
    margin: 104px auto 104px auto;;
    padding-left: 55px;
}

.c99content h2{
	float: left;
}

.c99titletxt{
	float: left;
	margin-left: 60px;
    margin-top: 27px;
}

.c99baloon1{
	position: absolute;
    right: 55px;
    margin-top: -80px;;

}

.c99section{
	padding: 72px 55px !important;
	border-bottom: 2px dashed #c0c7c9;
}

.sec7{
	border-bottom: 2px dashed #000000;
}

.c99secTitle{
	margin-bottom: 40px;
}

.c99col2{
	float: left;
	width: 50%;
}

.c99col2 img{
	margin: 0 auto 20px auto;
}

.c99white{
	text-decoration: underline;
}

.c99ana{
	border: 1px solid;
    margin: 0 7px;
    padding: 0 40px;
    background-color: #fff;
}

.c9901img img{
	margin: 0 auto 30px auto;
}

.c9902img{
    position: absolute;
    right: 55px;
    margin-top: -88px;
}

.nokaito p{
	margin-bottom: 0;
}

.c99gray{
	color: #808080;
}

.c9903img{
	width: 356px;
	margin: 0 auto 30px auto;
}

.c9904img{
	position: absolute;
    right: 105px;
    margin-top: -93px;
}

.c9905 p{
	width: 60%;
}

.c99section .c9904table{
	background-color: #fff;
	font-size: 13px;
    line-height: 24px;
    margin-bottom: 42px;
}

.c99section .c9904table th,.c99section .c9904table td{
	padding: 10px;
    padding-right: 30px;
    border-left:1px dashed #bbb;
}

.c99section .c9904table thead{
	background-color: #d6d6d6;
}

.c99section .c9904table1{
	border-left: none !important;
}

.c99section .c9904table td{
	border-bottom: 1px solid #bbb;
}

.c9904tablelast td{
	border-bottom: none !important;
}

.c9905img1{
	position: absolute;
	right: 58px;
    margin-top: -99px;
}
.c9905img2{
	position: absolute;
	right: 45px;
    margin-top: 230px;
}
.c9905title{
    margin-bottom: 8px;
    text-decoration: underline;
}
.c9905table{
	margin-bottom: 25px;
	width: 60%;
}
.c9905table th{
	width: 23%;
	vertical-align: top;
}
.c9905sec{
	margin-bottom: 50px;
}

.c9907img1{
	position: absolute;
	right: 138px;
	margin-top: -76px;
}

.c9908img1{
	position: absolute;
	margin-left: 50px;
}

.c9908 p{
	margin-left: 40%;
}

h3 img{
    margin: 100px auto 15px auto;
}

select{
	display: block;
	-webkit-border-radius : 0;

    width: 100%;
    height: 60px;
    padding-left: 20px;
    border: 1px solid #000;
    margin-bottom: 5px !important;
    color: #ccc;
    cursor:pointer;
    background-color: #fff;
}

option{
    height: 60px;	
    color: #000;
}
option:checked {
    color: #ccc;
}

.c99kaito{
    padding: 72px 55px 0px 55px;
}

.c99kekka{
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	display: block;
	-webkit-border-radius : 0;
	border: 1px solid #000;
    width: 100%;
    height: 60px;
    background-color: #ff0000;
    color: #fff;
    cursor:pointer;
}

.c99kekka:hover{
	background-color: #fff;
	color: #ff0000;
}

.c99tokuten{
	text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 3px;
    width: 220px;
    margin: 40px auto 10px auto;
}

.c99tokuten input{
	border:none;
	font-size: 70px;
	width: 170px;
    text-align: center;
    line-height: 72px;
}
.c99tokutenL{
	float: left;
    margin-top: 41px;
}
.c99tokutenR{
	float: right;
    margin-top: 41px;
}

.c99tokutenT{
	text-align: center;
    margin-left: 42px;
}

.c99seikai input{
	border:none;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

.c99seikai textarea{
	width: 100%;
    border: none;
    font-size: 13px;
    line-height: 24px;
}

.c99baloon2{
	position: absolute;
	margin-top: -82px;
}
.fuwa {
	-webkit-animation-name:fuwa;
	-webkit-animation-duration:2s;
	-webkit-animation-iteration-count:infinite;
	/*-webkit-animation-direction:alternate;*/
	-webkit-animation-timing-function:ease;
	
	-moz-animation-name:fuwa;
	-moz-animation-duration:2s;
	-moz-animation-iteration-count:infinite;
	/*-moz-animation-direction:alternate;*/
	-moz-animation-timing-function:ease;
}
@-webkit-keyframes fuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}
@-moz-keyframes fuwa {
	0% {-moz-transform:translate(0, 0);}
	50% {-moz-transform:translate(0, -10px);}
	100% {-moz-transform:translate(0, 0);}
}

@media screen and (max-width: 768px) {
	.c99titletxt br,.c99content p br{
		display: none;
	}

	#daigakuDetailContents{
		padding: 0;
	}
	.c99section, .c99kaito{
		padding: 60px 34px !important;
	}
	.c99titlebox{
		padding: 55px 55px 0px 55px;
		margin-bottom: 60px;
	}
	.c99content h2{
		width: 206px;
		margin: 0 auto;
		float: none;
	}
	.c99titletxt{
		float: none;
		text-align: center;
		margin: 27px auto;
	}
	.c99baloon1{
		right: 34px;
		width: 90px;
		margin-top: -50px;
	}
	.c99col2 img{
		width: auto;
	}
	.c99col2{
	    padding-right: 15px;
	}
	.c9902img{
		position: relative;
		right: 0;
		width: 40%;
    	margin: 20px auto;
    }
    .c9902img img{
    	margin: 0 auto;
    }
    .c9903img{
    	width: 70%;
    }
    .c9904img{
    	position: relative;
    	right: 0;
    	margin: 20px auto;
    	width: 23%;
    }
    .c9904table{ 
	overflow-x: scroll;    
	}
	.c9904table .c99ana{
		padding: 0 10px;
	}
	.c99section .c9904table{
		font-size: 12px;
		margin-left: -15px;
		    margin-right: -15px;
	}
	.c99section .c9904table th, .c99section .c9904table td{
		padding-right: 10px;
	}
	.c9905img1{
		position: relative;
		width: 55%;
		right: auto;
		margin: 20px auto;
	}
	.c9905 p, .c9908 p{
		width: 100%;
	}
	.c9908 p{
		margin-left: 0;
	}
	.c9905img2{
		right: 22%;
		margin-top: -27%;
		width: 30%;
	}
	.c9905table{
		width: 100%;
		font-size: 14px;
	}
	.c9907img1,.c9908img1{
    position: relative;
    right: auto;
    margin: 20px auto;
    }
    .c9907img1 img, .c9908img1 img{
    	margin: 0 auto;
    }
	.c99kaito{
		padding-bottom: 20px !important;
	}
	.c99content p{
		transform: scale(1, 1);
	}
	.c99tokutenT{
		margin-left: 0;
	}
}


@media screen and (max-width: 480px){
	.c99section, .c99kaito{
		padding: 60px 15px;
	}	
	.c99content h2{
		width: 166px;
	}
	.c99baloon2{
		margin-top: -162px;
		width: 90px;
	}
	.c99secTitle img{
		height: 30px;
	}
	.c99ana{
		padding: 0 20px;
	}
	.c9904table .c99ana{
		padding: 0 10px;
	}
	select{
			-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

	}
}