/* CSS Document */

/**
 * ユーティリティ
 * ---------------------------------------------------------------------
 **/

@media screen and (max-width:575px){
	.mvsp{
		display: block;
	}
	.mvpc{
		display: none;
	}
	.onlySp{
		display: block;
	}
	.onlyPc{
		display: none;
	}
}
@media screen and (min-width:576px){
	.mvsp{
		display: none;
	}
	.mvpc{
		display: block;
	}
	.onlySp{
		display: none;
	}
	.onlyPc{
		display: block;
	}
}

.red{
	color:#c00;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}

/**
 * Text
 * ---------------------------------------------------------------------
 **/
@media screen and (min-width:576px){
	p{
		font-size:20px;
		line-height: 160%;
	}
}
@media screen and (max-width:575px){
	p{
		font-size:16px;
		line-height: 160%;
	}
}

.highlight{
	
	font-weight: bold;
	border-bottom: 2px dotted #c00;
}

/**
 * メニュー
 * ---------------------------------------------------------------------
 **/

.navbar-toggler-icon{
	background-image:url("../images/menu.svg")!important;
}

.navbar-light .navbar-toggler{
	border:none!important;
}

#theMenu li{
	border-bottom: 1px solid #efefef;
}

/**
 * メインヴィジュアルエリア
 * ---------------------------------------------------------------------
 **/


.mvpc{
	margin-top:25px;
}
.mvpc .mv{
	background-color: #dadfe4;
	text-align: center;
	position: relative;
}

.mvpc .profile{
	position: absolute;
	right: 20px;
	bottom: 20px;
	background-color:rgba(255,255,255,0.84);
	border-radius: 10px;
	padding:10px;
	text-align: right;
	font-family:YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif"; 
	letter-spacing: 0.05em;
}

.mv-pc{
	display: none;
}
.mv-tablet{
	display: none;
}


@media screen and (max-width:1199px){
	.mvpc .floatInformation{
		display: none;
	}
	.mvpc .d-flex{
		justify-content: space-between;
	}
}


@media screen and (min-width:992px){

	
	.mvpc .floatInformation{
		position: absolute;
		left:60px;
		bottom: 40px;
		display: flex;
	}
	.mvpc .floatInformation .left{
		padding-right: 10px;
	}
	#as{
		display: none!important;
	}

}

@media screen and (max-width:767px)and (min-width:576px){
	
	.mvpc .profile{
		right: 10px;
		bottom: 10px;
	}
	.mvpc .profile .year{
		font-size: 86%;
	}
	.mvpc .profile .gakubu{
		font-size: 70%;
	}
	.mvpc .profile .school{
		font-size: 70%;
	}
	.mvpc .profile .name{
		font-size: 90%;
	}

}
@media screen and (max-width:991px)and (min-width:576px){
	.mv-tablet{
		display: block;
	}
}
@media screen and (min-width:992px){
	.mv-pc{
		display: block;
	}
}




.redTitle{
	padding: 5px;
	background-color: #c00;
	text-align: center;
	font-size: 12vw;
	color:white;
	font-family: serif;
	margin-bottom: 10px;
}
@media screen and (min-width:576px){
	.redTitle{
		font-size: 7vw;
	}
}
@media screen and (min-width:1200px){
	.redTitle{
		font-size: 44px;
	}
}

.naname {
	position: relative;
	
	
}
.naname2{
	background-color: #dadee4;
	height: 130px;
}
.headSuzuki{
	max-width:575px;
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	position: relative;
}
.headSuzuki .profile{
	position: absolute;
	bottom:20px;
	left:  20px;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.profile .year{
	font-weight: bold;
	font-size: 18px;
}
.profile .gakubu{
	font-size: 15px;
}
.profile .school{
	font-size: 15px;
}
.profile .name{
	font-weight: bold;
	font-size: 28px;
}
.profile .toComment{
	font-size: 18px;
	font-weight: bold;
	color:black;
}
.profile .toComment::before{
	content:'▲';
	display: inline-block;
	width: 10px;
	height: 10px;
	line-height: 15px;
	transform: rotate(90deg);
	font-size: 8px;
}
.headSuzuki .photo{
	position: absolute;
	bottom:0;
	right:0;
}

.headSuzuki .photo img{
	max-height: 280px;
	height: calc( 50vw );
}

/**
 * コンテンツエリア
 * ---------------------------------------------------------------------
 **/

#points{
	margin-top:40px;
	max-width: 640px;
}
#points h2{
	text-align: center;
	font-size: 150%;
	letter-spacing: 0.05em;
	font-weight: bold;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
