/* 留学生ページ */
[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -1.2em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 0.5em;
}
@media screen and ( min-width : 769px ) {
#ryugaku_hed {
  background: #fff;
}
#ryugaku_hed section.content_top {
	width: 100%;
	min-width: 320px;
	margin: 0 auto ;
}
#ryugaku_hed img{
  width: 100%;
}
#ryugaku_midashi {
  background: #fff;
}
#ryugaku_midashi section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 20px 0 0 0;
	margin: 0 auto ;
}
.ryugaku_boshu {
	width: 100%;
	margin: 15px 0;
	padding: 25px 0;
	background-color: #e9eaea;
}
.ryugaku_boshu_midashi {
	text-align: center;
	font-size: 20px;
	color: #333;
	margin: 10px 0 20px;
}
.ryugaku_boshu_midashi02 {
	text-align: right;
	font-size: 20px;
	color: #333;
	margin: 20px 0 30px;
}
.ryugaku_tokucho_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ryugaku_tokucho_sec .ryugakutokucho {
  width: calc(33.3% - 20px);
  margin: 5px 10px 5px 10px;
}
.ryugaku_tokucho_sec03 {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ryugaku_tokucho_sec03 .ryugakutokucho03 {
  width: calc(25.0% - 20px);
  margin: 5px 10px 5px 10px;
}
.ryubutton01 {
  display: inline-block;
  width: 100%;
  height: 54px;
	border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.ryubutton01::before,
.ryubutton01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ryubutton01,
.ryubutton01::before,
.ryubutton01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ryubutton01 {
  background-color: #354272;
  color: #fff;
	border: 2px solid #354272;
}
.ryubutton01 a{
  color: #fff;
}
.ryubutton01:hover {
  background-color: #fff;
	color: #354272;
	border: 2px solid #354272;
}

.dp_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.dp_sec .dp {
  width: calc(50.0% - 20px);
  margin: 10px;
}
.dp-box {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #17184b;
	font-weight: bold;
	height: 100px;
}
.dp-ryuttl {
	width: 100%;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #354272;
	color: #ffffff;
	font-size: 20px;
}
.dp-box .box-a {
	flex-grow: 1;
	position: relative;
	margin-right: 2em;
	background-color: #fff;
	text-align: center;
}
.dp-box .box-a span{
	font-size: 80%;
	font-weight: normal;
}
.dp-box .box-a::after {
	position: absolute;
	top: 50%;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 30%;
	background-color: #333;
}
.dp-box .box-b {
	flex-grow: 1;
	background-color: #fff;
	text-align: center;
}
table.dp_ryu {
	width: 100%;
	table-layout: fixed;
	height: 100px;
}
table.dp_ryu td, th {
}
table.dp_ryu th {
	background-color: #354272;
	border: solid 1px #888;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: middle;
	color: #fff;
	font-size: 18px;
}
table.dp_ryu td {
	border: solid 1px #888;
	border-collapse: collapse;
	padding: 10px;
	vertical-align: middle;
	text-align: left;
	font-weight: normal;
	color:#17184b;
	font-size: 18px;
}
#ryugaku_tokucho {
  background: #fff;
}
#ryugaku_tokucho section.content_top {
	max-width: 1080px;
	min-width: 320px;
	padding: 30px 0 0 0;
	margin: 0 auto ;
}
.ryugaku_tokucho_area {
	width: 100%;
	margin: 20px auto ;
}
.ryugaku_tokucho_ttl {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
	background-color: #354272;
	color: #fff;
	font-size: 25px;
}
.ryugaku_tokucho_sec02 {
	display: flex;
	flex-wrap: wrap;
}
.ryugaku_tokucho_sec02 img{
	width: 100%;
}
.ryugaku_tokucho_sec02 .ryugakutokucho02 {
  width: calc(50.0% - 10px);
  margin: 0 5px ;
}
.ryugaku_tokucho_txt {
	font-size: 20px;
	line-height: 1.8;
	margin: 20px 7px;
}
.ryubutton02 {
  display: inline-block;
  width: 350px;
  height: 64px;
	border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 62px;
  outline: none;
	font-weight: bold;
}
.ryubutton02::before,
.ryubutton02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ryubutton02,
.ryubutton02::before,
.ryubutton02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ryubutton02 {
  background-color: #fff;
  color: #354272;
	border: 2px solid #354272;
}
.ryubutton02 a{
  color: #fff;
}
.ryubutton02:hover {
  background-color: #354272;
	color: #fff;
	border: 2px solid #354272;
}
}
@media screen and (max-width:768px) {
#ryugaku_hed {
  background: #fff;
}
#ryugaku_hed section.content_top {
	max-width: 768px;
	min-width: 320px;
	margin: 0 auto ;
}
#ryugaku_hed img{
  width: 100%;
}
#ryugaku_midashi {
  background: #fff;
}
#ryugaku_midashi section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 20px 0 30px 0;
	margin: 0 auto ;
}
.ryugaku_boshu {
	width: 100%;
	margin: 15px 0;
	background-color: #e9eaea;
}
.ryugaku_boshu_midashi {
	text-align: center;
	font-size: 16px;
	color: #333;
	padding: 20px 0 ;
}
.ryugaku_boshu_midashi02 {
	text-align: right;
	font-size: 16px;
	color: #333;
	padding: 20px 0 30px;
}
.ryugaku_tokucho_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ryugaku_tokucho_sec .ryugakutokucho {
  width: calc(100% - 30px);
  margin: 5px 15px;
}
.ryugaku_tokucho_sec03 {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.ryugaku_tokucho_sec03 .ryugakutokucho03 {
  width: calc(50% - 20px);
  margin: 5px 10px;
}
.ryubutton01 {
  display: inline-block;
  width: 100%;
  height: 54px;
	border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 52px;
  outline: none;
	font-weight: bold;
}
.ryubutton01::before,
.ryubutton01::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ryubutton01,
.ryubutton01::before,
.ryubutton01::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ryubutton01 {
  background-color: #354272;
  color: #fff;
	border: 2px solid #354272;
}
.ryubutton01 a{
  color: #fff;
}
.ryubutton01:hover {
  background-color: #fff;
	color: #354272;
	border: 2px solid #354272;
}
.dp_sec {
	display: flex;
	flex-wrap: wrap;
	padding: 15px 0;
}
.dp_sec .dp {
  width: calc(100.0% - 20px);
  margin: 10px;
}
.dp-box {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #17184b;
	font-weight: bold;
	height: 100px;
}
.dp-ryuttl {
	width: 100%;
	background-color: #354272;
	color: #ffffff;
	font-size: 18px;
	padding: 5px;
	text-align: center;
}
.dp-box .box-a {
	flex-grow: 1;
	position: relative;
	margin-right: 2em;
	background-color: #fff;
	text-align: center;
}
.dp-box .box-a span{
	font-size: 80%;
	font-weight: normal;
}
.dp-box .box-a::after {
	position: absolute;
	top: 50%;
	left: 100%;
	margin: 0 1rem;
	content: "";
	width: 1px;
	height: 30%;
	background-color: #333;
}
.dp-box .box-b {
	flex-grow: 1;
	background-color: #fff;
	text-align: center;
}
table.dp_ryu {
	width: 100%;
	table-layout: fixed;
	margin: 0 auto;
}
table.dp_ryu td {
	padding: 3px;
	vertical-align: middle;
	font-size: 14px;
	text-align: right;
	border: 1px solid #888888;
	border-collapse: collapse;
}
table.dp_ryu th {
	padding: 3px;
	vertical-align: middle;
	font-size: 14px;
	text-align: center;
	background: #354272;
	border: 1px solid #888888;
	border-collapse: collapse;
	color: #fff;
}
table.dp_ryu th.dpsp {
	padding: 3px;
	vertical-align: middle;
	font-size: 14px;
	text-align: left;
	background: #fff;
	color:#17184b;
}
#ryugaku_tokucho {
  background: #fff;
}
#ryugaku_tokucho section.content_top {
	max-width: 768px;
	min-width: 320px;
	padding: 10px 0 0 0;
	margin: 0 auto ;
}
.ryugaku_tokucho_area {
	width: 100%;
	margin: 20px auto 20px;
}
.ryugaku_tokucho_ttl {
	width: 100%;
	height: 60px;
	background-color: #354272;
	color: #fff;
	font-size: 18px;
}
.ryugaku_tokucho_ttl01 {
	width: 100%;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-color: #354272;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
}
.ryugaku_tokucho_ttl01::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url("../img/course/ryugakusei/point01.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 55px;
}
.ryugaku_tokucho_ttl02 {
	width: 100%;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-color: #354272;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
}
.ryugaku_tokucho_ttl02::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url("../img/course/ryugakusei/point02.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 55px;
}
.ryugaku_tokucho_ttl03 {
	width: 100%;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-color: #354272;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
}
.ryugaku_tokucho_ttl03::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url("../img/course/ryugakusei/point03.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 55px;
}
.ryugaku_tokucho_ttl04 {
	width: 100%;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-color: #354272;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
}
.ryugaku_tokucho_ttl04::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url("../img/course/ryugakusei/point04.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 55px;
}
.ryugaku_tokucho_ttl05 {
	width: 100%;
	height: 60px;
	display: inline-block;
	vertical-align: middle;
	background-color: #354272;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 10px;
	padding: 5px 0 5px 5px;
}
.ryugaku_tokucho_ttl05::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 50px;
	background: url("../img/course/ryugakusei/point05.png") no-repeat;
	background-size: contain;
	padding: 0 0 0 55px;
}
.ryugaku_tokucho_sec02 {
	display: flex;
	flex-wrap: wrap;
}
.ryugaku_tokucho_sec02 img{
	width: 100%;
}
.ryugaku_tokucho_sec02 .ryugakutokucho02 {
  width: calc(100.0% - 20px);
  margin: 0 10px ;
}
.ryugaku_tokucho_txt {
	font-size: 15px;
	line-height: 1.5;
	margin: 10px 5px ;
}
.ryubutton02 {
  display: inline-block;
  width: 300px;
  height: 64px;
	border-radius: 5px;
  text-align: center;
  text-decoration: none;
  line-height: 62px;
  outline: none;
	font-weight: bold;
}
.ryubutton02::before,
.ryubutton02::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.ryubutton02,
.ryubutton02::before,
.ryubutton02::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.ryubutton02 {
  background-color: #fff;
  color: #354272;
	border: 2px solid #354272;
}
.ryubutton02 a{
  color: #fff;
}
.ryubutton02:hover {
  background-color: #354272;
	color: #fff;
	border: 2px solid #354272;
}
}
/* 留学生ページここまで　*/