/* CSS Document */

/********************************************************/
/* import */
/********************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');
@import url("/assets/css/article.css?2018061201");

/********************************************************/
/* color select　*/
/********************************************************/
.blkGraduate {}
.blkMedicine {}
.blkHealth {}
.blkGeneralPolicy {}
.blkForeign {}

/********************************************************/
/* BlkTitle */
/********************************************************/
.BlkTitle {
  position: relative;
  width: 100%;
  height: 240px;
  background-color: #fff;
  z-index: 1;
}
.BlkTitle--categoryTop {
  background: url(../images/BlkTitle_bg_pc.jpg) no-repeat;
  background-size: cover;
  border-top: none;
}
.BlkTitle--article {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  height: auto;
}

.BlkTitle__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.BlkTitle__heading1 {
  font-size: 4.2rem;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
  text-align: center;
  position: relative;
  padding-top: 75px;
  z-index: 1;
}
.BlkTitle__heading1--categoryTop {
  /*padding-top: 125px;*/
  padding-top: 115px;
  padding-bottom: 6rem;
}
.BlkTitle__heading1--categoryTop:before {
  content: '';
  position: absolute;
  top: 65px;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkMain_logo_heading.png) no-repeat;
  width: 49px;
  height: auto;
  background-size: contain;
  z-index: -1;  
}
.BlkTitle__heading1--article {
  line-height: 1.5;
  /*padding-top: 75px;*/
  padding-bottom: calc(80px - (((4.2rem * 1.5) - 4.2rem) / 2));  
  color: #333;
}
.BlkTitle__heading1 span {
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 1.2rem;
  color: #fff;
  /*padding-bottom: 25px;*/
  padding-bottom: 11px;
  letter-spacing: 1px;
  display: block;
}
.BlkTitle__heading1--article {
  color: #333;
}
.BlkTitle__heading1--article span {
  color: #00a87b; 
  letter-spacing: 1px;
}
.android .BlkTitle__heading1 span {
  display: inline-block;
  width: 100%;
}
.android .BlkTitle__heading1--article span {
  color: #00a87b;
  display: inline-block;
  width: 100%;
}
@media screen and (max-width:980px) {
  .BlkTitle {
    height: 211px;
  }  
  .BlkTitle--categoryTop {
    background: url(../images/BlkTitle_bg_sp.jpg) no-repeat;
    background-size: cover;
  }
  .BlkTitle--article {
    height: auto;
    /*padding-bottom: 50px;*/
  }
  .BlkTitle__inner {
    padding: 0 20px;
  }
  .BlkTitle__heading1 {
    font-size: 3.1rem;
    padding-top: 70px;
    /*font-size: 3.8rem;*/
    /*line-height: 1.5;*/
  }
  .BlkTitle__heading1 span {
    padding-bottom: 9px;
  }  
  .BlkTitle__heading1:first-line {
    line-height: 1.0;
  }
  .BlkTitle__heading1--categoryTop {
    font-size: 3.8rem;
    padding-top: 105px;
  }
  .BlkTitle__heading1--categoryTop:before {
    top: 50px;
  }  
  .BlkTitle__heading1--article {
    font-size: 3.1rem;
    /*padding-top: 50px;*/
    padding-top: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
    padding-bottom: calc(50px - (((3.1rem * 1.5) - 3.1rem) / 2));
  }
  .BlkTitle__heading1--article span {
    padding-bottom: 10px;
  }  
}
/********************************************************/
/* BlkFeatured */  /*トップと同じパーツ*/
/********************************************************/
.BlkFeatured {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkFeatured__inner {
  width: 1280px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkFeatured__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkFeatured__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkFeatured_logo_heading.png) no-repeat;
  width: 114px;
  height: auto;
  background-size: contain;
}
.BlkFeatured__listContents {
  margin-top: 50px;
  letter-spacing: -.4em;
  overflow: hidden;
}
.BlkFeatured__listContents__item {
  float: left;
  width: 25%;
  overflow: hidden;
}
.BlkFeatured__listContents__item img {
  width: 100%;
  height: auto;
}
.BlkFeatured__listContents__item img {
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkFeatured__listContents__item img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width:1280px) {
  .BlkFeatured__inner {
    width: 100%;
  }
}
@media screen and (max-width:980px) {
  .BlkFeatured__listContents__item {
    width: 50%;
  }
}
@media screen and (max-width:450px) {
  .BlkFeatured__listContents__item {
    width: 50%;
  }
}

