@charset "utf-8";

/*==========================================
 common
===========================================*/
/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	background-image: url(../outline/images/bg_pagetitle.jpg);
}


/*==========================================
 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;
}


/* message_wrapp
-------------------------------------------*/
@media (max-width: 992px) {
	.message_wrapp {
		margin-bottom: 3rem;
	}
}
@media (min-width: 993px) {
	.message_wrapp {
		margin-bottom: 6rem;
	}
}


/* message_wrapp_border
-------------------------------------------*/
.message_wrapp_banner li {
	border-radius: 10px;
	border: 2px #005bac solid;
}
.message_wrapp_banner li a{
	text-decoration: none!important;
}

@media (max-width: 992px) {
	.message_wrapp_banner {
		margin-bottom: 2.0em;
	}
}
@media (min-width: 993px)  {
	.message_wrapp_banner li a{
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
	}
}


/* text */
.message_wrapp_banner .message_text {
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.message_wrapp_banner .message_text h2 {
	padding-left: 0px;
	margin-bottom:0;
	text-align: center;
	margin-bottom: 0rem;
	font-weight: 500;
	color: #fff;
	border-left: none;
	color: #005bac;
}
@media (max-width: 992px) {
	.message_wrapp_banner .message_text {
		border-radius: 0 0 10px 10px;
		padding:15px;
	}
	.message_wrapp_banner .message_text h2 {
		font-size: 1.4rem;
	}
}
@media (min-width: 993px)  {
	.message_wrapp_banner .message_text {
		border-radius: 7px 0 0 7px;
		order: 1;
		width: 50%;
	}
	.message_wrapp_banner .message_text h2 {
		font-size: 2.6rem;
	}
}


/* photo */
.message_wrapp_banner .message_photo {
	position: relative;
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-image: url(../outline/images/top_message.jpg);
}

/* pdf */
.exam-dpm_wrapp_banner li a[href$=".pdf"]:after {
	background : none;
	width: 0;
	margin-left: 0em;
}
.message_wrapp_banner li a .message_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;
}

 .message_wrapp_banner .message_photo img{
 	background-size: cover;
 }

@media (max-width: 992px) {
	.message_wrapp_banner .message_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)  {
	.message_wrapp_banner .message_photo {
		border-radius: 0 10px 10px 0;
	}
	.message_wrapp_banner li .message_photo {
		order: 2;
		width: 50%;
	}
}


/* philosophy_wrapp
-------------------------------------------*/
.philosophy_wrapp li a {
	background-color: rgba(0, 91, 172, 0.1);
	height: 100%;
	border-radius: 10px;
	text-decoration: none!important;
	display: block;
	overflow: hidden;
}
.philosophy_wrapp li figure{
	display: block;
	overflow: hidden;
}
.philosophy_wrapp a img {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}

.philosophy_wrapp li h2 {
	padding-left: 0px;
  margin-bottom: 0rem;
  border-left: none;
	padding: 16px 30px 16px 20px;
	line-height: 1.4;
	position: relative;
	font-weight: 500;
}
.philosophy_wrapp li h2::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	/*margin-left: 1em;*/
	position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) translateX(0%);
  -webkit- transform: translateY(-50%) translateX(0%);
  margin: auto;
}

@media (max-width: 992px) {
	.philosophy_wrapp {
		margin-bottom: 3.5rem;
	}
	.philosophy_wrapp li {
	  width: 100%;
		margin-bottom: 3.0rem;
	}
	.philosophy_wrapp li h2 {
		font-size: 1.4rem;
	}
}
@media (max-width: 1180px) {
	.philosophy_wrapp li h2 br {
		display: none;
	}
}
@media (min-width: 993px) {
	.philosophy_wrapp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  /*justify-content: space-between;*/
	}
	.philosophy_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.philosophy_wrapp li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
	.philosophy_wrapp li h2 {
		font-size: 1.8rem;
	}
}

/* hover */
.philosophy_wrapp a {
	display: block;
	overflow: hidden;
}
.philosophy_wrapp a img {
  display: block;
  transition-duration: 0.2s;
  width: 100%;
  height: auto;
}
.philosophy_wrapp a img:hover {
  transform: scale(1.05);
  transition-duration: 0.2s;
  opacity: 0.8;
}


