@charset "utf-8";
.bgYellow {
	background: #fff000;
	color: #6badf8;
	padding: 5px;
	margin-top: 10px;
	font-weight: bold;
}
#contents ul.tab {
	width: 100%;
	margin: 0 auto;
}
#contents ul.tab li a {
	position: relative;
	width: 48%;
	font-size: 0.8rem;
	background: #6badf8;
	float: left;
	color: #fff;
	text-align: center;
	padding: 10px 20px;
	margin: 0 1%;
	border-radius: 10px 10px 0 0;
	line-height: 1.3;
}
#contents ul.tab li a:after {
	content: url(../images/icon_yajirushi.png);
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -1.1rem;
	padding-left: 1rem;
}
#contents ul.tab li a.active {
	background: url(../images/bg_point.png);
}
#scholarship #Block_greeting {
	background-image: url("../images/scholarship/bg_grgreeting.png");
	padding: 3%;
	/*padding-bottom: 100px;*/
}
#scholarship #Block_greeting .inner {
	background: #fff;
	padding: 50px 20px;
}
#scholarship #Block_greeting .inner .img_greeting {
	width: 50%;
	display: block;
	margin: 0 auto;
}
#scholarship #Block_greeting .inner .txt_greeting {
	flex-basis: 60%;
}
#scholarship #Block_greeting .inner .txt_greeting .name {
	text-align: right;
}
#scholarship #Block_greeting h2 {
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
#scholarship #Block_greeting p {
	font-size: 16px;
	padding-bottom: 1rem;
}
#scholarship #Block_about {
	background-image: url("../images/scholarship/bg_about.png");
	background-size: cover;
	padding: 3%;
	padding-bottom: 100px;
}
#scholarship #Block_about .inner {
	width: 100%;
	margin: 0 auto;
}
#scholarship #Block_about div.bg_white {
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 20px;
	margin: 10px 0;
}
#scholarship #Block_about h3 {
	font-size: 24px;
	color: #6badf8;
}
#scholarship #Block_Introduction {
	background-image: url("../images/scholarship/bg_introduction.png");
	background-size: cover;
	padding: 3%;
	padding-bottom: 100px;
}
#scholarship #Block_Introduction .inner {
	width: 100%;
	margin: 0 auto;
}
#scholarship #Block_Introduction div.bg_white {
	background: rgba(255, 255, 255, 0.9);
	padding: 30px 20px;
	margin: 10px 0;
}
#scholarship #Block_Introduction h3 {
	font-size: 24px;
	color: #ffaa07;
}
#scholarship #Block_Introduction .block_photo {
	background: #fff;
}
#scholarship .block_photo .inner2 {
	display: flex;
	margin: 20px;
}
#scholarship .block_photo .inner2 p {
	margin: 0 10px;
	width: 33%;
}
#scholarship .block_photo .inner2 img {
	width: 100%;
}
.titleBlock .txt_h2 {
	font-size: 1rem;
	text-align: center;
	background-color: #faec0c;
}
.titleBlock .txt_h2 span {
	font-size: 1.2rem;
	color: #328ef8;
}
.titleBlock h2 {
	font-size: 21px;
	color: #fff;
	background-color: #6badf8;
	text-align: center;
	padding: 20px 0;
	line-height: 1.5;
}
#Block_qa {
	background: #fff;
	padding-bottom: 100px;
}
#Block_qa .inner {
	display: flex;
	flex-wrap: wrap;
	padding: 3%;
}
.Block_qa {
	width: 100%;
	background: #faec0c;
	margin: 1% auto;
	padding: 3%;
	/*font-weight: bold;*/
}
.Block_qa .txt_q {
	font-weight: bold;
}
.Block_qa .btn_form {
	font-size: 14px;
	padding: 10px;
	text-align: center;
	margin-top: 30px;
	width: 100%;
}
.txt_q {
	font-size: 20px;
}
.txt_a {
	padding-top: 20px;
}
.txt_a img {
	float: right;
}
.step {
	list-style-type: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.step h3 {
	color: #6badf8;
	font-size: 24px;
	line-height: 1.0;
	margin-bottom: 15px;
}
.step h3 span {
	display: block;
	font-size: 16px;
	line-height: 1.0;
}
.step li {
	display: block;
	position: relative;
	background: #fff;
	padding: 50px 50px 50px 50px;
	margin: 50px 10px;
	color: #000;
	text-align: center;
}
.step li:last-child:before {
	display: none;
}
.step li:last-child:after {
	display: none;
}
.step li:before, .step li:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin: auto;
}
#Block_voice .inner {
	padding: 3%;
	padding-bottom: 100px;
}
#Block_voice .inner dt img {
	display: block;
	margin: 0 auto;
}
#Block_voice .inner dt p {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	margin: 10px 0;
	text-align: center;
}
#Block_voice .inner dt span {
	font-size: 18px;
	display: block;
}
#Block_voice .inner .patternGray {
	margin-bottom: 2%;
}
#Block_voice .inner .patternblue {
	padding: 30px 10px 20px;
}
#Block_flow {
	background-color: #faec0c;
}
#Block_flow .inner {
	padding: 3%;
}
#Block_flow .inner .box_step {
	background: #fff;
	padding: 20px;
	margin: 2%;
	text-align: center;
	width: 80%;
	margin: 50px auto;
}
#Block_flow .inner .box_step h3 {
	color: #6badf8;
	line-height: 1.5;
	font-size: 30px;
}
#Block_flow .inner .box_step h3 span {
	font-size: 18px;
	margin-right: 1rem;
}
@media screen and (min-width: 1280px) {
	#contents ul.tab {
		width: 800px;
	}
	#contents ul.tab li a {
		width: 380px;
		font-size: 16px;
		padding: 20px 20px;
	}
	#scholarship #Block_greeting h2 {
		font-size: 36px;
		text-align: left;
	}
	.titleBlock .txt_h2 {
		font-size: 32px;
	}
	.titleBlock .txt_h2 span {
		font-size: 36px;
	}
	.titleBlock h2 {
		font-size: 38px;
	}
	#Block_flow {
		padding-bottom: 100px;
	}
	#Block_flow .inner {
		width: 1280px;
		margin: 0 auto;
		display: flex;
	}
	#Block_flow .inner .box_step {
		width: auto;
	}
	#Block_flow .inner .box_step h3 span {
		display: block;
		margin-right: none;
	}
	#Block_flow .patternGray {
		width: 840px;
		margin: 0 auto;
	}
	.btn_form {
		clear: both;
		position: relative;
		font-size: 16px;
		background-color: #6badf8;
		color: #fff;
		display: block;
		padding: 10px 50px;
		width: 300px;
		margin: 5px auto 50px;
		text-align: center;
	}
	#scholarship #Block_greeting .inner {
		display: flex;
		padding: 50px;
		width: 1250px;
		margin: 50px auto;
	}
	#scholarship #Block_greeting .inner .img_greeting {
		flex-basis: 40%;
	}
	#scholarship #Block_about .inner {
		width: 980px;
	}
	#scholarship #Block_about div.bg_white {
		padding: 30px 40px;
	}
	#scholarship #Block_Introduction .inner {
		width: 980px;
	}
	#scholarship #Block_Introduction div.bg_white {
		padding: 30px 40px;
	}
	#Block_qa .inner {
		margin: 0 auto;
	}
	#Block_voice .inner {
		width: 940px;
		margin: 0 auto;
	}
	#Block_voice .inner dt {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	#Block_voice .inner dt span.img {
		width: 30%;
		margin-right: auto;
	}
	#Block_voice .inner dt p {
		margin-right: auto;
		width: 70%;
		text-align: left;
	}
	#Block_voice .inner dd {
		margin-top: 1.5rem;
	}
	#Block_voice .inner .patternblue {
		padding: 40px;
	}
	.Block_qa {
		width: 31%;
		padding: 30px 30px 15px;
	}
	.Block_qa .Q {
		text-align: center;
		margin-bottom: 15px;
	}
	.Block_qa .txt_q {
		font-size: 26px;
		line-height: 1.3;
		text-align: center !important;
	}
	.Block_qa.form .txt_q {
		/*margin-bottom: 50px;*/
	}
	.step {
		list-style-type: none;
		display: table;
		width: 100%;
		padding: 0;
		margin: 0;
		overflow: hidden;
	}
	.step li {
		display: table-cell;
		position: relative;
		background: #fff;
		padding: 1em 0.5em 1em 2em;
		color: #000;
		text-align: center;
		line-height: 1.3;
		/* min-width: 300px;*/
	}
	.step li:last-child {
		padding-right: 1em;
	}
	.step li:last-child:before {
		display: none;
	}
	.step li:last-child:after {
		display: none;
	}
	.step li:before, .step li:after {
		content: "";
		position: absolute;
		width: 0;
		height: 0;
		margin: auto;
	}
	.step li:before {
		top: -15px;
		right: -1em;
		border-style: solid;
		border-color: transparent transparent transparent #faec0c;
		border-width: 150px 0 150px 2em;
		z-index: 10;
	}
	.step li:after {
		top: -15px;
		right: -.8em;
		border-style: solid;
		border-color: transparent transparent transparent #fff;
		border-width: 150px 0 150px 2em;
		z-index: 10;
	}
}
@media screen and (max-width:487px) {
	.step li:after {
		bottom: -30px;
		left: 0;
		right: 0;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
		border-width: 30px 30px 0 30px;
		z-index: 1;
	}
}
@media screen and (min-width: 480px) and (max-width: 599px) {
	#main {
		width: 100%;
		margin: 0 auto;
	}
	.step li:after {
		bottom: -30px;
		left: 0;
		right: 0;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
		border-width: 30px 30px 0 30px;
		z-index: 1;
	}
}
@media screen and (min-width: 600px) and (max-width: 959px) {
	#main {
		width: 98%;
		margin: 0 auto;
	}
	.step li:after {
		bottom: -30px;
		left: 0;
		right: 0;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
		border-width: 30px 30px 0 30px;
		z-index: 1;
	}
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
	#main {
		width: 98%;
		margin: 0 auto;
	}
	.step li:after {
		bottom: -30px;
		left: 0;
		right: 0;
		border-style: solid;
		border-color: #fff transparent transparent transparent;
		border-width: 30px 30px 0 30px;
		z-index: 1;
	}
}