/********************************************************/
/* BlkNews */  /*オープンキャンパスと同じパーツ*/
/********************************************************/
.BlkNews {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkNews__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkNews__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  z-index: 1;
}
.BlkNews__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/center/nyugaku/BlkNews_logo_heading.png) no-repeat;
  width: 84px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
.BlkNews__list { 
  margin-top: 45px;
}
.BlkNews__list__item {
  display: none;
}
.BlkNews__list__item dl {
  overflow: hidden;
  line-height: 1.5;
  border-bottom: #e2e2e2 1px solid;
}
.BlkNews__list__item dt {
  font-size: 1.6rem;
  float: left;
  padding: 20px 0;
  width: 150px;
}
.win .BlkNews__list__item dt {
  font-weight: 500;
}
.hiragino .BlkNews__list__item dt {
  font-weight: 300;
}
.BlkNews__list__item dd {
  font-size: 1.6rem;
  border-top: #e2e2e2 1px solid;
  padding: 20px 0;
  padding-left: 160px;
  position: relative;
}
.win .BlkNews__list__item dd {
  font-weight: 500;
}
.hiragino .BlkNews__list__item dd {
  font-weight: 300;
}
/*.BlkNews__list__item dd:before {
  color: #00a87b;
  font-size: 1.0rem;
  border-radius: 3px;
  border: #00a87b 1px solid;
  padding: 5px 0;
  text-align: center;
  width: 80px;
  margin-right: 28px;
  position: absolute;
  left: 148px;
}
.BlkNews__list__item dd.icon44:before {
  content: 'トピックス';
}
.BlkNews__list__item dd.icon45:before {
  content: 'イベント';
}
.BlkNews__list dd.icon46:before {
  content: '講演会';
}
.BlkNews__list__item dd.icon42:before {
  content: 'お知らせ';
}
.BlkNews__list__item dd.icon50:before {
  content: '重要なお知らせ';
}*/
.BlkNews__list__item dd a:hover {
  text-decoration: underline;
}
.BlkNews__list__item dt:nth-child(n+9) {
  display: none;
}
.BlkNews__list__item dd:nth-child(n+10) {
  display: none;
}
.BlkNews__list__item--listPage dt:nth-child(n+9) {
  display: block;
}
.BlkNews__list__item--listPage dd:nth-child(n+10) {
  display: block;
}