/* policy_wrapp
-------------------------------------------*/
.policy_wrapp {
	border-radius: 10px;
}
@media (max-width: 992px) {
	.policy_wrapp {
		margin-bottom: 3.0rem;
	}
}
@media (min-width: 993px)  {
	.policy_wrapp {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 6.0rem;
	}
}

/* text */
.policy_wrapp .policy_text ul li {
	border-bottom: 1px #005bac dashed;
	padding: 10px 0;
	line-height: 1.4;
}
.policy_wrapp .policy_text {
	background-color: rgba(0, 91, 172, 0.1);
}
@media (max-width: 992px) {
	.policy_wrapp .policy_text {
		padding:15px;
		border-radius: 0 0 10px 10px;
	}
}
@media (min-width: 993px)  {
	.policy_wrapp .policy_text {
		order: 2;
		padding:24px;
		width: 50%;
		border-radius: 0 10px 10px 0;
	}
}

/* photo */
.policy_wrapp .policy_photo {
	background-image: url(../outline/images/bg_policy.jpg);
	background-size: cover;
}
.policy_wrapp .policy_photo h2 {
	padding-left: 0px;
	margin-bottom: 0rem;
	border-left: none;
	font-weight: 500;
	color: #fff;
}
@media (max-width: 992px) {
	.policy_wrapp .policy_photo {
		background-image: none;
	}
	.policy_wrapp .policy_photo h2 {
		background-color: #005bac;
		padding: 5px;
		border-radius: 7px 7px 0 0;
		text-align: center;
	}
}
@media (min-width: 993px)  {
	.policy_wrapp .policy_photo {
		order: 1;
		width: 50%;
		background-position: center right;
		border-radius: 7px 0 0 7px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
}


/* about_wrapp
-------------------------------------------*/
.about_wrapp {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  width: 100%;
}
.about_wrapp li {
	margin-bottom: 2rem;
}
.about_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;
}
.about_wrapp li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
}
@media (max-width: 992px) {
	.about_wrapp {
		margin-bottom: 1.6rem;
	}
	.about_wrapp li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
}
@media (min-width: 993px) {
	.about_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.about_wrapp li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
}


/* research_wrapp
-------------------------------------------*/
.research_wrapp {
	border-radius: 10px;
	border: 2px #005bac solid;
}
@media (max-width: 992px) {
	.research_wrapp {
		margin-bottom: 3.0rem;
	}
}
@media (min-width: 993px)  {
	.research_wrapp {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 6.0rem;
	}
}

/* text */
.research_wrapp .research_text h2 {
	padding-left: 0px;
	margin-bottom: 1.6rem;
	border-left: none;
}
.research_wrapp .research_text ul li {
	border-bottom: 1px #005bac dashed;
	padding: 10px 0;
	line-height: 1.4;
}
@media (max-width: 992px) {
	.research_wrapp .research_text {
		padding:15px;
	}
}
@media (min-width: 993px)  {
	.research_wrapp .research_text {
		padding:24px;
		width: 50%;
	}
}

/* photo */
.research_wrapp .research_photo {
	background-image: url(../outline/images/top_research.jpg);
	background-size: cover;
}
@media (max-width: 992px) {
	.research_wrapp .research_photo {
		padding-top: 64%;
		border-radius:0;
		background-position: center bottom;
		margin: 0 15px 15px;
	}
}
@media (min-width: 993px)  {
	.research_wrapp .research_photo {
		width: 50%;
		background-position: center right;
		border-radius:0 10px 10px 0;
	}
}


/* other_wrapp
-------------------------------------------*/
.other_wrapp {
	border-radius: 10px;
	border: 2px #005bac solid;
}
@media (max-width: 992px) {
	.other_wrapp {
		margin-bottom: 3.0rem;
	}
}
@media (min-width: 993px)  {
	.other_wrapp {
		display: flex;
		justify-content: space-between;
		border-radius: 10px;
		margin-bottom: 6.0rem;
	}
}

