@charset "utf-8";

/*==========================================
 common
===========================================*/
.main ul {
	/*padding-left: 1.75rem;*/
	list-style: none;
}
/*
.main ul li a:link,
.main ul li a:visited,
.main ul li a:active {
	color: #333;
}
*/

@media (min-width: 993px)  {
	.main p {
		line-height: 1.75;
	}
	.main ul li {
		line-height: 1.75;
	}
	.main ol li {
		line-height: 1.75;
	}

	.main dl dt,
	.main dl dd {
		line-height: 1.75;
	}
}


/* title
-------------------------------------------*/
.main h1 {
	margin-bottom: 3.0rem;
	font-weight: 600;
	color: #005bac;
}
.main h2 {
	padding-left: 16px;
	margin-bottom: 2.0rem;
	font-weight: 700;
	color: #005bac;
	border-left: #005bac 5px solid;
}
.main h3 {
	margin-top: 2.0rem;
	margin-bottom: 1.0rem;
	font-weight: 700;
	color: #005bac;
}
.main h4 {
	margin-top: 1.8rem;
	margin-bottom: 1.0rem;
	font-weight: 700;
	/*color: #005bac;*/
}


/* read_wrapp --------------- */
.read_wrapp {
	margin-bottom: 5.0rem;
}
.read_wrapp h2{
	padding-left: 0;
  margin-bottom: 2rem;
  font-weight: 500;
  color: #333;
  border-left: none;
}



/* file icon --------------- */
/* pdf */
.main a[href$=".pdf"]:after {
	content:" ";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url("../images/ic_pdf.svg") no-repeat;
	margin-left: 0.25em;
}
.main .btn_wrapp a[href$=".pdf"]:after {
	top:40%;
}

  
/* docx */
.main a[href$=".docx"]:after {
  content:" ";
  display: inline-block;
	width: 20px;
  height: 20px;
  background: url("../images/ic_docx.svg") no-repeat;
	margin-left: 0.25em;
}

/* xlsx */
.main a[href$=".xlsx"]:after {
  content:" ";
  display: inline-block;
	width: 20px;
  height: 20px;
  background: url("../images/ic_xlsx.svg") no-repeat;
	margin-left: 0.25em;
}

/* ppt */
.main a[href$=".ppt"]:after {
  content:" ";
  display: inline-block;
	width: 20px;
  height: 20px;
  background: url("../images/ic_ppt.svg") no-repeat;
	margin-left: 0.25em;
}

/* non-icon */
.main a.non-icon[href$=".pdf"]:after {
  display: none!important;
}

/* style --------------- */
.text_bold {
	font-weight: 500;
}
.text_underline {
	text-decoration: underline;
}

/* color --------------- */
.clRed {
  color: #F30;
}

/* align --------------- */
.text_center {
	text-align: center;
}
.text_right {
	text-align: right;
}

/* font-family--------------- */
.font-Bebas {
	font-family: 'Bebas Neue', cursive;
}

/* font-size --------------- */
.text_sm {
	font-size: 80%;
}
.text_lg {
	font-size: 125%;
}

.text_wt500 {
    font-weight: 500;
}

/* width --------------- */
.w-100 {
	width: 100%;
}
@media (min-width: 993px) {
	.w-80 {
		width: 80%;
	}
}
@media (min-width: 1921px) {
	.w-auto {
		width: auto;
	}
	.w-50 {
		width: 50%;
	}
	.w-30 {
		width: 100%;
	}
}

/* padding --------------- */
/* padding-right */

.pd_r10{
	padding-right: 10px!important;
}

/* margin --------------- */
/* margin-top */
.mg-t_0 {
	margin-top: 0px!important;
}
.mg-t_10 {
	margin-top: 10px!important;
}
.mg-t_20 {
	margin-top: 20px!important;
}
.mg-t_30 {
	margin-top: 30px!important;
}
.mg-t_40 {
	margin-top: 40px!important;
}
.mg-t_50 {
	margin-top: 50px!important;
}
.mg-t_60 {
	margin-top: 60px!important;
}
.mg-t_70 {
	margin-top: 70px!important;
}
.mg-t_80 {
	margin-top: 80px!important;
}
.mg-t_90 {
	margin-top: 90px!important;
}
.mg-t_100 {
	margin-top: 100px!important;
}
.mg-t_120 {
	margin-top: 120px!important;
}

