@charset "utf-8";

/*==========================================
 common
===========================================*/
/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	background-image: url(../admissions/images/bg_pagetitle.jpg);
}


/* faq_list
-------------------------------------------*/
.chart_wrapp {
	text-align: center;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	border: 1px #ccc solid;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 3.0rem;
}
.chart_wrapp img {
	width: 100%;
}
.chart_wrapp .chart_dpm {
	color: #fff;
	padding: 10px 5px;
}
@media (min-width: 993px)  {
	.chart_wrapp .chart_dpm {
		font-size: 150%;
	}
}


/* license_wrapp
-------------------------------------------*/
.license_wrapp {
  border-radius: 10px;
	margin-bottom: 1.6rem;
}
@media (max-width: 992px) {
	.license_wrapp {
		padding: 15px;
	}
}
@media (min-width: 993px)  {
	.license_wrapp {
		padding: 15px 30px 2px;
	}
}

.license_wrapp h3 {
	margin-top: 0;
}

/* license_lg_list */
.license_lg_list {
	margin-bottom: 1.6rem;
}
.license_lg_list li{
	font-weight: 500;
}
@media (max-width: 992px) {
	.license_lg_list li{
		font-size: 2.0rem;
	}
}
@media (min-width: 993px)  {
	.license_lg_list li{
		font-size: 2.4rem;
	}
}

/* license_list */
ul.license_list {
	margin-bottom: 1.6rem;
	list-style-type: disc;
  padding-left: 1.75rem;
}
ul.license_list li {
	margin-bottom: 0.5rem;
}
@media (min-width: 993px)  {
	ul.license_list {
		display: flex;
		flex-wrap: wrap;
	}
	ul.license_list li {
		width: 50%;
	}
}


/* faq_list
-------------------------------------------*/
.faq_list dt {
	margin-bottom: 1.0rem;
	font-weight: 500;
	position: relative;
	padding-left: 3.0rem;
	padding-bottom: 1.0rem;
	border-bottom: 1px #ccc dotted;
}
.faq_list dt::before {
	content: "Q.";
	margin-right: 1.0rem;
	font-size: 2.0rem;
	position: absolute;
	left: 0;
	top:-7px;
	font-weight: 700;
}

.faq_list dd {
	margin-bottom: 3.0rem;
	position: relative;
	padding-left: 3.0rem;
}
.faq_list dd::before {
	content: "A.";
	margin-right: 1.5rem;
	font-size: 2.0rem;
	color: #005bac;
	position: absolute;
	left: 0;
	top:-7px;
	font-weight: 700;
}

/*==========================================
 outline / index.html
===========================================*/
/* ctg_list */
ul.ctg_list {
	margin-bottom: 0rem;
}
ul.ctg_list li a {
	text-decoration: none!important;
	position: relative;
	display: block;
	padding-right: 1.5rem;
}
ul.ctg_list li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
}

/* ctg_list --------------- */
/* pdf */
.main ul.ctg_list a[href$=".pdf"]:after {
	background : none;
	font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
	text-align: right;
}


/* exam-info_wrapp
-------------------------------------------*/
.exam-info_wrapp {
	border-radius: 10px;
	border: 2px #005bac solid;
}
@media (max-width: 992px) {
	.exam-info_wrapp {
		margin-bottom: 3.0rem;
	}
}
@media (min-width: 993px)  {
	.exam-info_wrapp {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 6.0rem;
	}
}

/* text */
.exam-info_wrapp .exam-info_text h2 {
	padding-left: 0px;
	margin-bottom: 1.6rem;
	border-left: none;
}
.exam-info_wrapp .exam-info_text ul li {
	border-bottom: 1px #005bac dashed;
	padding: 10px 0;
	line-height: 1.4;
}
@media (max-width: 992px) {
	.exam-info_wrapp .exam-info_text {
		padding:15px;
	}
}
@media (min-width: 993px)  {
	.exam-info_wrapp .exam-info_text {
		padding:24px;
		width: 50%;
	}
}

/* photo */
.exam-info_wrapp .exam-info_photo {
	background-image: url(../admissions/images/top_exam-info.jpg);
	background-size: cover;
}
.exam-info_wrapp .exam-info_Ssphoto {
	background-image: url(../admissions/images/top_exam-info_Ss.jpg);
	background-size: cover;
}

@media (max-width: 992px) {
	.exam-info_wrapp .exam-info_Ssphoto,
	.exam-info_wrapp .exam-info_photo {
		padding-top: 64%;
		border-radius:0;
		background-position: center bottom;
		margin: 0 15px 15px;
	}
}
@media (min-width: 993px)  {
	.exam-info_wrapp .exam-info_Ssphoto,
	.exam-info_wrapp .exam-info_photo {
		width: 50%;
		background-position: center right;
		border-radius:0 7px 7px 0;
	}
	.exam-info_wrapp .exam-info_Ssphoto {
		background-position: bottom right;
	}
}


