@charset "UTF-8";



/*-------------------------------------------------------
■ 共通
 --------------------------------------------------------*/

.paragraph b {
	color: rgba(50,100,185,1);
	font-weight: bold;
}


.notes {
	margin-top: 5px;
	font-size: 14px;
	position: relative;
	padding-left: 1.2em;
}
.notes:before {
	content: "※";
	position: absolute;
	left: 0;
	top: 0;
}
span.notes {
	line-height: 1;
}





/*-------------------------------------------------------
■ index.html
 --------------------------------------------------------*/

.content_copy {
	color: rgba(50,100,185,1);
	font-size: 18px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 40px;
}

.overseas_img_list li figure {
	width: 80%;
	margin: 0 auto;
}
.overseas_img_list li figure img {
	width: 100%;
}
.overseas_img_list li figcaption {
	padding-top: 5px;
	font-size: 14px;
}

.overseas-content_list {
	margin-bottom: 60px;
}
.overseas-content_list li {
	padding-bottom: 20px;
	border-bottom: 1px dotted rgba(50,100,185,1);
	margin-bottom: 20px;
	overflow: hidden;
}
.overseas-content_list li:first-child {
	border-top: 1px dotted rgba(50,100,185,1);
	margin-top: 20px;
	padding-top: 20px;
}
.overseas-content_list li dt {
	display: inline-block;
	color:#fff;
	background:  #003894;;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	padding:5px 10px ;
	margin: 10px 0;
	font-weight: bold;
}
.overseas-content_list li > dl {
	float: left;
	width : calc(100% - 112px) ;
}
.overseas-content_list li > p {
	float: right;
	width: 102px;
}
.oc_list_youtube{
	letter-spacing: -0.4em;
	text-align: center;
}
.oc_list_youtube li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	text-align: center;
	margin: 0 10px 10px 10px;
}
.oc_list_youtube li em{
	display: block;
	font-style: normal;
	color: rgba(50,100,185,1);
	font-size: 18px;
	font-weight: bold;
}
.oc_list_youtube li img{
	width: 200px;
	height: auto;
	font-weight: 600;
}
.os_list_yoko{
	letter-spacing: -0.4em;
	text-align: center;
	margin-top: 20px;
}
.os_list_yoko li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	letter-spacing: normal;
	margin: 0 30px;
}
.os_list_yoko li a{
	display: block;
}
/* -------------------------------
add
---------------------------------*/
.os_head_img img{
	width: 100%;
	height: auto;
}
@media screen and (max-width: 761px ) {
	.os_head_img{
		padding-top: 10px;
	}
}
.os_head_dl{
	margin-top: 40px;
}
		.os_head_dl dt{
			background-color: #00318F;
			color: #FFFFFF;
			font-weight: bold;
			text-align: center;
			padding: 6px 0;
		}
		.os_head_dl dd{
			background-color: #DEDEDE;
			padding: 20px 30px 40px;
		}
		.os_head_dl dd ol li{
			display: -webkit-flex;
			display: -ms-flex;
			-webkit-display: flex;
			-moz-display: flex;
			-ms-display: flex;
			-o-display: flex;
			display: flex;
			margin-bottom: 40px;
		}
		.os_head_dl dd ol li:last-child{
			margin-bottom: 0;
		}
		.os_head_dl dd ol li span.txt{
			flex-basis: 62.0%;
			padding: 0 73px 0 53px;
			position: relative;
		}

		.os_head_dl dd ol li span.txt em{
			color: #003894;
			font-weight: bold;
			font-style: normal;
			font-size: 22px;
			display: block;
			margin-bottom: 20px;
		}
		.os_head_dl dd ol li span.txt span{
			font-size: 60px;
			color: #003894;
			line-height: 1.0;
			position: absolute;
			left: 0;
			top: 0;
		}
		.os_head_dl dd ol li span.image{
			flex-basis: 38.0%;
		}
		.os_head_dl dd ol li span.image img{
			width: 100%;
			height: auto;
		}