/* margin-bottom */
.mg-b_0 {
	margin-bottom: 0px!important;
}
.mg-b_10 {
	margin-bottom: 10px!important;
}
.mg-b_20 {
	margin-bottom: 20px!important;
}
.mg-b_30 {
	margin-bottom: 30px!important;
}
.mg-b_40 {
	margin-bottom: 40px!important;
}
.mg-b_50 {
	margin-bottom: 50px!important;
}
.mg-b_60 {
	margin-bottom: 60px!important;
}
.mg-b_70 {
	margin-bottom: 70px!important;
}
.mg-b_80 {
	margin-bottom: 80px!important;
}
.mg-b_90 {
	margin-bottom: 90px!important;
}
.mg-b_100 {
	margin-bottom: 100px!important;
}
.mg-b_120 {
	margin-bottom: 120px!important;
}

/* margin-left */
.mg-l_20{
	margin-left: 20px!important;
}
/* address
-------------------------------------------*/

.d-block{
	display: block;
}

/* address
-------------------------------------------*/
.address_wrapp {
  line-height: 1.75;
}


/* img
-------------------------------------------*/
img {
  max-width: 100%;
}
img.border {
	border: 1px #ccc solid;
}


/* anc
-------------------------------------------*/
.anc{
	padding-top: 80px;
	margin-top:-80px;
}

/* mainSec
-------------------------------------------*/
.mainSec {
/*  max-width: 980px;
	padding-left: 3%;
	padding-right: 3%;*/
	max-width: 1000px;
	padding-left: 1.5%;
	padding-right: 1.5%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 8.0rem;

  min-height: 25vh;
}
@media (max-width: 992px) {
  .mainSec {
    padding-left: 0%;
    padding-right: 0%;
  }
}
@media (min-width: 1921px) {
  .mainSec {
    width: 60vw;
  /*  max-width: 980px;*/
		max-width: 1000px;
  }
}

@media (max-width: 992px) {
	.mainSec > section {
	  margin-bottom: 4.0rem;
	}
}
@media (min-width: 993px) {
	.mainSec > section {
	  margin-bottom: 6.0rem;
	}
}