.BlkNews__archive {
  position: absolute;
  top: 62px; 
  right: 0;
  z-index: 1;
}
.BlkNews__archive a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}
.win .BlkNews__archive a {
  font-weight: 500;
}
.hiragino .BlkNews__archive a {
  font-weight: 300;
}
.BlkNews__archive a:hover {
  color: #00a87b;
}
.BlkNews__archive a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkNews__archive a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkNews__inner {
    width: 100%;
    overflow: hidden;
  }
  .BlkArticle__Contents--notLead > .BlkNews__list { 
    margin : 20px 0 0;
  }
  .BlkNews__list { 
    margin : 50px 20px 0;
  }
  .BlkNews__list__item dt {
    float: none;
    width: 100%;
    padding-bottom: 0;
    border-top: #e2e2e2 1px solid;
  }
  .BlkNews__list__item dd {
    border-top: none;
    padding-left: 0;
    padding-top: 10px;
  }
  .BlkNews__list__item dd:before {
    top: -26px;
    left: 135px;
  }
  .BlkNews__archive {
    position: static;
    margin-top: 40px;
    text-align: center;
  }
  .BlkNews__archive a {
    padding-left: 20px;
  }
}
/********************************************************/
/* BlkFaculty */  /*トップと同じ*/
/********************************************************/
.BlkFaculty {
  position: relative;
  width: 100%;
  background-color: #fff;
}
.BlkFaculty__inner {
  width: 1280px;
  margin: 80px auto 0;
  padding: 0;
  position: relative;
}
.BlkFaculty__heading2 {
  font-size: 3.0rem;
  font-weight: 600;
  text-align: center;
  position: relative;
  padding-top: 55px;
}
.BlkFaculty__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/BlkFaculty_logo_heading.png) no-repeat;
  width: 116px;
  height: auto;
  background-size: contain;
}
.BlkFaculty__listFaculty {
  margin-top: 50px;
  letter-spacing: -.4em;
  overflow: hidden;
}
.BlkFaculty__listFaculty__item {
  width: 25%;
  float: left;
}
.BlkFaculty__listFaculty__item figure {
  overflow: hidden;
  margin-bottom: 30px;
}
.BlkFaculty__listFaculty__item a {
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 40px;
  text-align: center;
  letter-spacing: 0;
}
.BlkFaculty__listFaculty__item a span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2.5;
}
.BlkFaculty__listFaculty__item a img {
  width: 100%;
  height: auto;
  -moz-transition: -moz-transform 0.3s linear;
  -webkit-transition: -webkit-transform 0.3s linear;
  -o-transition: -o-transform 0.3s linear;
  -ms-transition: -ms-transform 0.3s linear;
  transition: transform 0.3s linear;
}
.BlkFaculty__listFaculty__item a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.BlkFaculty__listFaculty__item--medicine a {
  background-color: #64347a;
  display: block;
}
.BlkFaculty__listFaculty__item--healthSciences a {
  background-color: #ab3834;
  display: block;
}
.BlkFaculty__listFaculty__item--socialSciences a {
  background-color: #397ed4;
  display: block;
}
.BlkFaculty__listFaculty__item--foreignStudies a {
  background-color: #e66828;
  display: block;
}
@media screen and (max-width:1280px) {
  .BlkFaculty__inner {
    width: 100%;
  }
}
@media screen and (max-width:980px) {
  .BlkFaculty__listFaculty__item {
    width: 50%;
    margin: 0;
    padding: 0;
  }
}
/********************************************************/
/* BlkGraduate */  /*トップと同じ*/
/********************************************************/
.BlkGraduate {
  display: table;
  background-color: #f4f4f4;
  width: 100%;
  padding: 30px 0;
}
.BlkGraduate__heading3 {
  display: table-cell;
  font-size: 2.0rem;
  font-weight: bold;
  vertical-align: middle;
  width: 30%;
  text-align: right;
  border-right: #d7d7d7 1px solid;
  padding-right: 80px;
  line-height: 1.4;
}
.BlkGraduate__listGraduate {
  display: table-cell;
  vertical-align: middle;
  width: 70%;
}
.BlkGraduate__listGraduate__item {
  display: inline-block;
  font-size: 16px;
  padding-right: 150px;
}
.win .BlkGraduate__listGraduate__item {
  font-weight: 500;
}
.hiragino .BlkGraduate__listGraduate__item {
  font-weight: 300;
}
.BlkGraduate__listGraduate__item:first-child {
  padding-left: 35px;
}
.BlkGraduate__listGraduate__item:last-child {
  padding-right: 0;
}
.BlkGraduate__listGraduate__item a {
  transition: 0.1s;
  display: block;
  position: relative;
  padding-left: 20px;
}
.BlkGraduate__listGraduate__item a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 3px;
  left: 0;
}
.BlkGraduate__listGraduate__item a:hover {
  color: #00a87b;
}
@media screen and (max-width:1280px) {
  .BlkGraduate__listGraduate__item {
    padding-right: 80px;
  }
}
@media screen and (max-width:980px) {
  .BlkGraduate {
    padding: 30px 20px 0;
  }
  .BlkGraduate__heading3 {
    display: block;
    width: 100%;
    text-align: center;
    border-right: none;
    border-bottom: #d7d7d7 1px solid;
    padding-right: 0;
    padding-bottom: 20px;
  }
  .BlkGraduate__listGraduate {
    display: block;
    width: 100%;
    padding: 15px 0; 
  }
  .BlkGraduate__listGraduate__item {
    padding-right: 50px;
    width: 48%;
    padding: 15px 0; 
  }
  .BlkGraduate__listGraduate__item:first-child {
    padding-left: 0;
  }
  .BlkGraduate__listGraduate__item a {
    padding-left: 20px;
  }
  .BlkGraduate__listGraduate__item a:before {
    padding-right: 10px;
    position: absolute;
    top: 3px;
    left: 0;
  }
}
/********************************************************/
/* BlkEvent*/
/********************************************************/
.BlkEvent {
  position: relative;
  width: 100%;
}
.BlkEvent__inner {
  width: 980px;
  margin: 80px auto 0;
  padding: 0 0 60px;
  position: relative;
}
.BlkEvent__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  z-index: 1;
}
.BlkEvent__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/center/nyugaku/BlkEvent_logo_heading.png) no-repeat;
  width: 110px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