@media screen and (max-width: 761px ) {
	.os_head_dl{
		margin-top: 45px;
	}
			.os_head_dl dd{
				padding: 20px 30px;
			}
			.os_head_dl dd ol li{
				display: block;
			}
			.os_head_dl dd ol li span.txt{
				padding: 0;
				position: relative;
			}

			.os_head_dl dd ol li span.txt em{
				font-size: 18px;
				display: inline;
				vertical-align: top;
			}
			.os_head_dl dd ol li span.txt span{
				font-size: 35px;
				position: static;
				padding-right: 20px;
			}
}

.os_img_middle{
	text-align: center!important;
	margin-top: 40px;
}
.os_img_middle img{
	width: 100%;
	height: auto;
	max-width: 538px;
	margin: 0 auto;
}

.os_dl_middle{
	border: solid 1px #003894;
}
.os_dl_middle dt{
	border-bottom: solid 1px #003894;
	background: rgba(0, 56, 148,.2);
	padding: 6px 0;
	color: #003894;
	text-align: center;
}
.os_dl_middle dd{
	padding: 40px 30px;
	text-align: center;
}
.os_dl_middle dd ul{
	display: -webkit-flex;
	display: -ms-flex;
	-webkit-display: flex;
	-moz-display: flex;
	-ms-display: flex;
	-o-display: flex;
	display: flex;
	position: relative;
}
.os_dl_middle dd ul li{
	flex-basis: 18.0%;
	box-sizing: border-box;
}
.os_dl_middle dd ul li:last-child{
	flex-basis: 82.0%;
	text-align: left;
	padding-left: 6.0%;
}
.os_dl_middle dd ul li em,
.os_dl_middle dd ul li span{
	display: block;
}
.os_dl_middle dd ul li em{
	font-size: 22px;
	font-weight: bold;
	font-style: normal;
	color: #003894;
	margin-bottom: 20px;
}
.os_dl_middle dd ul li img{
	width: 100%;
	height: auto;
	max-width: 87px;
}
.os_dl_middle dd ul li span.image{
	margin-bottom: 20px;
}
.os_dl_middle dd ul li span.txt{
	font-size: 14px;
	letter-spacing: -0.06em;
}
@media screen and (max-width: 761px ) {
	.os_dl_middle dd{
		padding: 15px 30px 40px;
		text-align: center;
	}
	.os_dl_middle dd ul{
		display: -webkit-flex;
		display: -ms-flex;
		-webkit-display: flex;
		-moz-display: flex;
		-ms-display: flex;
		-o-display: flex;
		position: relative;
		padding-top: 60px;
	}
	.os_dl_middle dd ul li{
		flex-basis: 30.0%;
		box-sizing: border-box;
	}
	.os_dl_middle dd ul li:last-child{
		flex-basis: 70.0%;
		text-align: left;
		padding-left: 6.0%;
	}
	.os_dl_middle dd ul li em{
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		display: block;
		font-size: 18px;
		font-weight: bold;
		font-style: normal;
		color: #003894;
		margin-bottom: 0;
	}
	.os_dl_middle dd ul li p{
		line-height: 1.3;
	}
	.os_dl_middle dd ul li span.image{
		margin-bottom: 10px;
	}
}
.os_ol_flowchart li{
	background-color: #DEDEDE;
	padding: 25px 15px;
	text-align: center;
	margin-bottom: 20px;
	list-style: none;
	position: relative;
}
.os_ol_flowchart li:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #003894;
}

.os_ol_flowchart li:last-child{
	margin-bottom: 0;
}
.os_ol_flowchart li:last-child:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  border: 0px solid transparent;
  border-top: 0px solid #003894;
}