/* pagetitle
-------------------------------------------*/
.pagetitle_wrapp {
	position: relative;
	height: 32.755vw;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	z-index: 1!important;
}
@media (max-width: 992px) {
  .pagetitle_wrapp {
    margin-bottom: 25px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media (min-width: 993px) {
  .pagetitle_wrapp {
    border-radius: 10px;
    margin-bottom: 50px;
  }
}

/* pagetitle */
.pagetitle_wrapp .pagetitle {
	color: #fff;
  /*position: absolute;
	top: calc(50% - 1.0em);*/
	/*left: calc((100% - 100vw) / 2);*/
	/*padding: 0.5em 0.5em 0.5em calc((100vw - 100%) / 2 + 15px);*/
	line-height: 1;
	font-weight: 500;
	display: inline-block;
	letter-spacing: 0.05em;
}
.pagetitle_wrapp h1.pagetitle {
	margin-bottom: 0rem;
}
@media (max-width: 992px) {
  .pagetitle_wrapp .pagetitle {
    font-size: 2.4rem;
  }
}
@media (min-width: 993px) {
  .pagetitle_wrapp .pagetitle {
    font-size: 4.0rem;
  }
}


/* banner
-------------------------------------------*/
/* banner_wrapp_bd */
.banner_wrapp_bd {
	display: flex;
  list-style: none;
  /*justify-content: space-between;*/
	justify-content: center;
  width: 100%;
	margin-bottom: 3rem;
}
.banner_wrapp_bd li {
	text-align: center;
	width: 100%;
}
.banner_wrapp_bd li a img {
	border-radius: 12px;
	border: 1px #d0d0d0 solid;
}
@media (max-width: 992px) {
	.banner_wrapp_bd {
		flex-wrap: wrap;
	}
	.banner_wrapp_bd li {
		margin: 0 auto 10px;
	}
}
@media (min-width: 993px) {
	.banner_wrapp_bd {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
	}
	.banner_wrapp_bd li {
		padding-left: 1%;
		padding-right: 1%;
		width: 50%;
	}
}



/* list
-------------------------------------------*/
/* mark */
ul.mark_list {
  list-style-type: disc;
  padding-left: 1.75rem;
}
ul.mark_list li {
	margin-bottom: 0.5rem;
}

/* flow*/
@media (min-width: 993px) {
	ul.flow_list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	ul.flow_list li {
		width: 33%;
	}
}

/* indent */
ul.indent_list {
  margin-left:1em;
	text-indent:-1em;
}

/* ol */
ol.num_list {
  padding-left: 1.75rem;
}
ol.num_list li {
	margin-bottom: 0.5rem;
}

/* ol.nam-q_list */
ol.nam-q_list {
	padding-left: 2.75rem;
}
ol.nam-q_list > li {
  list-style-type: none;
  counter-increment: cnt;
  position: relative;
}
ol.nam-q_list > li:before {
  content: "（" counter(cnt) "）";
  text-align: right;
  position: absolute;
  top: 0;
  left: -3.5rem;
}


/* table
-------------------------------------------*/
table th{
    font-weight: 400;
}
.table_wrapp{
/*	margin-top: 20px;
	margin-bottom: 30px;*/
	overflow: auto;
	width: 100%;
}
.table_wrapp table{
	margin: 0;
	border-spacing: 0;
}
@media (max-width: 600px) {
	.table_wrapp{
	  overflow: auto;
	}
	.table_wrapp table{
	  margin: 0;
	  border-spacing: 0;
		width: 650px; /*スクロール有*/
	}
}
@media (min-width: 601px) {
}

.table_wrapp table {
	border-collapse: separate;
	border-spacing: 2px;
}
.table_wrapp table th {
	/*font-weight: 400;*/
}
.table_wrapp table th,
.table_wrapp table td {
	padding:10px;
}

/* table_common */
.table_common  {
    width: 100%;
}
.table_common th,
.table_common td {
	padding:10px;
}
.table_common th {
	background: #7394B1;
	color: #fff;
	/*font-weight: 500;*/
}
/*
.table_common tr th:first-child {
	border-radius: 10px 0 0 0;
}
*/
/*
.table_common tr th:last-child {
	border-radius:0 10px 0 0;
}
*/
.table_common td {
	background: #eee;
	/*font-weight: 400;*/
}
.table_common tr:nth-child(odd) td {
	background: #F4F4F5;
}
.table_common tr:nth-child(even) td {
	background: #E9ECEF;
}

/* table_common_beside */
.table_common_beside {
	width: 100%;
}
.table_common_beside th,
.table_common_beside td {
	padding:10px;
}
.table_common_beside th {
	background: #7394B1;
	color: #fff;
	/*font-weight: 400;*/
}
/*
.table_common_beside tr:first-child th {
	border-radius: 10px 0 0 0;
}
.table_common_beside tr:last-child th {
	border-radius:0 0 0 10px;
}
*/
.table_common_beside td {
	background: #eee;
	/*font-weight: 400;*/
}
.table_common_beside tr:nth-child(odd) td {
	background: #F4F4F5;
}
.table_common_beside tr:nth-child(even) td {
	background: #E9ECEF;
}

/* table_nontitle */
.table_nontitle tr:nth-child(odd) th,
.table_nontitle tr:nth-child(odd) td {
	background: #F4F4F5;
}
.table_nontitle tr:nth-child(even) th,
.table_nontitle tr:nth-child(even) td {
	background: #E9ECEF;
}


/* figure
-------------------------------------------*/
.figure_wrapp {
	display: flex;
	margin-bottom: 3.0rem;
	/*margin-left: -10px;
	margin-right: -10px;*/
}
.figure_wrapp figure {
	/*padding: 10px;*/
	margin-right: 10px;
}
.figure_wrapp figcaption {
	text-align: right;
}


/* btn
-------------------------------------------*/
.btn a {
	border-radius: 10px;
	text-decoration: none!important;
	padding: 16px 20px;
	color: #fff!important;
	background-color: #005bac;
	width: 100%;
	display: inline-block;
}
.btn a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
}


/* common_btn
-------------------------------------------*/
/* common_btn */
.common_btn {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.common_btn 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;
}
.common_btn li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
}
@media (max-width: 992px) {
	.common_btn {
		margin-bottom: 1.6rem;
	}
	.common_btn li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
}
@media (min-width: 993px) {
	.common_btn {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.common_btn li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
}



/* common-w_btn
-------------------------------------------*/
/* common-w_btn */
.common-w_btn {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.common-w_btn li a {
	border-radius: 10px;
	text-decoration: none!important;
	padding: 16px 20px;
	color: #005bac!important;
  border: 2px solid #005bac;
	width: 100%;
	display: inline-block;
	text-align: center;
}
.common-w_btn li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
}
@media (max-width: 992px) {
	.common-w_btn {
		margin-bottom: 1.6rem;
	}
	.common-w_btn li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
}
@media (min-width: 993px) {
	.common-w_btn {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.common-w_btn li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
}




/* ctg_btn
-------------------------------------------*/
/* ctg_btn */
.ctg_btn {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.ctg_btn 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;
}
.ctg_btn li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
}
@media (max-width: 992px) {
	.ctg_btn {
		margin-bottom: 1.6rem;
	}
	.ctg_btn li {
	  width: 100%;
		margin-bottom: 1.6rem;
	}
}
@media (min-width: 993px) {
	.ctg_btn {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
		margin-bottom: 6rem;
	}
	.ctg_btn li {
	  width: calc(100% / 3);
		padding-left: 1%;
		padding-right: 1%;
	}
}


/* anc_btn
-------------------------------------------*/
/* anc_btn */
.anc_nav_wrapp {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
	margin-bottom: 3.0rem;
}

.anc_btn {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
}
.anc_btn li a {
	border-radius: 4px;
	text-decoration: none!important;
	padding: 8px 10px;
	color: #fff!important;
	background-color: #005bac;
	width: 100%;
	display: inline-block;
	text-align: center;
	font-size: 90%;
}
.anc_btn li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
	float: right;
	margin-top: 0.25rem
}
@media (max-width: 992px) {
	.anc_btn {
		width: 48%;
		margin-bottom: 1.0rem;
	}
	.anc_btn li {
		width: 100%;
		margin-bottom: 0.0rem;
	}

}
@media (min-width: 993px) {
	.anc_btn {
		width: calc(100% / 3);
	}
	.anc_btn li {
		width: 95%;
		margin-bottom: 1.0rem;
	}
}
@media (min-width: 1201px) {
	.anc_btn {
		margin-bottom: 1.6rem;
		width: calc(100% / 6);
	}
	.anc_btn li {
		width: 95%;
		margin-bottom: 1.0rem;
	}
}