/* exam-class_wrapp
-------------------------------------------*/
.exam-class_wrapp {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  width: 100%;
}
.exam-class_wrapp li {
	margin-bottom: 2.0rem;
}
.exam-class_wrapp li a {
	border-radius: 10px;
	text-decoration: none!important;
	padding: 16px 20px;
	color: #fff!important;
	background-color: #005bac;
	width: 100%;
	display: inline-block;
	text-align: center;
}


.p_btn::after ,
.exam-class_wrapp li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
}

.list_ex{
	position: relative;
}

.list_ex_span1{
	position: relative;
	top: -10px;
}

.list_ex_span2{
	font-size: 70%;
	display: block;
	position: absolute;
	left: 20%;
	top: 30px;
}

.list_ex_span3{
	font-size: 70%;
	display: block;
	position: absolute;
	left: 35%;
	top: 30px;
}

@media (max-width: 992px) {
	.exam-class_wrapp {
		margin-bottom: 1.6rem;
	}
	.exam-class_wrapp li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
	.list_ex_span2{
		left: 26%;
	}
	.list_ex_span3{
		left: 40%;
	}
}
@media (min-width: 993px) {
	.exam-class_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.exam-class_wrapp li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
	
	.list_ex_span2{
		left: 20%;
	}
}

/* pdf */
.exam-class_wrapp li a[href$=".pdf"]:after {
	background : none;
	font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
	text-align: right;
}


/* exam-transfer_wrapp
-------------------------------------------*/
.exam-transfer_wrapp {
	border-radius: 10px;
	border: 2px #005bac solid;
}
@media (max-width: 992px) {
	.exam-transfer_wrapp {
		margin-bottom: 3.0rem;
	}
}
@media (min-width: 993px)  {
	.exam-transfer_wrapp {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 6.0rem;
	}
}

/* text */
.exam-titile-text{
	display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap; /* 画面幅が狭いときは折り返し */
  gap: 0.5rem; /* 隙間を調整したい場合 */
	margin-bottom: 20px;
}

.exam-titile-text h2 {
  margin: 0 0 10px 0;
}


@media (min-width: 993px) {
	.exam-titile-text p {
	  width: 75%;
	  margin: 0;
	}
}


.exam-transfer_wrapp .exam-transfer_text h2 {
	padding-left: 0px;
	margin-bottom: 1.6rem;
	border-left: none;
}
.exam-transfer_wrapp .exam-transfer_text ul li {
	border-bottom: 1px #005bac dashed;
	padding: 10px 0;
	line-height: 1.4;
}
@media (max-width: 992px) {
	.exam-transfer_wrapp .exam-transfer_text {
		padding:15px;
	}
}
@media (min-width: 993px)  {
	.exam-transfer_wrapp .exam-transfer_text {
		order: 2;
		padding:24px;
		width: 50%;
	}
}

/* photo */
.exam-transfer_wrapp .exam-transfer_photo {
	background-image: url(../admissions/images/top_exam-transfer.jpg);
	background-size: cover;
}
@media (max-width: 992px) {
	.exam-transfer_wrapp .exam-transfer_photo {
		padding-top: 64%;
		border-radius:0;
		background-position: center bottom;
		margin: 0 15px 15px;
	}
}
@media (min-width: 993px)  {
	.exam-transfer_wrapp .exam-transfer_photo {
		order: 1;
		width: 50%;
		background-position: center right;
		border-radius: 7px 0 0 7px;
	}
}


/* exam-dpm_wrapp_banner
-------------------------------------------*/
.exam-dpm_wrapp_banner li {
	border-radius: 10px;
}
.exam-dpm_wrapp_banner li a{
	text-decoration: none!important;
}

@media (max-width: 992px) {
	.exam-dpm_wrapp_banner {
		margin-bottom: 2.0em;
	}
}
@media (min-width: 993px)  {
	.exam-dpm_wrapp_banner li {
		margin-bottom:3.0rem;
	}
	.exam-dpm_wrapp_banner li a{
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
	}
}