#points h2::after{
	content:'';
	background-color: #c00;
	display: block;
	width: 32px;
	height: 2px;
	margin:18px auto;
}


#points .item h3{
	background-color: #c00;
	color:white;
	padding: 5px;
	width: 5em;
	font-size: 110%;
}

#points .item p{
	font-size: 100%;
}

#points .item ul{
	padding-left: 0;
}
#points .item ul li{
	display: inline-block;
	border-radius: 8px;
	padding: 4px 8px;
	background-color: #142646;
	font-size: 100%;
	color:white;
}

@media screen and (min-width:576px){
	#points .item h3{
		padding: 5px;
		font-size: 150%;
		border-radius: 4px;
		text-align: center;
	}
	#points .item p{
		font-size: 24px;
		font-weight: bold;
	}
	#points .item p small{
		font-size: 16px;
		font-weight: normal;
	}
	#points .item ul li{
		font-size: 22px;
	}
}

/* Voice*/

#voiceTitle{
	background: #c00;
	padding-top:1px;
	padding-bottom:1px;
	margin-bottom: 0;
}
#voiceTitle h2{
	margin-bottom: 0;
	padding: 10px 0;
	border-top:1px solid white;
	border-bottom:1px solid white;
	text-align: center;
	font-size: 160%;
	font-weight: bold;
	color:white;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	letter-spacing: 0.05em;
}

.voice-title{
	font-size:120%;
	font-weight: bold;
	margin-bottom: 1em;
}
@media screen and (min-width:576px){
	.voice-title{
		font-size:160%;
	}
}

.suzukiPhoto{
	text-align: center;
}
.suzukiPhoto img{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	max-width: 250px;
}

#voiceContents{
	padding: 15px;
	background-color: #eef2f5;
}
#voiceContents .voice{
	margin:auto;
	max-width: 760px;
}
#voiceContents .profile{
	display: block;
	margin: auto auto 20px auto;;
}
#voiceContents .profile .year,
#voiceContents .profile .gakubu,
#voiceContents .profile .school,
#voiceContents .profile .name{
	text-align: right;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.voice-box{
	border: 2px solid #d4d5d5;
	background-color: white;
	padding:30px;
}

.voice-box h3{
	text-align: center;
	margin-bottom: 20px;
}
.voice-box h4{
	display: inline-block;
	border-bottom: 2px solid #c00;
	margin-bottom: 18px;
}

.voice-box h4 a{
	color: black;
	text-decoration: none;
	display: block;
	padding-bottom: 4px;
}

.voice-box h4 a::after{
	content:'▼';
	display: inline-block;
	color:white;
	font-weight: bold;
	text-align: center;
	background-color:#c00;
	border-radius: 88px;
	line-height: 18px;
	font-size: 10px;
	width: 18px;
	height:18px;
	
	margin-left: 5px;
	margin-right: 5px;
	
}
.voice-box div p{
	display: none;
}

h2.common{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px 0;
	text-align: center;
	color: #cc0000;
}


/* Flow */

#flowWrap{
	background: #fff;
	padding-top:30px;
}
#flowWrap .content{
	background-color: #eef2f5;
	padding:30px;
}
#flowWrap .content p{
	text-align: center;
	font-size: 180%;
	margin-bottom: 15px;
	line-height: 120%;
}
#flowWrap .content small{
	font-size: 65%;
}
#flowWrap .subtext{
	font-size: 55%;
}
#flowWrap .content .subtext small{
	font-size: 80%;
}