/* anc_sub_btn6
-------------------------------------------*/
/* anc_sub_btn */
.anc_sub_nav_wrapp {
	margin-bottom: 5.0rem;
}

.anc_sub_btn {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
	justify-content: space-between;
  width: 100%;
}
.anc_sub_btn > li{
	border-radius: 4px;
	background-color: #005bac;
	display: flex;
	justify-content: center;
	align-items: center;
}
.anc_sub_btn > li a {
	text-decoration: none!important;
	padding: 8px 4px;
	color: #fff!important;
	line-height: 1.4;
/*	font-size: 90%;*/
	text-align: center;
	width: 100%;
	position: relative;
}
.anc_sub_btn > li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
	width: 1em;
	position: absolute;
	right: 5px;
	top:35%;
}
@media (max-width: 640px) {
	.anc_sub_btn > li a{
		font-size: 1.0rem;
	}
}
@media (min-width: 641px) and (max-width: 992px) {
	.anc_sub_btn > li a{
		font-size: 1.3rem;
	}
}
@media (max-width: 1365px) {
	.anc_sub_btn > li {
		width: 48%;
		margin-bottom: 1.0rem;
	}
	.anc_sub_btn > li a{
		padding: 8px 4px;
	}
}
@media (min-width: 1366px) {
	.anc_sub_btn > li {
		/*width: calc(100% / 6);*/
		width:16%;
	}
	.anc_sub_btn > li a{
		font-size: 1.3rem;
	}
}


/* anc_sub_btn5
-------------------------------------------*/
/* anc_sub_btn5 */
.anc_sub_nav_wrapp {
	margin-bottom: 5.0rem;
}

.anc_sub_btn5 {
	display: flex;
  list-style: none;
  flex-wrap: wrap;
	/*justify-content: space-between;*/
  width: 100%;
}
.anc_sub_btn5 > li{
	border-radius: 4px;
	background-color: #005bac;
	display: flex;
	justify-content: center;
	align-items: center;
    margin-bottom: 1.5rem;
    margin-left: 0.5%;
    margin-right: 0.5%;
}
.anc_sub_btn5 > li a {
	text-decoration: none!important;
	padding: 10px 4px 12px;
	color: #fff!important;
	line-height: 1.7;
/*	font-size: 90%;*/
	text-align: center;
	width: 100%;
	position: relative;
}
.anc_sub_btn5 > li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f107";
	width: 1em;
	position: absolute;
	right: 5px;
	top:35%;
}
@media (max-width: 640px) {
	.anc_sub_btn5 > li a{
		font-size: 1.0rem;
	}
}
@media (min-width: 641px) and (max-width: 992px) {
	.anc_sub_btn5 > li a{
		font-size: 1.3rem;
	}
}
@media (max-width: 1365px) {
	.anc_sub_btn5 > li {
		width: 48%;
		margin-bottom: 1.0rem;
	}
	.anc_sub_btn5 > li a{
		padding: 8px 4px;
	}
}
@media (min-width: 1366px) {
	.anc_sub_btn5 > li {
		/*width: calc(100% / 6);*/
		width:19%;
	}
	.anc_sub_btn5 > li a{
		font-size: 1.3rem;
	}
}


/* accordion
-------------------------------------------*/
.accordion_list{
  list-style: none;
  width: 100%;
}

.accordion_list > li{
	border-bottom: 1px solid #ccc;
}
.accordion_list > li:last-child{
/*	border-bottom: 1px solid #ccc;*/
}