.os_ol_flowchart li dl dt{
	margin-bottom: 15px;
}
.os_ol_flowchart li dl dt em,
.os_ol_flowchart li dl dt span{
	display: block;
	font-weight: bold;
}
.os_ol_flowchart li dl dt em{
	color: #003894;
	font-style: normal;
	font-size: 24px;
}
.os_ol_flowchart li dl dt span{
	font-size: 20px;
}
@media screen and (max-width: 761px ) {

	.os_ol_flowchart li dl dt{
		margin-bottom: 15px;
	}
	.os_ol_flowchart li dl dt em{
		font-size: 20px;
	}
	.os_ol_flowchart li dl dt span{
		font-size: 18px;
	}
}
.table_os_01{
	border-collapse: collapse;
	width: 100%;
}
.table_os_01 thead{
	background-color: #003894;
	color: #FFFFFF;
	font-weight: bold;
}
.table_os_01 thead th,
.table_os_01 tbody th,
.table_os_01 tbody td{
	border: solid 1px #003894;
	padding: 4px;
}
.table_os_01 thead tr th{
	text-align: center;
	font-weight: bold;
}
.table_os_01 thead tr th:first-child{
	text-align: left;
	padding-left: 14px;
}
.table_os_01 tbody th{
	vertical-align: middle;
	text-align: center;
}
.table_os_01 tbody tr td{
	text-align: center;
}
.table_os_01 tbody tr td:not(.txt){
	color: #003894;
}
.table_os_01 tbody tr td.txt{
	padding-left: 14px;
	text-align: left;
}
.table_os_01 tbody tr th.bg_01{
	background: #C1DAEA;
}
.table_os_01 tbody tr th.bg_02{
	background: #FFF8D1;
}
.table_os_01 tbody tr th.bg_03{
	background: #FFD1DC;
}


.table_os_02{
	border-collapse: collapse;
	width: 100%;
}
.table_os_02 thead{
	background-color: #003894;
}
.table_os_02 thead tr th{
	color: #FFFFFF;
	font-weight: bold;
	border: solid 2px #FFFFFF;
	text-align: center;
	padding: 4px;
}
.table_os_02 tbody th,
.table_os_02 tbody td{
	border: solid 2px #003894;
	padding: 4px;
	text-align: center;
	vertical-align: middle;
}
.table_os_02 tbody td{
	background: #FFFFFF;
}
.table_os_02 tbody th{
	background: #C8D2E7;
	color: #003894;
}
.table_os_02 tbody th[colspan="6"]{
	padding: 20px 0;
}
.table_os_02 tbody th em{
	font-style: normal;
	font-weight: bold;
	display: block;
	font-size: 22px;
}
.table_os_02 tbody th em.txt{
	font-weight: normal;
	display: inline;
	font-size: 16px;
}
.table_os_02 tbody th span{
	display: block;
	font-size: 14px;
	letter-spacing: -0.06em;
}
.table_os_02 tbody th span.txt{
	display: inline;
}
@media screen and (max-width: 761px ) {
	.table_os_02 tbody td{
		padding: 4px 1px;
	}
	.table_os_02 tbody th em{
		font-size: 20px;
	}
	.table_os_02 tbody th span{
		font-size: 12px;
	}
}

/*-------------------------------------------------------
■ requirements.html
 --------------------------------------------------------*/



.requirements_list {
	list-style-position: outside;
	margin-left: 2.5em;
}
.requirements_list li > ul {
	padding-top: 5px;
}
.requirements_list li > ul li {
	list-style: disc;
	margin-left: 1em;
}



/*-------------------------------------------------------
■ faq.html
 --------------------------------------------------------*/


.faq_block{
	margin-bottom: 60px;
}
.faq_block dt {
	cursor:pointer;
	line-height: 1.8;
	border-bottom:1px solid #ccc;
	padding: 20px 30px 20px 53px;
	position:relative;

}

.faq_block dt:hover {
	background: rgba(50,100,185,.3);
}
.faq_block dt:before {
	content:"Q";
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 5px;
}
.faq_block dt:after{
	content:"";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-right: 2px solid rgba(50,100,185,1);
	border-top: 2px solid rgba(50,100,185,1);
	-webkit-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 15px;
	transition: all 0.2s ease-in-out;
}
.faq_block dt.active{
	background: rgba(50,100,185,.3);
}
.faq_block dt.active:after{
	border-right: 2px solid #fff;
	border-top: 2px solid #fff;
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	transform: rotate(315deg);
	transition: all 0.2s ease-in-out;
}

.faq_block dd {
	display: none;
	line-height: 1.8;
	color: rgba(50,100,185,1);
	border-bottom:1px solid #ccc;
	padding: 20px 30px 20px 53px;
	margin-bottom: 10px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
}
.faq_block dd:before {
	content:"A";
	font-size: 30px;
	font-weight: bold;
	position: absolute;
	left: 10px;
	top: 5px;
}