/* text */
.other_wrapp .other_text h2 {
	padding-left: 0px;
	margin-bottom: 1.6rem;
	border-left: none;
}
.other_wrapp .other_text ul li {
	border-bottom: 1px #005bac dashed;
	padding: 10px 0;
	line-height: 1.4;
}
@media (max-width: 992px) {
	.other_wrapp .other_text {
		padding:15px;
	}
}
@media (min-width: 993px)  {
	.other_wrapp .other_text {
		order: 2;
		padding:24px;
		width: 50%;
	}
}

/* photo */
.other_wrapp .other_photo {
	background-image: url(../outline/images/top_other.jpg);
	background-size: cover;
}
@media (max-width: 992px) {
	.other_wrapp .other_photo {
		padding-top: 64%;
		border-radius:0;
		background-position: center bottom;
		margin: 0 15px 15px;
	}
}
@media (min-width: 993px)  {
	.other_wrapp .other_photo {
		order: 1;
		width: 50%;
		background-position: center right;
		border-radius: 7px 0 0 7px;
	}
}


/* other-sub_wrapp
-------------------------------------------*/
.other-sub_wrapp {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.other-sub_wrapp li a img{
	border-radius: 10px;
}
@media (max-width: 992px) {
	.other-sub_wrapp {
		margin-bottom: 3rem;
	}
	.other-sub_wrapp li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
}
@media (min-width: 993px) {
	.other-sub_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.other-sub_wrapp li {
	  width: calc(100% / 2);
		padding-left: 1%;
		padding-right: 1%;
	}
}



/*==========================================
 outline / message.html
===========================================*/
.comment_text p {
  margin-bottom: 1.6rem;
}

.comment_photo {
  text-align: center;
}
.comment_photo .caption_text {
  font-size: 1.4rem;
  text-align: center;
}
.comment_photo img {
  max-width: 100%;
}

@media (max-width: 992px) {
  .photo_right {
    margin: 20px auto;
  }
  .comment_photo {
    max-width: 200px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 993px)  {
  .comment_wrapp {
    display: flex;
    justify-content: space-between;
  }
  .comment_text {
    width: calc(100% - 30%) ;
    padding-right: 30px;
  }
  .comment_photo {
    width: 30%;
    height: auto;
  }
}



/*==========================================
 outline / philosophy.html
===========================================*/
.outline_dl dt {
  margin-top: 1.6rem;
}
.outline_dl dd {
  font-weight: 700;
}


/*==========================================
 outline / approval.html
===========================================*/
@media (min-width: 993px)  {
  .approval_wrapp {
    display: flex;
  }
  .approval_wrapp ul {
    width: 33.333%;
  }
}


/*==========================================
 outline / research01.html
===========================================*/
/* facility_list */
.facility_list {
	display: inline-block;
}
@media (min-width: 993px)  {
	.facility_list li {
		display: inline-block;
	}
	.facility_list li:after {
	  content: "/";
	  padding-right: 0.5rem;
	}
	.facility_list li:last-child:after {
		display: none;
	}
}

.table_research {
/*	width: 100%;*/
}
.table_research td {
	vertical-align: top;
}

/* table_research-com */
.table_research-com td {
	text-align: center;
}
.table_research-com tr td:first-child {
	text-align: left;
}

/* table_research-com */
.table_research-center th,
.table_research-center td {
	text-align: center;
}



/*==========================================
 outline / history.html
===========================================*/
.table_histry th{
  vertical-align: top;
  width: 10%;
}


/*==========================================
 outline / subject.html
===========================================*/
@media (max-width: 992px)  {
	.table_subject .first_cell {
		width: 15%;
	}
	.table_subject .first_cell_sub {
		width: 15%;
	}
	.table_subject .second_cell_sub {
		width: 14%;
	}
}
@media (min-width: 993px)  {
	.table_subject .first_cell {
		width: 30%;
	}
	.table_subject .first_cell_sub {
		width: 40%;
	}
	.table_subject .second_cell_sub {
		width: 20%;
	}
}