/* title */
.accordion_list .accordion_title {
	position: relative;
	cursor: pointer;
}
.accordion_list h3.accordion_title {
	font-weight: normal;
	padding:10px 30px 10px 15px;
	font-size: 1.4rem;
	color: #333;
	margin: 0;
	font-weight: 500;
}

/* icon */
.accordion_list .accordion_title::before,
.accordion_list .accordion_title::after{
  position: absolute;
  content:'';
  width: 10px;
  height: 2px;
	background-color: #333;
}
.accordion_title::before{
  top:50%;
  right: 15px;
  transform: rotate(0deg);
}
.accordion_title::after{
  top:50%;
	right: 15px;
  transform: rotate(90deg);
}

/*　close　*/
.accordion_title.close::before{
	transform: rotate(45deg);
}
.accordion_title.close::after{
	transform: rotate(-45deg);
}

/* accordion_box */
.accordion_box {
	display: none;/*はじめは非表示*/
	padding: 15px;
	margin:0 0px 1.6rem;
}
.accordion_box p{
	font-size: 1.3rem;
	font-weight: 400;
}
.accordion_box p a{
	text-align: right;
}


/* accordion　btn
-------------------------------------------*/
/* accordion-btn */
.accordion-btn_wrapp {
	width: 200px;
	margin-left: auto;
	margin-right: auto;
  }
  .accordion-btn_wrapp .accordion-btn {
	  text-decoration: none!important;
	  text-decoration: none!important;
	  display: inline-block;
	  text-align: center;
	  padding: 22px 0px 22px 0px;
	  position: relative;
	  width: 100%;
	border: 1px #ccc solid;
	color: #333!important;
  }
  
  .box-open:before {
	  display: block;
	  content: "";
	  position: absolute;
	top: 42%;
	right: 11px;
	width: 10px;
	height: 10px;
	  border-left: solid 2px #333;
  }
  .box-open:after {
	  display: block;
	  content: "";
	  position: absolute;
	top:48%;
	right: 15px;
	width: 10px;
	height: 10px;
	  border-top: solid 2px #333;
  }
  .box-close:after {
	  display: block;
	  content: "";
	  position: absolute;
	  top: 50%;
	right: 15px;
	width: 10px;
	height: 10px;
	  border-top: solid 2px #333;
  }
  


/* ------------------------------------------
	dpm_dscp
------------------------------------------ */
/* dpm_dscp_wrapp */
@media (min-width: 993px) {
  .dpm_dscp_wrapp {
  	text-align: center;
		display: flex;
		justify-content: space-between;
	}
  .dpm_dscp_wrapp .dpm_dscp_name {
    width: 29%;
    margin-right: 1%;
  }
  .dpm_dscp_wrapp .dpm_dscp_inner {
    width: 70%;
	}
}

/* dpm_dscp_name */
.dpm_dscp_wrapp .dpm_dscp_name {
  padding: 15px 5px;
  border-radius: 10px;
  color: #fff;
}
.dpm_dscp_wrapp .dpm_dscp_name h3{
  color: #fff;
	line-height: 1;
}
@media (max-width: 992px) {
  .dpm_dscp_wrapp .dpm_dscp_name {
    margin-bottom: 1.0rem;
    text-align: center;
  }
  .dpm_dscp_wrapp .dpm_dscp_name h3{
		margin-top: 1.0rem;
		margin-bottom:1.0rem;
	}
}
@media (min-width: 993px) {
  .dpm_dscp_wrapp .dpm_dscp_name {
    display: flex;
    align-items: stretch;
  }
  .dpm_dscp_wrapp .dpm_dscp_name > div {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    width: 100%;
  }
	.dpm_dscp_wrapp .dpm_dscp_name h3{
		margin-top: 2.0rem;
		margin-bottom:2.0rem;
	}
}

/* dpm_dscp_box */
.dpm_dscp_wrapp .dpm_dscp_box {
  width: 100%;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 1.0rem;
}
.dpm_dscp_wrapp .dpm_dscp_box h4 {
  line-height: 1;
	margin-top: 0rem;
	margin-bottom: 0rem;
}
@media (max-width: 992px) {
  .dpm_dscp_wrapp .dpm_dscp_box {
    padding: 20px 15px;
  }
  .dpm_dscp_wrapp .dpm_dscp_box h4 {
    margin-top: 0;
    text-align: center;
		width: 100%;
  }
}
@media (min-width: 993px) {
  .dpm_dscp_wrapp .dpm_dscp_box {
		padding: 18px 30px;
		display: flex;
		justify-content: center;
  }
  .dpm_dscp_wrapp .dpm_dscp_box:last-child {
    margin-bottom: 0.0rem;
  }
	.dpm_dscp_wrapp .dpm_dscp_box h4 {
	  line-height: 1;
		margin-top: 1rem;
		margin-bottom: 1rem;
		align-items: center;
		display: flex;
		justify-content: center;
	}
}

