@charset "utf-8";
#PC----------------{}
#_title {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 420px;
	width: 100%;
	background-color: #325CA6;
	background-image: url(../images/matriculation/title_bk.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	font-size: 28px;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	line-height: normal;
}
._title_big {
	font-size: 50px;
}

#_main_all {
	background-image: url(../images/common/etc_bk.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	background-color: #e6ebef;
	padding-top: 70px;
	padding-bottom: 70px;
	line-height: 1.7;
}
._main{
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	box-shadow: 0px 0px 30px 0px #a1a1a1;
}
._wide1000 {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
}

._ma_line {
	background-image: url("/images/matriculation/bk_line.png"),
                    url("/images/matriculation/bk_line.png");
	background-repeat: no-repeat, no-repeat;
	background-position: top left, bottom left;
	background-size: 100% 8px, 100% 8px; /* 横100%、高さ8pxで固定 */
	padding-bottom: 100px;
}
._ma_title01 {
	font-size: 30px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 6px;
	margin-top: 100px;
	background: linear-gradient(to right, #7399ff, #1e4193);
	box-sizing: border-box;
}
._ma_title01 p {
	border: 1px solid #FFF;
	position: relative;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
._ma_no01_01 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	max-width: 780px;
	padding-top: 50px;
	padding-bottom: 50px;
}
._ma_no02_box1 {
	display: grid;
	grid-template-columns: 48% 48%;
	column-gap: 4%;
	row-gap: 20px;
	margin-top: 50px;
	padding-bottom: 50px;
}
._ma_no02_box1_R_t01 {
	font-size: 24px;
	font-weight: bold;
	color: #05376e;
	padding-bottom: 20px;
}
._ma_no03_t01 {
	font-size: 24px;
	font-weight: bold;
	color: #1e4193;
	padding-top: 50px;
}
._ma_no03_t02 {
	font-size: 20px;
}
._ma_no03_t03 {
	font-size: 15px;
	vertical-align: bottom;
}
._ma_no03_t04 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
}
._ma_no03_t05 {
	font-size: 20px;
	font-weight: bold;
	padding-top: 50px;
}
._ma_no03_t06 {
	font-size: 18px;
	text-indent: -1em;
	padding-left: 1em;
}
._ma_no03_t07 {
	font-size: 18px;
}





._ma_no03_box01 {
	border: 1px solid #1e4193;
	display: grid;
	grid-template-columns: 40% 60%;
	box-sizing: border-box;
	width: 100%;
	margin-top: 20px;
}
._ma_no03_box01_L,
._ma_no03_box01_R{
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
._ma_no03_box01_L {
	color: #FFF;
	background-color: #1e4193;
	font-size: 24px;
	font-weight: bold;
}
._ma_no03_box01_R {
	font-size: 28px;
	text-align: center;
}
.ma_no03_table_all {
	overflow: auto;
}




.ma_no03_table{
	margin-top: 16px;
	font-size: 18px;
}
.ma_no03_table_line{
	position: relative;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%'><line x1='0' y1='0' x2='100%' y2='100%' stroke='black' stroke-width='0.5'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.ma_no03_table,
.ma_no03_table th,
.ma_no03_table td{
	border-collapse: collapse;
	border:1px solid #333;
}
.ma_no03_table_line_RT{
	position: absolute;
	top: 0px;
	right: 4px;
}
.ma_no03_table_line_LB{
	position: absolute;
	left: 4px;
	bottom: 0px;
}
.ma_no03_table th{
	padding-top: 6px;
	padding-right: 50px;
	padding-bottom: 6px;
	padding-left: 16px;
}
.ma_no03_table td{
	padding-top: 6px;
	padding-right: 16px;
	padding-bottom: 6px;
	padding-left: 16px;
}








#end_pc----------------{}
@media screen and (max-width: 737px){
#SP-------------------{}
#_title {
	height: 320px;
	font-size: 20px;
	background-size: cover;
	background-image: url(../images/matriculation/title_bk_sp.jpg);
}
._title_big {
	font-size: 30px;
}
._main{
	width: 100%;
}
._wide1000 {
	width: calc(100% - 32px);
}
._sa_line {
	padding-bottom: 50px;
}
._ma_title01 {
	font-size: 24px;
	margin-top: 50px;
}
._ma_title01 p {
	padding-top: 10px;
	padding-bottom: 10px;
}
._ma_no01_01 {
	padding-bottom: 30px;
}
._ma_no02_box1 {
	grid-template-columns: 100%;
	margin-top: 30px;
	padding-bottom: 30px;
}
._ma_no02_box1_R_t01 {
	font-size: 20px;
	padding-bottom: 16px;
}
._ma_no03_t01 {
	font-size: 20px;
	padding-top: 30px;
}
._ma_no03_t02 {
	font-size: 16px;
}
._ma_no03_t03 {
	font-size: 12px;
}
._ma_no03_t04 {
	font-size: 18px;
	padding-top: 30px;
}
._ma_no03_t05 {
	font-size: 20px;
	padding-top: 30px;
}
._ma_no03_t06 {
	font-size: 16px;
}
._ma_no03_t07 {
	font-size: 16px;
}


._ma_no03_box01 {
	grid-template-columns: 100%;
	margin-top: 16px;
}
._ma_no03_box01_L,
._ma_no03_box01_R{

	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
._ma_no03_box01_L {
	font-size: 16px;
}
._ma_no03_box01_R {
	font-size: 18px;
}
.ma_no03_table{
	font-size: 16px;
}
#end_sp----------------{}
}