.flow{
	background: #003366;
	position: relative;
	padding:6px 0;
	margin-bottom: 15px;
	
	color:white;
	text-align: center;
	font-weight: bold;
	font-size: 124%;
	letter-spacing: 0.15em;
	
}
.flow::after{
	content:'';
	display:block;
	transform: rotate(-45deg);
	transform-origin:15px 15px 0; 
	background: #003366;
	position:absolute;
	width:10px;
	height:10px;
	top:26px;
	left: 50%;
}
.flow.flowLast{
	background-color: #c00;
	color: white;
}
.flow.flowLast::after{
	display: none;
}
.lastp{
	padding-bottom: 20px;
}


@media screen and (min-width:576px){
	
	#flowWrap .content{
		max-width: 640px;
		margin-left:auto;
		margin-right:auto;
	}
	#flowWrap h2{
		margin-top:25px;
		margin-bottom:25px;
	}
	.flow{
		font-size: 22px;
	}
	#flowWrap .content p{
		font-size: 32px;
	}
	.flow::after{
		top:24px;
	}
}



/* 出願資格 */
#shikakuWrap{
	padding: 20px 0 20px 0;
	margin:15px;
}

#shikakuWrap h2{
	margin-bottom: 15px;
}
#shikakuWrap p{
	text-align:center;
}




/* 選考方法 */

.list-gakka{
	padding-left:0;
	margin-bottom: 0;;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.list-gakka li{
	list-style: none;
	background-color:white;
	border-radius: 8px;
	border:none;
	margin:5px;
	padding:8px;
	width: 48%;
	text-align: center;
	font-weight: bold;
}

@media screen and (max-width:767px){
	.list-gakka li{
		margin:3px;
		font-size: 80%;
		width: 46%;
	}
}


#closeContent1{
	display: none;
}
#closeContent2{
	display: none;
}

.senkouBtn{
	text-align: center;
	margin-top:    10px;
	margin-bottom:  5px;
}
.senkouBtn button::after {
    content: '▼';
    display: inline-block;
    color: #c00;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
    border-radius: 88px;
    line-height: 16px;
    font-size: 7px;
    width: 14px;
    height: 14px;
    margin-left: 5px;
    margin-right: 5px;
    vertical-align: bottom;
    margin-bottom: 4px;
}

.senkouBtn button{
	border-radius: 8px;
	border:1px solid #ccc;
	background-color: #c00;
	padding: 8px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	width: 100%;
	max-width: 280px;
}

@media screen and (max-width:575px){
	.senkouBtn button{
		max-width: 100%;
	}
}
@media screen and (min-width:576px){
	.senkouBtn button::after {
		font-size: 10px;
		 width: 20px;
    	height: 20px;
		line-height: 20px;
	}
	.senkouBtn button{
		max-width: 400px;
		font-size: 20px;
	}
}
#shiken2{
	margin-top:45px;
}

#senkouWrap{
	background: #fff;
	padding:15px;
}
#senkouWrap hr{
	border: 1px dotted white;
}
#senkouWrap>p{
	color:white;
}
#senkouWrap .read{
	color: white;
}
#senkouWrap h2{
	
	margin-top:10px;
	margin-bottom: 15px;
}

#senkouWrap .innerWrap{
	background-color: #19489C;
	padding: 15px;
}

.senkouLink{
	text-align:right;
}

.senkouLink a{
	font-size: 15px;
	color:black;
}
	
	
#senkouWrap .headerWrap h3{
	background-color: #cc0000;
	font-size: 18px;
	color:white;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	margin-bottom: 15px;
}

#senkouWrap h3 small{
	font-size: 14px;
}
.arrowBottom{
	color: #cc0000;
	text-align: center;
	padding: 15px 0;
}

.comment{
	background: #eaeaea;
	padding:20px;
	margin-bottom: 10px;
}
.comment h3{
	font-size:18px;
	color: #003366;
	font-weight: bold;
	margin-bottom: 18px;
}