/* course_list */
.dpm_dscp_wrapp .dpm_dscp_box > ul {
  width: 100%;
  border-radius: 10px;
}
.dpm_dscp_wrapp .dpm_dscp_box > ul li {
  border-radius: 10px;
  padding: 10px 10px;
  text-align: center;
  width: 100%;
}
@media (max-width: 992px) {
  .dpm_dscp_wrapp .dpm_dscp_box > ul li {
    margin-bottom: 10px;
  }
  .dpm_dscp_wrapp .dpm_dscp_box > ul li:last-child {
  	margin-bottom: 0px;
  }
}
@media (min-width: 993px) {
  .dpm_dscp_wrapp .dpm_dscp_box > ul {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .dpm_dscp_wrapp .dpm_dscp_box > ul li {
    margin-left: 0.5%;
    margin-right: 0.5%;
  }
}


/*-------------------------------------------
 [item]
-------------------------------------------*/
/* #common */


/* #Ss */
@media (min-width: 993px) {
	.dpm_dscp_wrapp .item_ie {
		justify-content: center;
		height: 90px;
	}
}

/* #Social */
@media (max-width: 992px) {
	.dpm_dscp_wrapp .item_welfare h4 {
		margin-bottom: 1.0rem;
  }
}
@media (min-width: 993px) {
	.dpm_dscp_wrapp .item_welfare {
		justify-content: center;
	}
	.dpm_dscp_wrapp .item_welfare h4 {
		width: 30%;
	}
}

/* #Medical */


/* #Nursing */
@media (min-width: 993px) {
	.dpm_dscp_wrapp .item_nursing {
		justify-content: center;
		height: 90px;
	}
}

/* #Advanced */
@media (min-width: 993px) {
	.dpm_dscp_wrapp .item_public-health {
		justify-content: center;
		height: 90px;
	}
}

/* #GraduateSchool */
@media (max-width: 992px) {
	.dpm_dscp_wrapp .item_rehabili h4 {
		margin-bottom: 1.0rem;
  }
}
@media (min-width: 993px) {
  .dpm_dscp_wrapp .item_rehabili > ul {
		width: 55%;
		margin-top: 0;
	}
	.dpm_dscp_wrapp .item_rehabili > ul li {
	}
	.dpm_dscp_wrapp .item_rehabili h4 {
		width: 45%;
	}
}



/* ------------------------------------------
	subpage_nav
------------------------------------------ */
/* subpage_nav_wrapp */
.subpage_nav_wrapp {
	max-width: 1000px;
    padding-left: 1.5%;
    padding-right: 1.5%;
    margin-left: auto;
    margin-right: auto;
}
.subpage_nav_wrapp li {
	/*text-align: center;*/
	width: 100%;
	background-color: #ccc;
	border-radius: 0px;
}
.subpage_nav_wrapp li a {
	text-decoration: none!important;
	width: 100%;
	position: relative;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
	border-radius: 0px;
	color: #333!important;
}
.subpage_nav_wrapp li.current a {
	color: #fff!important;
}
.subpage_nav_wrapp li a:hover {
	color: #fff!important;
	opacity: 1;
}
.subpage_nav_wrapp li a::after {
	content: url("../images/bg_s-left.svg");
	display: inline-block;
	position: absolute;
	left: 20px;
}
@media (max-width: 992px) {
	.subpage_nav_wrapp {
		padding-left: 0%;
		padding-right: 0%;
	}
  .subpage_nav_wrapp ul {
		margin-bottom: 4.0rem;
		/*terada add*/
		display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
	}
	.subpage_nav_wrapp li {
		/*margin-left: 1%;
		margin-right: 1%;*/
		margin-bottom: 1.0rem;

		/*terada add*/
        width: 48%;
	}
	.subpage_nav_wrapp li a {
		font-size: 1.6rem;
		padding: 12px 15px 12px 5px;
	}
	.subpage_nav_wrapp li a::after {
		width: 15px;
		height: 15px;
		top:25%;
	}
}
@media (min-width: 993px) {
	.subpage_nav_wrapp ul {
		display: flex;
		list-style: none;
		/*justify-content: space-between;*/
		margin-top: 8.0rem;
		margin-bottom: 6.0rem;
		margin-left: -0.5%;
		margin-right: -0.5%;
	}
	.subpage_nav_wrapp li {
		width : calc(100% / 3) ;
		margin-left: 0.5%;
		margin-right: 0.5%;
		margin-bottom: 1.6rem;
	}
	.subpage_nav_wrapp li a {
		font-size: 2.0rem;
		padding: 22px 0;
	}
	.subpage_nav_wrapp li a::after {
		width: 20px;
		height: 20px;
		top:35%;
	}
}



/* ------------------------------------------
	tab_nav
------------------------------------------ */
/* tab_nav_wrapp */
.tab_nav_wrapp {
	display: flex;
  list-style: none;
  justify-content: space-between;
  width: 100%;
	margin-bottom: 3rem;
}
.tab_nav_wrapp li {
	margin-bottom: 1.6rem;
  border: 2px #005bac solid;
	border-radius: 10px;
	text-align: center;
	width: 100%;
}
.tab_nav_wrapp li a {
	text-decoration: none!important;
/*	padding: 16px 30px 16px 5px;*/
	padding: 22px 15px 22px 5px;
	width: 100%;
	background-image: url("../images/btn_bg_common.svg");
	background-position: top left;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	color: #333!important;
	position: relative;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.5;
}
.tab_nav_wrapp li a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
	float: right;
	position: absolute;
	top:35%;
	right: 15px;
}
@media (max-width: 992px) {
  .tab_nav_wrapp {
		flex-wrap: wrap;
    margin-top: 2.5rem;
  }
	.tab_nav_wrapp li a {
		font-size: 1.8rem;
	}
}
@media (min-width: 993px) {
	.tab_nav_wrapp {
		width: calc(100% + 2%);
		margin-left: -1%;
		margin-right: -1%;
    margin-top: 5.0rem;
	}
	.tab_nav_wrapp li {
	/*	width: calc(98% / 2);*/
		margin-left: 1%;
		margin-right: 1%;
	}
	.tab_nav_wrapp li a {
		font-size: 2.0rem;
	}
}