.faq_block dd > a {
	border-bottom: 1px dotted #000;
}


/*-------------------------------------------------------
information-business
 --------------------------------------------------------*/

.interview_block {
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	padding-bottom: 25px;
	border-bottom: 2px dotted rgba(50,100,185,1);
	margin-bottom: 25px;
}
.interview_block:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.interview_photo_box {
	width: 45%;
	height: 420px;
	margin-right: 5%;
	position: relative;
}
.interview01 .interview_photo_box {
	background-image: url(../images/overseas/overseas_information_business_img01.png);
	/*background-image: url(../images/employment/interview_photo01.png);*/
	background-size: cover;
	background-position: center center;
}
.interview02 .interview_photo_box {
	background-image: url(../images/overseas/overseas_information_business_img02.jpg);
	/*background-image: url(../images/employment/interview_photo02.png);*/
	background-size: cover;
	background-position: center center;
}
.interview03 .interview_photo_box {
	background-image: url(../images/overseas/overseas_information_business_img03.png);
	/*background-image: url(../images/employment/interview_photo03.png);*/
	background-size: cover;
	background-position: center center;
}
.interview04 .interview_photo_box {
	background-image: url(../images/overseas/we/overseas_webengineer_img01.png);
	/*background-image: url(../images/employment/interview_photo01.png);*/
	background-size: cover;
	background-position: center center;
}
.interview05 .interview_photo_box {
	background-image: url(../images/overseas/we/overseas_webengineer_img02.png);
	/*background-image: url(../images/employment/interview_photo02.png);*/
	background-size: cover;
	background-position: center center;
}
.interview06 .interview_photo_box {
	background-image: url(../images/overseas/we/overseas_webengineer_img03.png);
	/*background-image: url(../images/employment/interview_photo03.png);*/
	background-size: cover;
	background-position: center center;
}

.interview_photo_box dl {
	position: absolute;
	left: 0;
	bottom: 15px;
	background: rgba(50,100,185,0.8);
	padding: 20px;
	width: 390px;
}
.interview02 .interview_photo_box dl,
.interview05 .interview_photo_box dl {
	right: 0;
	left: auto;
}
.interview_photo_box dl dt {
	margin-bottom: 15px;
}
.interview_photo_box dl dd {
	color: #fff;
	font-size: 16px;
	font-size: 14px;
}
.interview_photo_box dl dd em {
	font-style: normal;
	font-size: 18px;
}


.interview_text_box {
	width: 50%;
}

.interview_text_box h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.interview02 .interview_text_box,
.interview05 .interview_text_box {
	order: 1;
	margin-right: 5%;
}
.interview02 .interview_photo_box,
.interview05 .interview_photo_box {
	order: 2;
	margin-right: 0;
}

/* responsive*/
.mb-object{
	display: none !important;
}
.pc-object{
	display: block !important;
}

@media all and (max-width: 761px ) {
	.mb-object{
		display: block !important;
	}
	.pc-object{
		display: none !important;
	}
}


/* -- Media query	761px以下の場合 スマートフォン設定------------------------------------------------------------- */
@media screen and (max-width: 761px ) {


	.table_res table {
		width: 800px;
	}

	.overseas_img_list li figure {
		margin: 0 auto 20px;
	}


	.overseas-content_list li > dl {
		float: none;
		width : 100%;
		margin-bottom: 10px;
	}
	.overseas-content_list li > p {
		float: none;
		width : 100%;
	}
	.overseas-content_list li > p img {
		width : 100%;
	}
/*-------------------------------------------------------
information-business
 --------------------------------------------------------*/

.interview_block {
	display: block;
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap:         wrap;
	padding-bottom: 25px;
	border-bottom: 2px dotted rgba(50,100,185,1);
	margin-bottom: 25px;
}
.interview_block:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 25vw;
	}

.interview_photo_box {
	width: 100%;
	height: 420px;
	margin-right: 5%;
	position: relative;
	margin-bottom: 15px;
}
.interview01 .interview_photo_box {
	/*background-image: url(../images/employment/interview_photo01.png);*/
	background-size: cover;
	background-position: center center;
}
.interview02 .interview_photo_box {
	/*background-image: url(../images/employment/interview_photo02.png);*/
	background-size: cover;
	background-position: center center;
}
.interview03 .interview_photo_box {
	/*background-image: url(../images/employment/interview_photo03.png);*/
	background-size: cover;
	background-position: center center;
}