.BlkEvent__list {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.BlkEvent__list__item {
  position: relative;
  padding-right: 28px;
  line-height: 1.5;
  z-index: 10;
}
.BlkEvent__list__item:nth-child(4n) {
  padding-right: 0;
}
.BlkEvent__list__item:nth-child(n+5) {
  margin-top: 28px;
}
.BlkEvent__list__item a {
  display: block;
  width: 224px;
  height: 60px;
  border: #00a87b 3px solid;
  border-radius: 6px;
  background-color: #00a87b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
.BlkEvent__list__item--fsizeSmall a {
  font-size: 1.3rem;
}
.BlkEvent__list__item a:before {
  content: '';
  background: url(../images/center/nyugaku/BlkEvent_item_bg.png) repeat;
  width: 224px;
  height: 60px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkEvent__list__item a:hover {
  background-color: #fff;
  border: #00a87b 3px solid;
  color: #00a87b;
}
.BlkEvent__list__item a span {
  position: absolute;
  display: block;
  width: 168px;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media screen and (max-width:980px) {
  .BlkEvent__inner {
    width: 100%;
    padding: 40px 20px;
  }
  .BlkEvent__list__item {
    width: 50%;
    padding-right: 10px;
  }  
  .BlkEvent__list__item:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
  }
  .BlkEvent__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .BlkEvent__list__item a {
    width: 100%;
    height: 65px;
    font-size: 1.4rem;
  }  
  .BlkEvent__list__item a:before {
    width: 100%;
    height: 65px;
  } 
  .BlkEvent__list__item a span {
    width: calc( 100% - 32px ) ;
    left: 16px;
  }
  
}
/********************************************************/
/* BlkAdmissions*/
/********************************************************/
.BlkAdmissions {
  position: relative;
  width: 100%;
}
.BlkAdmissions__inner {
  width: 980px;
  margin: 0 auto;
  padding: 80px 0 60px;
  position: relative;
}
.BlkAdmissions__heading2 {
  font-size: 3.0rem;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-top: 55px;
  z-index: 1;
}
.BlkAdmissions__heading2:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left:0 ;
  margin:auto auto;
  display: inline-block;
  background: url(../images/center/nyugaku/BlkAdmissions_logo_heading.png) no-repeat;
  width: 110px;
  height: auto;
  background-size: contain;
  z-index: -1;
}
.BlkAdmissions__heading3 {
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  margin-top: 90px;
  /*padding-left: 17px;*/
}
/*.BlkAdmissions__heading3:first-line {
  line-height: 1.0;
}*/
.BlkAdmissions__heading3 {
  font-size: 2.0rem;
  font-weight: 600;
  position: relative;
  margin-top: 90px;
}
.BlkAdmissions__heading3:before {
  content: '';
  background-color: #00a87b;
  width: 4px;
  height: 20px;
  display: inline-block;
  vertical-align:bottom;
  border-radius: 2px;
  margin-right: 17px;
}
.BlkAdmissions__list {
  margin-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.BlkAdmissions__list__item {
  position: relative;
  padding-right: 28px;
  line-height: 1.5;
  z-index: 10;
}
.BlkAdmissions__list__item:nth-child(4n) {
  padding-right: 0;
}
.BlkAdmissions__list__item:nth-child(n+5) {
  margin-top: 28px;
}
.BlkAdmissions__list__item a {
  display: block;
  width: 224px;
  height: 60px;
  border: #00a87b 3px solid;
  border-radius: 6px;
  background-color: #00a87b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}
.BlkAdmissions__list__item--fsizeSmall a {
  font-size: 1.3rem;
}
.BlkAdmissions__list__item a:before {
  content: '';
  background: url(../images/center/nyugaku/BlkAdmissions_item_bg.png) repeat;
  width: 224px;
  height: 60px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkAdmissions__list__item a:hover {
  background-color: #fff;
  border: #00a87b 3px solid;
  color: #00a87b;
}
.BlkAdmissions__list__item a span {
  position: absolute;
  display: block;
  width: 175px;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.BlkAdmissions__list__link {
}
.BlkAdmissions__list__link--jump span:after {
  font-family: icomoon;
  content: "\e910";
  font-weight: normal;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.1rem;
}
.BlkAdmissions__list__link--blank span:after {
  font-family: icomoon;
  content: "\e913";
  font-weight: normal;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 1.1rem;
}
.BlkAdmissions__txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 25px;
}
.win .BlkAdmissions__txt {
  font-weight: 500;
}
.hiragino .BlkAdmissions__txt {
  font-weight: 300;
}
.BlkAdmissions__txt--Contact {
  line-height: 1.8;
  margin-top: 30px;
}
.BlkAdmissions__txt__tel {
  text-decoration: underline;
}
.BlkAdmissions__txt__tel:hover {
  color: #00a87b;
}
.BlkAdmissions__txt__mail {
  text-decoration: underline;
}
.BlkAdmissions__txt__mail:hover {
  color: #00a87b;
}
.BlkAdmissions__link {
  margin: 25px 0 0 10px;
}
.BlkAdmissions__link a {
  color: #333;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 20px;
  display: inline-block;
  position: relative;
  transition: 0.1s;
}
.win .BlkAdmissions__link a {
  font-weight: 500;
}
.hiragino .BlkAdmissions__link a {
  font-weight: 300;
}
.BlkAdmissions__link a:hover {
  color: #00a87b;
}
.BlkAdmissions__link a:before {
  font-family: icomoon;
  content: "\e904";
  font-weight: normal;
  font-size: 1.0rem;
  color: #00a87b;
  position: absolute;
  top: 50%;
  left: 0;
  transition: 0.1s;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, .BlkAdmissions__link a {
    padding-top: 4px;
  }
}
@media screen and (max-width:980px) {
  .BlkAdmissions__inner {
    width: 100%;
    padding: 80px 20px 60px;
  }
  .BlkAdmissions__list__item {
    width: 50%;
    padding-right: 10px;
  }  
  .BlkAdmissions__list__item:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
  }
  .BlkAdmissions__list__item:nth-child(n+3) {
    margin-top: 20px;
  }
  .BlkAdmissions__list__item a {
    width: 100%;
    height: 65px;
    font-size: 1.4rem;
  }  
  .BlkAdmissions__list__item a:before {
    width: 100%;
    height: 65px;
  } 
  .BlkAdmissions__list__item a span {
    width: calc( 100% - 32px ) ;
    left: 16px;  
  }
  .BlkAdmissions__link {
    width: 100%;
    /*padding: 40px 0 ;*/
  }
}
/********************************************************/
/* BlkAdmissions*/
/********************************************************/
.BlkSample{
	padding-bottom: 30px;
	border-bottom: 1px solid #e2e2e2;
}
.BlkSample.noline{
	border-bottom: none;
}
.BlkSample.noline ul{
	border-bottom: none;
	justify-content: space-between;
}
.BlkSample ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	border-bottom: 1px dotted #00a87b;
	padding-top: 30px;
}
.BlkSample span{
	text-decoration: line-through;
	text-decoration-color: #00a87b;
}
.BlkSample__large{
	width: 308px;
	text-align: center;
	padding-bottom: 25px;
}
.BlkSample__large__space{
	background-color: #f1fbf8;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 20px 0;
	margin-bottom: 25px;
}
.BlkSample__small{
	width: 28px;
    font-size: 16px;
    text-align: center;
    padding-top: 141px;
	font-weight: normal;
}
.BlkSample__txt{
	text-align: center;
}
.BlkSample__txt strong{
	border-bottom: 2px solid #00a87b;
	color: #00a87b;
}
.BlkSample__txt__center{
	text-align: center!important;
}
.BlkSample__half{
	width: 476px;
	text-align: center;
	padding-bottom: 25px;
}
.BlkSample__half__space{
	background-color: #f1fbf8;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.5;
    padding: 20px 0;
	margin-bottom: 25px;
}
.BlkSample__newline{
	display: none;
}
.BlkSample.brackets {
    position: relative;
    padding: 0.25em 1em;
    margin: 2em 0;
    top: 0;
}
.BlkSample.brackets:before, .BlkSample.brackets:after{ 
    position: absolute;
    top: 0;
    content:'';
    width: 10px;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.BlkSample.brackets:before{
    border-left: solid 2px #00a87b;
    border-top: solid 2px #00a87b;
    border-bottom: solid 2px #00a87b;
    left: 0;
}
.BlkSample.brackets:after{
    border-top: solid 2px #00a87b;
    border-right: solid 2px #00a87b;
    border-bottom: solid 2px #00a87b;
    right: 0;
}
@media screen and ( max-width: 980px ){
	.BlkSample ul, .BlkSample.noline ul{
		display: block;
		text-align: center;
	}
	.BlkSample li{
		margin: auto;
	}
	.BlkSample__small{
		margin: auto;
		padding: 0 0 10px;
	}
	.BlkSample__txt{
		text-align: center;
	}
	.BlkSample__half{
		width: 100%;
		max-width: 476px;
	}
}
@media screen and ( max-width: 534px ){
	.BlkSample__newline{
		display: block;
	}
}


/* お問い合わせページ　20201201 */

.err {
  border: 1px solid #f00!important;
}
.err_msg {
  color: #f00!important;
}
form input {
	-webkit-appearance:none;
}
.need {
  margin-left: 2rem;
  color: #fff;
  background-color: #f00;
  padding: 0.3em 1.2rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 4px;
  display: inline-block;
}
.BlkArticle__btnlink input,
.submit_btn:hover,
.accordion_wrap .accordion_list .accordion_btn:hover {
  cursor: pointer;
}
.accordion_wrap .accordion_list .accordion_btn {
  font-size: 1.6rem;
  padding: 2.5rem 2rem;
  font-weight: bold;
  display: block;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e2e2e2;
  position: relative;
}
.accordion_wrap .accordion_list .accordion_btn::after {
  position: absolute;
  content: '+';
  font-size: 2.4rem;
  font-weight: bold;
  color: #00a87b;
  top: 0;
  bottom: 0;
  right: 3rem;
  height: 1em;
  margin: auto;
  transition: 0.5s ease;
}
.accordion_wrap .accordion_list .accordion_btn.open::after {
  content: '-';
}
.accordion_wrap .accordion_list:first-child .accordion_btn {
  margin-top: 2.5rem;
}
.accordion_wrap .accordion_list .accordion_content {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-top: 1px solid #e2e2e2;
}


.BlkArticle .BlkArticle__btnlink input {
  display: block;
  border: #00a87b 3px solid;
  border-radius: 6px;
  background-color: #00a87b;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  width: 308px;
  max-width: 308px;
  height: 60px;
  text-align: center;
  position: relative;
  box-shadow: 3px 3px #fff;
  transition: 0.1s;
}

.BlkArticle .BlkArticle__btnlink--2col.form_2col {
  justify-content: space-around;
}
.BlkArticle .BlkArticle__btnlink--2col.form_2col p {
  width: 100%!important;
}
.BlkArticle .BlkArticle__btnlink--2col p.return input {
 background-color: #c6c6c6;
 border: 3px solid #c6c6c6;
}

.BlkArticle .BlkArticle__btnlink--2col p.return input:hover{
  color: #c6c6c6;
  background-color: #fff;
}


.BlkArticle .BlkArticle__btnlink--2col p,
.BlkArticle .BlkArticle__btnlink .input_wrap {

  position: relative;
}

.BlkArticle .BlkArticle__btnlink--2col p::after,
.BlkArticle .BlkArticle__btnlink .input_wrap::after {
  content: '';
  background: url(/assets/images/BlkArticle_link_bg.png) repeat;
  width: 308px;
  max-width: 308px;
  height: 60px;
  border-radius: 8px;
  position: absolute;
  right: -11px;
  bottom: -11px;
  z-index: -1;
}
.BlkArticle .BlkArticle__btnlink--2col p::after {
  width: 100%!important;
  max-width: none!important;
}
.BlkArticle .BlkArticle__btnlink--2col p::after {
  background: url(/assets/images/BlkArticle_link_bg_gray.png) repeat;
}
.BlkArticle .BlkArticle__btnlink input:hover {
  background-color: #fff;
  border: #00a87b 3px solid;
  color: #00a87b;
}
textarea {
  width: 80%;
  max-width: 430px;
  border-radius: 9px;
  outline: none;
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  padding: 1em;
  color: #333;
  font-size: 1.4rem;
  margin-bottom: 2rem;
}
textarea::placeholder {
  color: #c6c6c6;
  font-size: 1.4rem;
}
/* IE */
textarea:-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 1.4rem;
}
/* Edge */
textarea::-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 1.4rem;
}
.captcha_wrap {
  margin-bottom: 2rem;
}
.captcha_wrap #captcha {
  border: 1px solid #e2e2e2;
  width: 100%;
  max-width: 215px;
}


input[type="email"] {
  width: 80%;
  height: 5rem;
  max-width: 430px;
  border-radius: 9px;
  outline: none;
  border: 1px solid #e2e2e2;
  background-color: #f9f9f9;
  margin-bottom: 2rem;
  padding-left: 1em;
  color: #333;
  font-size: 1.4rem;
}
input[type="email"]::placeholder {
  color: #c6c6c6;
  font-size: 1.4rem;
}
/* IE */
input[type="email"]:-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 1.4rem;
}
/* Edge */
input[type="email"]::-ms-input-placeholder {
  color: #c6c6c6;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  input[type="email"] {
    width: 100%;
    max-width: none;
  }
  .need {
    margin-left: 0;
  }
}
@media screen and (max-width: 360px) {
  input[type="email"] {
    padding-left: 0.5em;
  }
}


@media screen and (max-width:980px) {
  .BlkArticle .BlkArticle__btnlink .input_wrap,
  .BlkArticle .BlkArticle__btnlink input {
    width: 100%;
    max-width: 100%;
  }
  .BlkArticle .BlkArticle__btnlink .input_wrap {
    margin: 0 1.5rem;
  }
  .BlkArticle .BlkArticle__btnlink .input_wrap::after {
    width: 100%;
    max-width: 100%;
  }
  textarea {
    width: 100%;
  }
  
  .BlkArticle .BlkArticle__btnlink--2col.form_2col {
  justify-content: center;
  flex-direction: column-reverse;
  }
  .BlkArticle .BlkArticle__btnlink--2col.BlkArticle__btnlink--2col p {
    margin: 0 auto 3.5rem!important;
  }
}