/* ------------------------------------------
	result_wrapp
------------------------------------------ */
/* result_wrapp */
.result_wrapp .result_item {
	text-align: center;
	border-radius: 10px;
  }
.result_wrapp .result_item h3 {
	text-align: center;
	font-weight: 500;
	margin-top: 0;
	margin-bottom: 0;
	padding: 10px 0;
	line-height: 1;
	border-radius: 7px 7px 0 0;
	color: #fff;
}
.result_wrapp .result_item p {
	margin-top: 0;
	font-family: 'Oswald', sans-serif;
	line-height: 1;
	padding: 10px;
}
@media (max-width: 992px) {
.result_wrapp .result_item {
	margin-bottom: 1.6rem;
}
.result_wrapp .result_item:last-child {
	margin-bottom: 0rem;
}
.result_wrapp .result_item p{
	font-size:4.0rem;
	font-weight: 500;
}
.result_wrapp .result_item p span{
	font-size:8.0rem;
}
}
@media (min-width: 993px) {
.result_wrapp {
	text-align: center;
		display: flex;
		justify-content: space-between;
	margin-left: -1%;
	margin-right: -1%;
		width: 100%;
	}
.result_wrapp .result_item {
	width: 100%;
	margin-left: 1%;
	margin-right: 1%;
}
.result_wrapp .result_item h3 {
	font-size:1.7rem;
}
.result_wrapp .result_item p{
	font-size:5.0rem;
	font-weight: 500;
}
	/*
.result_wrapp .result_item p span{
	font-size:10.0rem;
}
	*/
}
  
@media (min-width: 993px) and (max-width: 1200px) {
	.result_wrapp .result_item h3 {
		font-size:1.4rem;
	}
	.result_wrapp .result_item p span{
		font-size:7.0rem;
	}
}
@media (min-width: 1201px) {
	.result_wrapp .result_item h3 {
		font-size:1.7rem;
	}
	.result_wrapp .result_item p span{
		font-size:10.0rem;
	}
}



/* ------------------------------------------
	 dpm_point
------------------------------------------ */
/* dpm_point_wrapp */
@media (min-width: 993px) {
	.dpm_point_wrapp {
	  display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  width: 100%;
	}
	.dpm_point_wrapp > ol {
	/*max-width: 52%;*/
	height: auto;
	}
	.dpm_point_wrapp > figure {
		max-width: 45%;
		height: auto;
	}
}

/* dpm_point number */
.dpm_point {
counter-reset:num;
list-style-type: none!important;
padding:0;
margin:0;
}
.dpm_point li {
display: flex;
position: relative;
padding-left: 5.8rem;
margin-bottom: 5.0rem;
}
.dpm_point li:before {
position: absolute;
counter-increment: num;
content: counter(num);
display:inline-block;
font-family: 'Oswald', sans-serif;
font-size: 10rem;
left: 0;
color: #dbdcdc;
}