.comment h3 span.border{
	background-color: white;
	margin-right: 5px;
	padding: 4px 8px;
}
.comment h3 span.float-end{
	font-size: 12px;
}

.comment p{
	font-size: 100%;
	line-height: 180%;
	color: black;
}
.comment .d-flex{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.comment .d-flex .left,
.comment .d-flex .right{
		font-size: 100%;
	line-height: 160%;
	}
.comment .d-flex .left{
	width: 70px;
	padding-right:10px;
	font-weight: bold;
}
.comment .d-flex .right{
	flex:1;
}

@media screen and (min-width:576px){
	#senkouWrap .headerWrap h3{
		font-size: 28px;
	}
	#senkouWrap .headerWrap h3 small{
		font-size: 19px;
	}
	#senkouWrap .innerWrap{
		
	}
	#senkouWrap .innerWrap img{
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#senkouWrap #shiken1imgWrap,
	#senkouWrap #shiken2imgWrap{
		padding-top:30px;
		padding-bottom:30px;
		text-align: center;
	}
	
	#senkouWrap .innerWrap,
	#senkouWrap .headerWrap{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.senkouLink{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	hr{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.comment{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* 募集人員 */

#jinin{
	margin:15px;
}

#jinin h2{
	margin-top:40px;
	margin-bottom: 25px;
}

#jinin p.read{
	font-size: 120%;
}
#jinin h4{
	font-size:160%;
}

#jinin .table{
	border-top: 4px solid black;
}
#jinin .table tr th{
	text-align: center;
	font-size: 80%;
}
#jinin .table tr td{
	font-size: 75%;
}


#jinin .table tr td:nth-child(1){
	background-color: #eef2f5;
	text-align: center;
}
#jinin .table tr td:nth-child(2){
	background-color: #f6f8fa;
	text-align: center;
}
#jinin .table tr td:nth-child(3){
	text-align: center;
	padding-right: 0;
	padding-left: 0;
}

/*3専攻の調整*/
#jinin .table tr.eline td:nth-child(1){
	text-align: center;
	background-color: #eef2f5;
}
#jinin .table tr.eline td:nth-child(2){
	text-align: center;
	background-color: #f6f8fa;
	vertical-align: middle;
	padding:0;
}
@media screen and (max-width:575px){
	#jinin .table tr.eline td:nth-child(2) span{

		padding-left:20px;
		padding-right:2px;
		text-align: center;
		writing-mode: vertical-rl;
		white-space: pre;
		margin:auto;
		width: 1em;
		display: block;

	}
}

#jinin .table tr.eline td:nth-child(3){
	padding-left: 8px;
	padding-right: 8px;
	background-color: #f6f8fa;
	text-align: center;
}
#jinin .table tr.eline td:nth-child(4){
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}


.apealBox{
	background-color: #eaeaea; 
	padding: 25px;
	font-size: 90%;
	font-weight: bold;
	margin-bottom: 20px;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}

.apealBox p{
	margin-bottom: 0;
}
.apealBox .apealText{
	font-size: 40px;
	font-weight: bold;
	color: #c00;
}
.apealBox h4{
	text-align: center;
	font-size: 160%;
	
}
.apealBox table{
	margin:auto;
}
.apealBox table tr td{
	font-size: 160%;
	font-weight: normal;
	padding:0 8px;
}
.apealBox table tr td:first-child{
	text-align: left;
}
.apealBorderBox{
	display: inline-block;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: white;
    padding: 16px;
}