.interview_photo_box dl {
	position: absolute;
	left: 0;
	bottom: 30px;
	bottom: 0;
	background: rgba(50,100,185,1);
	background: rgba(50,100,185,0.8);
	padding: 20px;
	width: 260px;
	width: 100%;
}
.interview02 .interview_photo_box dl,
.interview05 .interview_photo_box dl {
	right: 0;
	left: auto;
}
.interview_photo_box dl dt {
	margin-bottom: 15px;
}
.interview_photo_box dl dd {
	color: #fff;
	font-size: 16px;
	font-size: 14px;
}
.interview_photo_box dl dd em {
	font-style: normal;
	font-size: 20px;
}


.interview_text_box {
	width: 100%;
}

.interview_text_box h4 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}

.interview02 .interview_text_box,
.interview05 .interview_text_box {
	order: 1;
	margin-right: 5%;
}
.interview02 .interview_photo_box,
.interview05 .interview_photo_box {
	order: 2;
	margin-right: 0;
}
.interview03 .interview_text_box {
	padding-bottom: 20px;
}

}

/*追記*/
/*PC*/
@media only screen and (min-width: 761px) {
	/*共通*/
	.req {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 40px auto;
	}
	
	.req h5 {
		margin-bottom: 20px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #000000;
	}
	
	.req .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 20px auto;
	}
	
	.req .title p {
		font-size: 15px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 15px;
		text-align: left;
		color: #003894;
	}
	
	.req .scroll_text {
		display: none;
	}
	
	.req .scroll {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.req .scroll table {
		position: relative;
		width: 100%;
		height: auto;
		border-collapse: collapse;
	}
	
	.req .scroll table tr {
		border: solid 1px #2B5A9F;
	}
	
	.req .scroll table tr td {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		box-sizing: border-box;
		border-top: solid 1px #2B5A9F;
		border-bottom: solid 1px #2B5A9F;
		border-left: solid 1px #2B5A9F;
		border-right: solid 1px #2B5A9F;
	}
	
	.req .scroll table tr td.maintitle {
		text-align: center;
		color: #fff;
		background: #2B5A9F;
		vertical-align: middle;
	}
	
	.req .scroll table tr td.subtitle {
		text-align: left;
		color: #003894;
		background: #CFD8EB;
		vertical-align:top;
	}
	
	.req .under_text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.req .under_text p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
		text-align: left;
		color: #000000;
	}
	
	/*出願書類*/
	.req03 table tr td.subtitle {
		padding-left: 15px;
	}
	
	.req03 table tr:nth-of-type(1) td:nth-of-type(1) {
		border-right: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(1) td:nth-of-type(2) {
		border-left: solid 1px #fff!important;
		border-right: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(1) td:nth-of-type(3) {
		border-bottom: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(2) td:nth-of-type(1) {
		border-right: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(2) td:nth-of-type(1),
	.req03 table tr:nth-of-type(2) td:nth-of-type(2) {
		border-left: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(9) td:nth-of-type(2),
	.req03 table tr:nth-of-type(10) td:nth-of-type(2),
	.req03 table tr:nth-of-type(11) td:nth-of-type(2) {
		width: 170px;
	}
	
	.req03 table tr td.text {
		width: 440px;
		padding: 18px 15px 18px 15px;
	}
	
	.req03 table tr td.kigou {
		width: 70px;
		text-align: center;
		vertical-align: middle;
	}
	
	/*入試日程*/
	.req04 table tr td.maintitle {
		padding: 22px 0 22px 0;
	}
	
	.req04 table tr td.subtitle {
		padding: 20px 0 20px 0;
		text-align: center!important;
	}
	
	.req04 table tr td.text {
		padding: 20px 0 20px 0;
		text-align: center;
	}
	
	.req04 table tr:nth-of-type(1) td:nth-of-type(1) {
		width: 75px;
		border-right: solid 1px #fff!important;
	}
	
	.req04 table tr:nth-of-type(1) td:nth-of-type(2),
	.req04 table tr:nth-of-type(1) td:nth-of-type(3),
	.req04 table tr:nth-of-type(1) td:nth-of-type(4),
	.req04 table tr:nth-of-type(1) td:nth-of-type(5) {
		border-left: solid 1px #fff!important;
		border-right: solid 1px #fff!important;
	}
	
	.req04 table tr:nth-of-type(1) td:nth-of-type(6) {
		border-left: solid 1px #fff!important;
	}
	
	/*納入金*/
	.req08 table {
		table-layout: fixed;
	}
	
	.req08 table tr td.maintitle {
		padding: 5px 0 5px 0;
	}
	
	.req08 table tr td.subtitle {
		padding: 12px 0 12px 0;
		text-align: center!important;
	}
	
	.req08 table tr td.price {
		padding: 12px 0 12px 0;
		text-align: center;
	}
	
	.req08 table tr:nth-of-type(1) td:nth-of-type(1) {
		width: 250px;
	}
	
	.req08 table tr:nth-of-type(1) td:nth-of-type(2),
	.req08 table tr:nth-of-type(1) td:nth-of-type(3) {
		width: 130px;
	}
	
	.req08 table tr:nth-of-type(1) td:nth-of-type(4) {
		width: 390px;
	}
	
	.req08_yohaku {
		margin: 30px auto 40px auto;
	}
	
	.req08_01 table {
		table-layout: fixed;
	}
	
	.req08_01 table tr td.maintitle {
		padding: 14px 0 14px 0;
	}
	
	.req08_01 table tr td.subtitle {
		padding: 13px 0 13px 0;
		text-align: center!important;
	}
	
	.req08_01 table tr td.price {
		padding: 13px 0 13px 0;
		text-align: center;
	}
	
	.req08_01 table tr:nth-of-type(1) td:nth-of-type(1) {
		width: 255px;
	}
	
	/*入学までの流れ*/
	#req09 {
		margin-top: 40px;
	}
	
	.req09 {
		position: relative;
		width: 610px;
		height: auto;
		margin: 0 auto 40px 0;
	}
	
	.req09 .ptn {
		position: relative;
		width: 610px;
		height: auto;
		margin: 0 auto 35px auto;
		padding: 18px 40px 15px 150px;
		box-sizing: border-box;
	}
	
	.req09 .ptn::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -33px;
		left: 48px;
		transform: translateY(-50%) translateX(0);
		width: 30px;
		height: 15px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/overseas/down.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.req09 .ptn:last-of-type::before {
		display: none;
	}
	
	.req09 .ptn::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 130px;
		height: 100%;
	}
	
	.req09 .ptn h5 {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 130px;
		height: auto;
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 14px;
		color: #fff;
		text-align: center;
	}
	
	.req09 .ptn strong {
		display: block;
		margin-bottom: 5px;
		font-size: 14px;
		letter-spacing: 1px;
		line-height: 14px;
	}
	
	.req09 .ptn:last-of-type strong:nth-of-type(2) {
		margin-top: 8px;
		margin-bottom: 8px;
	}
	
	.req09 .ptn p {
		font-size: 14px;
		font-weight: normal;
		letter-spacing: 1px;
		line-height: 22px;
	}
	
	.req09 .ptn01 {
		border: solid 1px #55B594;
	}
	
	.req09 .ptn01::after {
		background: #55B594;
	}
	
	.req09 .ptn01 strong {
		color: #55B594;
	}
	
	.req09 .ptn02 {
		border: solid 1px #3C93BF;
	}
	
	.req09 .ptn02 strong {
		color: #3C93BF;
	}
	
	.req09 .ptn02::after {
		background: #3C93BF;
	}
	
	.req_btn {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		position: relative;
		width: 870px;
		height: auto;
		margin: 0 auto 0 0;
	}
	
	.req_btn a {
		display: block;
		position: relative;
		width: 400px;
		height: auto;
	}
	
	.req_btn a:nth-of-type(2) {
		top: -20px;
	}
	
	.req_btn a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*92.留学生・募集要項*/
	.os_p05 p a {
		position: relative;
		color: #3264B9;
		font-weight: bold;
		transition: 0.1s;
	}
	
	.os_p05 p a::before {
		content: "";
		position: absolute;
		bottom: -3px;
		left: 0;
		width: 100%;
		height: 1px;
		background: rgba(50,100,185,0.00);
		transition: 0.1s;
	}
	
	.os_p05 p a:hover::before {
		background: #3264B9;
	}
	
	.os_p05 p a:hover {
		opacity: 1;
	}
	
}

/*SMP*/
@media only screen and (max-width: 762px ) {
	/*共通*/
	.req {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	.req h5 {
		margin-bottom: 15px;
		font-size: 16px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 16px;
		text-align: left;
		color: #000000;
	}
	
	.req .title {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 15px auto;
	}
	
	.req .title p {
		font-size: 14px;
		font-weight: bold;
		letter-spacing: 1px;
		line-height: 14px;
		text-align: left;
		color: #003894;
	}
	
	.req .scroll_text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 10px auto;
	}
	
	.req .scroll_text p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		text-align: left;
		color: #000000;
	}
	
	.req .scroll {
		position: relative;
		width: 100%;
		height: auto;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	
	.req .scroll table {
		position: relative;
		height: auto;
		border-collapse: collapse;
	}
	
	.req .scroll table tr {
		border: solid 1px #2B5A9F;
	}
	
	.req .scroll table tr td {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		box-sizing: border-box;
		border-top: solid 1px #2B5A9F;
		border-bottom: solid 1px #2B5A9F;
		border-left: solid 1px #2B5A9F;
		border-right: solid 1px #2B5A9F;
	}
	
	.req .scroll table tr td.maintitle {
		text-align: center;
		color: #fff;
		background: #2B5A9F;
		vertical-align: middle;
	}
	
	.req .scroll table tr td.subtitle {
		text-align: left;
		color: #003894;
		background: #CFD8EB;
		vertical-align: top;
	}
	
	.req .under_text {
		position: relative;
		width: 100%;
		height: auto;
		margin: 20px auto 0 auto;
	}
	
	.req .under_text p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-align: left;
		color: #000000;
		text-indent: -1.5em;
		padding-left: 1.5em;
	}
	
	/*出願書類*/
	.req03 table {
		min-width: 540px;
	}
	
	.req03 table tr td.subtitle {
		padding-left: 6px;
	}
	
	.req03 table tr:nth-of-type(1) td:nth-of-type(1) {
		border-right: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(1) td:nth-of-type(2) {
		border-left: solid 1px #fff!important;
		border-right: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(1) td:nth-of-type(3) {
		border-bottom: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(2) td:nth-of-type(1) {
		border-right: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(2) td:nth-of-type(1),
	.req03 table tr:nth-of-type(2) td:nth-of-type(2) {
		border-left: solid 1px #fff!important;
	}
	
	.req03 table tr:nth-of-type(9) td:nth-of-type(2),
	.req03 table tr:nth-of-type(10) td:nth-of-type(2),
	.req03 table tr:nth-of-type(11) td:nth-of-type(2) {
		width: 130px;
	}
	
	.req03 table tr td.text {
		width: 240px;
		padding: 9px 8px 9px 8px;
	}
	
	.req03 table tr td.kigou {
		width: 35px;
		text-align: center;
		vertical-align: middle;
	}
	
	/*入試日程*/
	.req04 table {
		min-width: 660px;
	}
	
	.req04 table tr td.maintitle {
		padding: 10px 0 10px 0;
	}
	
	.req04 table tr td.subtitle {
		padding: 9px 0 9px 0;
		text-align: center!important;
	}
	
	.req04 table tr td.text {
		padding: 9px 0 9px 0;
		text-align: center;
	}
	
	.req04 table tr:nth-of-type(1) td:nth-of-type(1) {
		width: 50px;
		border-right: solid 1px #fff!important;
	}
	
	.req04 table tr:nth-of-type(1) td:nth-of-type(2),
	.req04 table tr:nth-of-type(1) td:nth-of-type(3),
	.req04 table tr:nth-of-type(1) td:nth-of-type(4),
	.req04 table tr:nth-of-type(1) td:nth-of-type(5) {
		border-left: solid 1px #fff!important;
		border-right: solid 1px #fff!important;
	}
	
	.req04 table tr:nth-of-type(1) td:nth-of-type(6) {
		border-left: solid 1px #fff!important;
	}
	
	/*納入金*/
	.req08 table {
		min-width: 630px;
		table-layout: fixed;
	}
	
	.req08 table tr td {
		width: 10%;
	}
	
	.req08 table tr td.maintitle {
		padding: 2px 0 2px 0;
	}
	
	.req08 table tr td.subtitle {
		padding: 8px 0 8px 0;
		text-align: center!important;
	}
	
	.req08 table tr td.price {
		padding: 8px 0 8px 0;
		text-align: center;
	}
	
	.req08 table tr:nth-of-type(1) td:nth-of-type(1) {
		width: 130px;
	}
	
	.req08 table tr:nth-of-type(1) td:nth-of-type(2),
	.req08 table tr:nth-of-type(1) td:nth-of-type(3) {
		width: 100px;
	}
	
	.req08 table tr:nth-of-type(1) td:nth-of-type(4) {
		width: 300px;
	}
	
	#req08 .scroll_text {
		margin-top: 15px;
	}
	
	.req08_yohaku {
		margin: 0 auto 30px auto;
	}
	
	.req08_01 table {
		min-width: 600px;
		table-layout: fixed;
	}
	
	.req08_01 table tr td.maintitle {
		padding: 8px 0 8px 0;
	}
	
	.req08_01 table tr td.subtitle {
		padding: 8px 0 8px 0;
		text-align: center!important;
	}
	
	.req08_01 table tr td.price {
		padding: 8px 0 8px 0;
		text-align: center;
	}
	
	.req08_01 table tr:nth-of-type(1) td:nth-of-type(1) {
		width: 200px;
	}
	
	/*入学までの流れ*/
	#req09 {
		margin-top: 45px;
	}
	
	.req09 {
		position: relative;
		width: 310px;
		height: auto;
		margin: 0 auto 45px auto;
	}
	
	.req09 .ptn {
		position: relative;
		width: 310px;
		height: auto;
		margin: 0 auto 28px auto;
		padding: 10px 20px 8px 75px;
		box-sizing: border-box;
	}
	
	.req09 .ptn::before {
		content: "";
		z-index: 1;
		position: absolute;
		bottom: -22px;
		left: 24px;
		transform: translateY(-50%) translateX(0);
		width: 15px;
		height: 7.5px;
		background-image: url(/wp-content/themes/tmc_tsuzuki/images/overseas/down.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.req09 .ptn:last-of-type::before {
		display: none;
	}
	
	.req09 .ptn::after {
		content: "";
		z-index: -1;
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 65px;
		height: 100%;
	}
	
	.req09 .ptn h5 {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%) translateX(0);
		width: 65px;
		height: auto;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 12px;
		color: #fff;
		text-align: center;
	}
	
	.req09 .ptn strong {
		display: block;
		margin-bottom: 3px;
		font-size: 12px;
		letter-spacing: 0.5px;
		line-height: 12px;
	}
	
	.req09 .ptn:last-of-type strong:nth-of-type(2) {
		margin-top: 6px;
		margin-bottom: 6px;
	}
	
	.req09 .ptn p {
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.5px;
		line-height: 18px;
		text-indent: -1em;
		padding-left: 1em;
	}
	
	.req09 .ptn01 {
		border: solid 1px #55B594;
	}
	
	.req09 .ptn01::after {
		background: #55B594;
	}
	
	.req09 .ptn01 strong {
		color: #55B594;
	}
	
	.req09 .ptn02 {
		border: solid 1px #3C93BF;
	}
	
	.req09 .ptn02 strong {
		color: #3C93BF;
	}
	
	.req09 .ptn02::after {
		background: #3C93BF;
	}
	
	.req_btn {
		position: relative;
		width: 100%;
		height: auto;
		margin: 0 auto 30px auto;
	}
	
	.req_btn a {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	.req_btn a:nth-of-type(2) {
		margin-top: 15px;
	}
	
	.req_btn a img {
		display: block;
		position: relative;
		width: 100%;
		height: auto;
	}
	
	/*92.留学生・募集要項*/
	.os_p05 p a {
		position: relative;
		color: #3264B9;
		font-weight: bold;
	}
}