/* text */
.exam-dpm_wrapp_banner .exam-dpm_text {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.exam-dpm_wrapp_banner .exam-dpm_text h2 {
	padding-left: 0px;
	margin-bottom:0;
	text-align: center;
	margin-bottom: 0rem;
	font-weight: 500;
	color: #fff;
	border-left: none;
}
@media (max-width: 992px) {
	.exam-dpm_wrapp_banner .exam-dpm_text {
		border-radius: 0 0 10px 10px;
		padding:15px;
	}
	.exam-dpm_wrapp_banner .exam-dpm_text h2 {
		font-size: 1.4rem;
	}
}
@media (min-width: 993px)  {
	.exam-dpm_wrapp_banner .exam-dpm_text {
		border-radius: 7px 0 0 7px;
		order: 1;
		width: 33%;
	}
}


/* photo */
.exam-dpm_wrapp_banner .exam-dpm_photo {
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

/* pdf */
.exam-dpm_wrapp_banner li a[href$=".pdf"]:after {
	background : none;
	width: 0;
	margin-left: 0em;
}
.exam-dpm_wrapp_banner li a .exam-dpm_photo:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 600;
	content: "\f105";
	color: #fff;
	display: inline-block;
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
  top: 50%;
  right: 5px;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
	color: #005bac;
}

 .exam-dpm_wrapp_banner .exam-dpm_photo img{
 	background-size: cover;
 }

@media (max-width: 992px) {
	.exam-dpm_wrapp_banner .exam-dpm_photo {
		border-radius: 10px 10px 0 0!important;
	}
	.exam-dpm_wrapp_banner li .exam-dpm_photo {
		border-radius:0;
		background-position: center bottom;
	}
}
@media (min-width: 993px)  {
	.exam-dpm_wrapp_banner .exam-dpm_photo {
		border-radius: 0 7px 7px 0;
	}
	.exam-dpm_wrapp_banner li .exam-dpm_photo {
		order: 2;
		width: 68%;
	}
}

/* all_banner */
.all_banner .exam-dpm_text {
	background-color: #005bac;
}
.all_banner .exam-dpm_photo {
	background-image: url(../admissions/images/top_all.jpg);
}

/* transfer_banner */
.transfer_banner .exam-dpm_text {
	background-color: #005bac;
}
.transfer_banner .exam-dpm_photo {
	background-image: url(../admissions/images/top_transfer.jpg);
}

/* advanced_banner */
.advanced_banner .exam-dpm_text {
	background-color: #f08846;
}
.advanced_banner .exam-dpm_photo {
	background-image: url(../admissions/images/top_advanced.jpg);
}

/* clgraduate_banner */
.clgraduate_banner .exam-dpm_text {
	background-color: #4874b4;
}
.clgraduate_banner .exam-dpm_photo {
	background-image: url(../admissions/images/top_clgraduate.jpg);
}

/* clgraduate_autumn_banner */
.clgraduate_autumn_banner .exam-dpm_text {
	background-color: #4874b4;
}
.clgraduate_autumn_banner .exam-dpm_photo {
	background-image: url(../admissions/images/top_clgraduate_autumn.jpg);
}

/* international_banner */
.international_banner .exam-dpm_text {
	background-color: #005bac;
}
.international_banner .exam-dpm_photo {
	background-image: url(../admissions/images/top_international.jpg);
}



/*==========================================
 examination / scholarships/index.html
===========================================*/
.main .scholarships_wrapp h4 {
	margin-top: 3.0rem;
	font-weight: 500;
}

/* exam-add-info */
.exam-add-info {
	margin-top: 1.0rem;
	margin-bottom: 1.6rem;
	padding: 10px 30px;
	background-color: rgba(0,91,172,0.05);
	display:inline-block;
	width: 100%;
}
.exam-add-info h5{
	margin-bottom: 1.0rem;
}

/* scholarships_list */
.scholarships_list > li {
	margin-bottom: 2.0rem;
}
.scholarships_list h3 {
	font-size: 100%;
	color: #333;
	margin-top: 1.6rem;
	margin-bottom: 0;
	margin-left: 1em;
}
.scholarships_list h3:first-of-type {
	margin-top: 0rem;
}

.scholarships_list > li ol{
	margin-left: 1em;
}

.scholarships_list > li table{
	width: 100%;
	margin-left: 1em;
	border-collapse:collapse;
}
.scholarships_list > li table th,
.scholarships_list > li table td{
	border: 1px #ccc solid;
	padding: 10px;
}
.scholarships_list > li table th {
	background-color: rgba(0,91,172,0.05);
}

/* .table_benefits */
.table_benefits {
}

/* .table_lending */
.table_lending {
}

/* table_scholarships */
.table_scholarships {
}
.table_scholarships tr td:first-child {
	text-align: center;
	width: 8%;
}
.table_scholarships tr td:last-child {
	width: 70%;
}

/* table_ishikawa */
.table_ishikawa {
}
.table_ishikawa tr td:nth-child(2) {
	text-align: center;
}
.table_ishikawa tr td:last-child {
	text-align: center;
}

/* table_for */
.table_for {
}
.table_for tr td:last-child {
}

/* table_special */
.table_special {
}
.table_special tr td:last-child {
	text-align: center;
}



/*==========================================
 examination / transfer_social.html
===========================================*/
/* chart_wrapp */
.social_chart .chart_dpm {
	background-color: #2f77bd;
}

/* license_wrapp */
.social_license {
	background-color:rgba(47, 119, 189, 0.1);
}

/* chart_wrapp */
.social_faq dt::before {
	color: #2f77bd;
}
.social_faq dd::before {
	color: #2f77bd;
}


/*==========================================
 examination / transfer_childhood.html
===========================================*/
/* chart_wrapp */
.childhood_chart .chart_dpm {
	background-color: #6bc7dd;
}

/* license_wrapp */
.childhood_license {
	background-color:rgba(107, 199, 221, 0.1);
}

/* chart_wrapp */
.childhood_faq dt::before {
	color: #6bc7dd;
}
.childhood_faq dd::before {
	color: #6bc7dd;
}


/*==========================================
admissions / info.html
===========================================*/

.info_box{
	border: 3px solid #F7080C;
	border-radius: 6px;
	padding: 15px;
}
	