@media screen and (min-width:576px){
	#jinin h2{
		font-size:28px;
	}
	#jinin .table{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	#jinin .table th{
		font-size:20px!important;
		letter-spacing: 0.1em;
	}
	#jinin .table td{
		font-size:120%;
	}
	.fact{
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	.fact p{
		font-size: 22px;
	}
	.fact p strong{
		font-size: 160%;
	}
	#jinin .table tbody td:nth-child(1),
	#jinin .table tbody td:nth-child(2){
		font-size: 22px;
	}
	#jinin .table tbody td:nth-child(3),
	#jinin .table tbody td:nth-child(4){
		color:red;
		font-size: 28px;
	}
	
	/*3専攻の調整*/
	#jinin .table tr.eline td:nth-child(1){
		background-color: #eef2f5;
	}
	#jinin .table tr.eline td:nth-child(2){
		background-color: #f6f8fa;
		-ms-writing-mode: tb-rl;
		writing-mode: vertical-rl;
		text-align: center;
		vertical-align: middle;
	}
	#jinin .table tr.eline td:nth-child(3){
		font-size: 22px;
		text-align: center;
		color:#333;
		background-color: #f6f8fa;
	}
	#jinin .table tr.eline td:nth-child(4){
		text-align: center;
	}

}

/* FAQ */

#faq{
	background-color: #003366;
	padding: 15px 15px 30px 15px;
	margin-bottom: 40px;
}
#faq h2{
	color: white;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 25px;
}
#faq .qaBox{
	padding:5px;
	background-color: white;	
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	border-radius: 2px;
	font-size: 120%;
}
#faq .qaBox .q{
	/*background: url("../images/q.png") no-repeat left top;*/
	background-size: 30px 30px;
	line-height: 30px;
	margin-bottom: 8px;
	padding-left:40px;
	padding-right:40px;
	cursor: pointer;
}
#faq .qaBox .a{
	display: none;
	background: #fff;
	padding-left:40px;
	padding-right:40px;
	margin-bottom: 16px;
}
#faq .conteiner{
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}


#faq .q,
#faq .a{
	position: relative;
}
#faq .q::before{
	content:'Q';
	width: 24px;
	height: 24px;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	display: block;
	position: absolute;
	top:  5px;
	left: 5px;
	border-radius: 5px;
	background-color: #003366;
	color:white;
	font-weight: bold;
}
#faq .q span{
	width: 24px;
	height: 24px;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	display: block;
	position: absolute;
	top:  5px;
	right: 5px;
	color:#003366;
	font-weight: bold;
	transform:rotate(90deg);
}
#faq .open span{
	transform:rotate(-90deg);
	animation:0.5s linear  rotation1;
}
@keyframes rotation1{
  0%{ transform:rotate(90deg);}
  100%{ transform:rotate(-450deg); }
}

#faq .a::before{
	content:'A';
	width: 24px;
	height: 24px;
	font-size: 18px;
	text-align: center;
	line-height: 24px;
	display: block;
	position: absolute;
	top:  5px;
	left: 5px;
	border-radius: 5px;
	background-color: #c00;
	color:white;
	font-weight: bold;
}

@media screen and (min-width:576px){
	
	#faq{
		padding-top:40px;
		padding-bottom:50px;
	}
	#faq h2{
		margin-bottom: 45px;
	}
	
}

/* Links */

#links{
	padding: 15px;
}
#links .btnWrap{
	margin-bottom: 15px;
}
#links .btnWrap a{
	display: block;
	border: 1px solid #000;
	border-radius: 8px;
	color: #000;
	padding: 12px;
}
#links .btnWrap:last-child{
	margin-bottom: 60px;
}
#netshutsugan{
	background: url("../images/shutsugan_btn.png") no-repeat center right 10px;;
	background-size:147px 30px;
}


@media screen and (min-width:576px){
	
	#links{
		padding-top:40px;
		max-width: 640px;
		margin-left: auto;
		margin-right: auto;
	}
	
	
	
}

/* Other Site Link */

.ftBtn{
	display: block;
	border-radius: 8px;
	background-color: white;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px 1px #ccc;
	text-align: center;
	margin:10px auto;
	padding: 10px;
	text-decoration: none;
	color:black;
	max-width: 640px;
}






/* Footer */

footer{
	background: url("../images/footer_photo.jpg") top center;
	background-size:cover;
	height: 400px;
	position: relative;
}

footer div{
	text-align: center;
}

footer p{
	position: absolute;
	bottom:0;
	right:0;
	left:0;
	background-color: #333333;
	margin:0;
	padding:8px;
	text-align: center;
	color:white;
	font-size: 12px;
}