.dpm_point li > div{
	max-width: 50%;
	margin-right: 25px;
}
.dpm_point li h3 {
	font-weight: 500;
}
@media (max-width: 992px) {
.dpm_point {
	margin-top: 5.0rem;
}
.dpm_point li {
	display: block;
}
.dpm_point li:before {
	top: -40px;
}
.dpm_point li:last-child {
	margin-bottom: 0.5rem;
}
.dpm_point li > div{
	max-width: 100%;
	margin-right: 0;
}
}
@media (min-width: 993px) {
	.dpm_point li:before {
	top: -50px;
}
	.dpm_point li:last-child {
	margin-bottom: 0.0rem;
	}
}
  
  /* h3 */
.dpm_point h3 {
margin-top: 0rem!important;
line-height: 1.4;
}
@media (min-width: 993px) {
	.dpm_point h3 {
		font-size: 2.0rem;
}
}

/* photo */
.dpm_point_photo {
	text-align: center;
}
.dpm_point_photo img {
max-width: 100%;
	margin-bottom: 2.0rem;
	border-radius: 10px;
}
@media (max-width: 992px) {
	.dpm_point_photo {
	margin-top: 1.6rem;
	}
}


  
/* ------------------------------------------
	card
------------------------------------------ */
/* card_point
------------------------------------------ */
.card_point_wrapp {
	border-radius: 0 0 10px 10px;
	padding:0 20px 20px;
  margin-top: 3.0rem;
	margin-bottom: 2.6rem;
  background-color: #f4f4f5;
  position: relative;
}
.card_point_wrapp h3 {
  padding-left: 16px;
  margin-top: 40px;
  margin-bottom: 1.6rem;
  font-weight: 700;
}

@media (max-width: 992px) {
	.card_point_wrapp {
	  margin-top: 3.0rem;
	}
}
@media (min-width: 993px) {
	.card_point {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
	  width: 100%;
  }
	.card_point > div,
  .card_point > figure {
    max-width: 49%;
    height: auto;
	}
}

/* balloon */
.balloon_wrapp {
  position: absolute;
  top:-20px;
  left: -2px;
}
.balloon {
  position: relative;
  width: auto;
  min-height: 1em;
  padding: 8px 20px 5px;
  color: #fff;
  background-color: #6bc7dd;
  border-radius: 4px;
  display: inline-block;
  font-style: italic;
  font-family: corporate-logo-ver2, sans-serif;
  font-weight: 700;
	font-size: 1.8rem;
}
.balloon::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 45%;
  top: 1.5em;
  border-right: 14px solid #6bc7dd;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  transform: rotate( 55deg);
}

/* photo */
.card_point_wrapp .card_point_photo {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card_point_wrapp .card_point_photo img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}
.card_point_wrapp .card_point_photo span {
  max-width: 49%;
}
@media (max-width: 992px) {
	.card_point_wrapp .card_point_photo {
    margin-top: 1.6rem;
	}
}

/* card_item
------------------------------------------ */
.card_item {
	border-radius: 0 0 10px 10px;
	padding:0 15px 15px;
	margin-bottom: 1.6rem;
}
.card_item h3 {
	margin-top: 0px;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
	padding: 8px 15px 10px 15px;
	border-radius: 7px 7px 0 0;
}
@media (min-width: 993px) {
	.card_wrapp {
		display: flex;
	  list-style: none;
	  flex-wrap: wrap;
	  justify-content: space-between;
    width: 100%;
	}
	.card_item {
    max-width: calc(98% / 2);
	}
}

/* card_item_inner */
@media (max-width: 992px) {
	.card_item .card_item_inner figure {
		margin-bottom: 16px;
	}
}
@media (min-width: 993px) {
	.card_item .card_item_inner {
		display: flex;
		list-style: none;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
	}
	.card_item .card_item_inner figure {
		width: 30%;
	}
	.card_item .card_item_inner .card_item_text {
		width: 69%;
	}
}


  
/* ------------------------------------------
	readMoreBtn
------------------------------------------ */
.readMoreInner {
  width: 100%;
  margin: 0 auto;
  /*padding: 25px 30px;
  border-radius: 3px;*/
  box-sizing: border-box;
}
.readMoreContainer {
  position: relative;
  height: auto;
  /*max-height: 240px;*/
  overflow: hidden;
  transition: max-height 0.6s;
}
.readMoreContainer::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 70%, #ffffff 100%);
  pointer-events: none;
}
.readMoreContainer.show:after {
  z-index: -1;
  opacity: 0;
}
.readMoreBtn {
  display: block;
  margin: 0 auto;
  padding: 8px 40px;
  border: 0;
  color: #ffffff;
  /*background-color: #00c2bc;*/
  cursor: pointer;
}

.readMoreContainer p:last-child {
    margin-bottom: 10px;
}
