@charset "UTF-8";
.article_intro .page_article_title_l:before, .article_intro .page_article_title_l:after, .element_type_101 h3:before,
.element_grp_text h3:before, .element_type_101 h3:after,
.element_grp_text h3:after, .element_type_101 h3 span:after,
.element_grp_text h3 span:after, .news_pagenation .pager .next .page-numbers:before, .news_pagenation .pager .prev .page-numbers:before {
  display: block;
  content: "";
  position: absolute;
}

.article_intro {
  background-image: url(../img/common/bg_h2.jpg);
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  height: 180px;
}

.article_intro .main_title_wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 180px;
}

.article_intro .page_article_title_l {
  display: inline-block;
  position: relative;
  font-size: 2.2rem;
  color: #300a0a;
}

.article_intro .page_article_title_l:before {
  width: 100%;
  height: 100%;
  background-color: #c93129;
  top: 3px;
  left: 3px;
}

.article_intro .page_article_title_l:after {
  width: -webkit-calc(100% - 10px);
  width: calc(100% - 10px);
  height: -webkit-calc(100% - 10px);
  height: calc(100% - 10px);
  border: 1px solid #ff4048;
  top: 5px;
  left: 5px;
  z-index: 6;
}

.article_intro .page_article_title_l span {
  display: block;
  position: relative;
  padding: 16px 25px 14px 25px;
  z-index: 5;
  background-color: #fff;
}

.about .article_intro {
  background-image: url(../img/common/bg_h2_about.jpg);
}

.course .article_intro {
  background-image: url(../img/common/bg_h2_course.jpg);
}

.course.nursing .article_intro {
  background-image: url(../img/common/bg_h2_nursing.jpg);
}

.course.nutrition .article_intro {
  background-image: url(../img/common/bg_h2_nutrition.jpg);
}

.career .article_intro {
  background-image: url(../img/common/bg_h2_career_sp.jpg);
}

.admission .article_intro {
  background-image: url(../img/common/bg_h2_admission_sp.jpg);
}

.campuslife .article_intro {
  background-image: url(../img/common/bg_h2_campuslife_sp.jpg);
}

.education .article_intro {
  background-image: url(../img/common/bg_h2_education.jpg);
}

.social .article_intro {
  background-image: url(../img/common/bg_h2_social_sp.jpg);
}

.exam .article_intro {
  background-image: url(../img/common/bg_h2_exam.jpg);
}

.students .article_intro {
  background-image: url(../img/common/bg_h2_students.jpg);
}

.parents .article_intro {
  background-image: url(../img/common/bg_h2_parents.jpg);
}

.graduate .article_intro {
  background-image: url(../img/common/bg_h2_graduate.jpg);
}

.company .article_intro {
  background-image: url(../img/common/bg_h2_company.jpg);
}

@media (min-width: 768px) {
  .article_intro {
    height: 240px;
  }
  .article_intro .main_title_wrap {
    height: 240px;
  }
}

@media (min-width: 992px) {
  .article_intro {
    height: 386px;
  }
  .article_intro .main_title_wrap {
    height: 386px;
  }
  .article_intro .page_article_title_l {
    font-size: 3.0rem;
  }
  .article_intro .page_article_title_l span {
    padding: 22px 38px 20px;
    letter-spacing: 0.2rem;
  }
  .career .article_intro {
    background-image: url(../img/common/bg_h2_career.jpg);
  }
  .admission .article_intro {
    background-image: url(../img/common/bg_h2_admission.jpg);
  }
  .campuslife .article_intro {
    background-image: url(../img/common/bg_h2_campuslife.jpg);
  }
  .social .article_intro {
    background-image: url(../img/common/bg_h2_social.jpg);
  }
}

.breadcrumbs_wrap {
  padding: 10px 0;
  font-size: 1.3rem;
  letter-spacing: 0.4em;
  background: #f4f4f4;
}

.breadcrumbs_wrap a {
  color: #3e3a39;
  letter-spacing: 0.05em;
  transition: text-decoration 0.3s;
}

.breadcrumbs_wrap span {
  color: #ff4048;
  letter-spacing: 0.05em;
}

@media (min-width: 992px) {
  .breadcrumbs_wrap a {
    padding-right: 10px;
  }
  .breadcrumbs_wrap a:hover {
    text-decoration: none;
  }
}

.main_contents .container {
  max-width: 1100px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  padding-top: 30px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .main_contents .container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.underlayer_link_area {
  margin-bottom: -40px;
  padding: 20px 0 15px;
  background-color: #f4f4f4;
}

.underlayer_link li {
  padding: 0 0 10px;
}

.underlayer_link li a {
  display: block;
  position: relative;
  border-top: 2px solid #b3b3b3;
  background-color: #fff;
  color: #242424;
  padding: 10px 30px 10px 10px;
  text-decoration: none;
}

.underlayer_link li a:after {
  display: block;
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-weight: normal;
  line-height: 1;
  color: #b3b3b3;
  font-size: 13px;
  width: 13px;
  height: 13px;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
}

@media (min-width: 768px) {
  .underlayer_link_area {
    padding: 30px 0 10px;
  }
  .underlayer_link {
    display: flex;
    flex-wrap: wrap;
    width: -webkit-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 0 -10px;
  }
  .underlayer_link li {
    display: flex;
    width: 33.333%;
    padding: 0 10px 20px;
    font-size: 1.4rem;
  }
  .underlayer_link li a {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 60px;
    align-items: center;
    font-weight: bold;
    padding: 10px 40px 10px 20px;
    transition: background 0.1s, color 0.1s, border-color 0.1s;
  }
  .underlayer_link li a:after {
    right: 20px;
    transition: all 0.3s;
  }
}

@media (min-width: 992px) {
  .underlayer_link_area {
    margin-bottom: -20px;
    padding: 35px 0 15px;
  }
  .underlayer_link li {
    width: 25%;
  }
  .underlayer_link li a:hover,
  .underlayer_link li a.current {
    border-top: 2px solid #ff797f;
    color: #c93139;
    background-color: #fff8f8;
  }
  .underlayer_link li a:hover:after,
  .underlayer_link li a.current:after {
    color: #ff797f;
    right: 0px;
    opacity: 0;
  }
}

.article_wrap {
  overflow: hidden;
}

.article_wrap [class^="col-"] {
  box-sizing: border-box;
}

.article_wrap a {
  color: #c93139;
  position: relative;
  text-decoration: none;
}

.article_wrap a:after {
  display: inline-block;
  position: relative;
  font-weight: normal;
  font-family: 'icomoon';
  line-height: 1;
  padding-left: 3px;
  padding-right: 4px;
}

.article_wrap a[target="_blank"]:after {
  content: "\e910";
}

.article_wrap a.no_icon_blank[target="_blank"]:after {
  content: none;
}

.article_wrap a[href$=".xls"]:after, .article_wrap a[href$=".xlsx"]:after {
  content: "\e905";
}

.article_wrap a[href$=".docx"]:after, .article_wrap a[href$=".doc"]:after {
  content: "\e907";
}

.article_wrap a[href$=".mp2"]:after, .article_wrap a[href$=".mp3"]:after, .article_wrap a[href^="https://www.youtube.com"]:after, .article_wrap a[href^="https://youtu.be/"]:after {
  content: "\e90b";
}

.article_wrap a[href$=".mailto:"]:after {
  content: "\e900";
}

.article_wrap a[href$=".pdf"]:after {
  content: "\e902";
}

@media (min-width: 992px) {
  .article_wrap a:hover {
    text-decoration: underline;
  }
}

.paragraph {
  margin: 0;
  margin-top: -60px;
  padding-top: 60px;
  margin-bottom: 5px;
}

.paragraph:before, .paragraph:after {
  content: "";
  display: table;
}

.paragraph:after {
  clear: both;
}

@media (min-width: 992px) {
  .paragraph {
    margin-top: -105px;
    padding-top: 105px;
    margin-bottom: 0px;
  }
}

.article_wrap .img-responsive {
  margin: 0 auto;
  height: auto !important;
}

.article_wrap .element_grp_text img,
.article_wrap .article_info_intro img {
  margin: 0 auto;
  height: auto !important;
}

@media (min-width: 768px) {
  .article_wrap .img-responsive {
    width: auto !important;
    height: auto !important;
  }
  .article_wrap .element_grp_text img,
  .article_wrap .article_info_intro img {
    width: auto !important;
    height: auto !important;
  }
}

.element_type_101 h3,
.element_type_101 h4,
.element_type_101 h5,
.element_type_101 h6 .element_grp_text h3,
.element_grp_text h4,
.element_grp_text h5,
.element_grp_text h6 {
  font-weight: bold;
  color: #242424;
  position: relative;
  margin-bottom: 10px;
}

.element_type_101 h3,
.element_grp_text h3 {
  position: relative;
  font-size: 2.1rem;
  margin-top: 10px;
  margin-bottom: 15px;
  line-height: 1.45;
  padding-bottom: 15px;
}

.element_type_101 h3:before,
.element_grp_text h3:before {
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #cbcbcb;
}

.element_type_101 h3:after,
.element_grp_text h3:after {
  width: 120px;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: #ff8989;
  z-index: 2;
}

.element_type_101 h3 span,
.element_grp_text h3 span {
  position: relative;
  display: inline-block;
}

.element_type_101 h3 span:after,
.element_grp_text h3 span:after {
  height: 4px;
  bottom: -15px;
  width: 100%;
  left: 0;
  background-color: #ff8989;
  z-index: 2;
}

.element_type_101 h4,
.element_grp_text h4 {
  font-size: 1.6rem;
  margin-top: 5px;
  padding: 7px 10px 7px 10px;
  background-color: #f4f4f4;
}

.element_type_101 h5,
.element_grp_text h5 {
  font-size: 1.6rem;
  position: relative;
  padding: 0 0 10px 0;
  margin-top: 5px;
  margin-bottom: 10px;
  line-height: 1.5;
  border-bottom: 1px dashed #ccc;
}

@media (min-width: 992px) {
  .element_type_101 h3,
  .element_type_101 h4,
  .element_type_101 h5,
  .element_type_101 h6,
  .element_grp_text h3,
  .element_grp_text h4,
  .element_grp_text h5,
  .element_grp_text h6 {
    margin-bottom: 25px;
  }
  .element_type_101 h3,
  .element_grp_text h3 {
    font-size: 2.5rem;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .element_grp_text h3 {
    margin-bottom: 20px;
  }
  .element_type_101 h4,
  .element_grp_text h4 {
    font-size: 1.8rem;
    margin-top: 10px;
    margin-bottom: 25px;
    padding: 12px 12px 12px 12px;
  }
  .element_type_101 h5,
  .element_grp_text h5 {
    font-size: 1.7rem;
    margin-top: 0px;
    margin-bottom: 15px;
  }
  .element_type_101 h6,
  .element_grp_text h6 {
    font-size: 1.133em;
    margin-bottom: 15px;
  }
}

.element_grp_text {
  margin-bottom: 25px;
  letter-spacing: 0.03em;
  line-height: 1.8;
}

.element_grp_text > img {
  width: 100%;
  margin-bottom: 15px;
}

.element_grp_text a {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .element_grp_text {
    margin-bottom: 45px;
    line-height: 1.9;
  }
  .element_grp_text > img {
    margin-bottom: 20px;
  }
  .element_grp_text a:hover {
    text-decoration: none;
  }
}

/*リスト*/
.element_grp_text ul,
.element_grp_text ol {
  margin: 0;
}

.element_grp_text ul ul,
.element_grp_text ul ol,
.element_grp_text ol ul,
.element_grp_text ol ol {
  margin: 10px 0 20px;
}

.element_grp_text ul > li,
.element_grp_text ol > li {
  font-size: 1.45rem;
  line-height: 1.6;
  position: relative;
  padding-left: 32px;
  margin-bottom: 10px;
}

.element_grp_text ul > li:last-of-type,
.element_grp_text ol > li:last-of-type {
  margin-bottom: 0px;
}

.element_grp_text ul > li:before {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: #ff4048;
  top: 8px;
  left: 10px;
}

.element_grp_text ul > li:after {
  display: block;
  content: "";
  position: absolute;
  width: 5px;
  height: 10px;
  background-color: #ff8989;
  top: 8px;
  left: 15px;
}

.element_grp_text ol {
  counter-reset: li;
}

.element_grp_text ol[start="2"] {
  counter-reset: li 1;
}

.element_grp_text ol[start="3"] {
  counter-reset: li 2;
}

.element_grp_text ol[start="4"] {
  counter-reset: li 3;
}

.element_grp_text ol[start="5"] {
  counter-reset: li 4;
}

.element_grp_text ol[start="6"] {
  counter-reset: li 5;
}

.element_grp_text ol[start="7"] {
  counter-reset: li 6;
}

.element_grp_text ol[start="8"] {
  counter-reset: li 7;
}

.element_grp_text ol[start="9"] {
  counter-reset: li 8;
}

.element_grp_text ol[start="10"] {
  counter-reset: li 9;
}

.element_grp_text ol[start="11"] {
  counter-reset: li 10;
}

.element_grp_text ol[start="12"] {
  counter-reset: li 11;
}

.element_grp_text ol[start="13"] {
  counter-reset: li 12;
}

.element_grp_text ol[start="14"] {
  counter-reset: li 13;
}

.element_grp_text ol[start="15"] {
  counter-reset: li 14;
}

.element_grp_text ol[start="16"] {
  counter-reset: li 15;
}

.element_grp_text ol[start="17"] {
  counter-reset: li 16;
}

.element_grp_text ol[start="18"] {
  counter-reset: li 17;
}

.element_grp_text ol[start="19"] {
  counter-reset: li 18;
}

.element_grp_text ol[start="20"] {
  counter-reset: li 19;
}

.element_grp_text ol[start="21"] {
  counter-reset: li 20;
}

.element_grp_text ol[start="22"] {
  counter-reset: li 21;
}

.element_grp_text ol[start="23"] {
  counter-reset: li 22;
}

.element_grp_text ol[start="24"] {
  counter-reset: li 23;
}

.element_grp_text ol[start="25"] {
  counter-reset: li 24;
}

.element_grp_text ol[start="26"] {
  counter-reset: li 25;
}

.element_grp_text ol[start="27"] {
  counter-reset: li 26;
}

.element_grp_text ol[start="28"] {
  counter-reset: li 27;
}

.element_grp_text ol[start="29"] {
  counter-reset: li 28;
}

.element_grp_text ol[start="30"] {
  counter-reset: li 29;
}

.element_grp_text ol > li {
  margin-bottom: 10px;
}

.element_grp_text ol[style*="list-style-type"] > li {
  padding-left: 0px;
  margin-left: 1.9em;
  list-style-position: outside;
}

.element_grp_text ol > li:before {
  counter-increment: li;
  content: counter(li);
  display: block;
  position: absolute;
  font-weight: bold;
  width: 30px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 1.7rem;
  letter-spacing: 0;
  color: #c93139;
  top: 2px;
  left: 0px;
}

.element_grp_text ol[style*="list-style-type"] > li:before {
  content: none;
}

@media (min-width: 992px) {
  .element_grp_text ul,
  .element_grp_text ol {
    margin: 0;
  }
  .element_grp_text ul > li,
  .element_grp_text ol > li {
    font-size: 1.5rem;
    padding-left: 35px;
    margin-bottom: 10px;
  }
}

/*画像*/
.element_type_104 {
  margin-bottom: 15px;
}

.element_type_104 .img-responsive {
  margin-bottom: 5px;
}

.element_type_104 .element_grp_text {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .element_type_104 {
    margin-bottom: 45px;
  }
  .element_type_104 .img-responsive {
    margin-bottom: 10px;
  }
}

.element_type_116 {
  margin-bottom: 15px;
}

.element_type_116 img {
  width: 100%;
}

.element_type_116 .element_grp_text {
  margin: 0;
  margin-top: 5px;
}

.element_type_116 a {
  display: block;
}

.img-responsive {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .element_type_116 {
    margin-bottom: 45px;
  }
  .element_type_116 a:hover {
    opacity: .8;
  }
}

/* アイコン共通要素 */
a.no_icon:after {
  content: none !important;
}

a.no_icon[target="_blank"] {
  padding-right: 0 !important;
}

/* 文章オブジェクト内リンク設定 */
.element_grp_text a[target="_blank"]:after {
  content: "\e910";
  position: relative;
  top: -1px;
  margin-left: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 13px;
  border: 0;
}

.element_grp_text a.no_icon_blank[target="_blank"]:after {
  content: none;
}

.element_grp_text a[href$=".pdf"]:after,
* html a.pdf:after,
.element_grp_text a[href$=".doc"]:after,
.element_grp_text a[href$=".docx"]:after,
* html a.doc:after,
.element_grp_text a[href$=".xls"]:after,
* html a.xls:after,
.element_grp_text a[href$=".xlsx"]:after,
* html a.xlsx:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  top: -1px;
  display: inline-block;
  font-size: 2.2rem;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: middle;
}

/* pdf要素 */
.element_grp_text a[href$=".pdf"]:after,
* html a.pdf:after {
  content: "\e902";
  font-size: 15px;
}

/* Word要素 */
.element_grp_text a[href$=".doc"]:after,
.element_grp_text a[href$=".docx"]:after,
* html a.doc:after {
  content: "\e907";
  font-size: 15px;
}

/* Excel要素 */
.element_grp_text a[href$=".xls"]:after,
* html a.xls:after,
.element_grp_text a[href$=".xlsx"]:after,
* html a.xlsx:after {
  content: "\e905";
  top: 0;
  font-size: 15px;
}

/*リンクオブジェクト*/
.element_type_108 {
  margin-bottom: 25px;
}

.element_type_108 .element_grp_link a {
  display: block;
  color: #fff;
  border-radius: 5px;
  background-color: #c93139;
  box-shadow: 2px 3px 0 #7f2626;
  position: relative;
  font-weight: bold;
}

.element_grp_link a {
  display: block;
  color: #0b1e69;
  padding: 15px 15px;
  padding-right: 45px;
  position: relative;
}

.element_grp_link a:after {
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 0;
  bottom: 0;
  right: 20px;
  content: "\e906";
  font-family: 'icomoon';
  font-weight: normal;
  color: #fff;
  margin: auto;
}

.element_grp_link a[target="_blank"]:after {
  content: "\e910";
}

@media (min-width: 992px) {
  .element_type_108 {
    margin-bottom: 45px;
  }
  .element_type_108 .element_grp_link a {
    display: inline-block;
    min-width: 345px;
    font-size: 1.5rem;
  }
  .element_grp_link a {
    padding: 10px 45px 10px 15px;
  }
  .element_grp_link a:hover {
    text-decoration: none;
    transform: translate(0, 3px);
    box-shadow: 0px 0px 0 0px #6d789c;
  }
}

/*リンクオブジェクト(ページ、フォルダ管理)*/
.element_type_105,
.element_type_106 {
  margin-bottom: 0;
}

.element_type_105 .element_grp_link,
.element_type_106 .element_grp_link {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin: 0 -5px 15px;
}

.element_type_105 .element_grp_link li,
.element_type_106 .element_grp_link li {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0 5px 10px;
}

.element_type_105 .element_grp_link li a,
.element_type_106 .element_grp_link li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  width: 100%;
  border-top: 2px solid #b3b3b3;
  background-color: #f4f4f4;
  color: #323232;
  font-weight: bold;
  padding: 12px 40px 12px 15px;
}

.element_type_105 .element_grp_link li a:after,
.element_type_106 .element_grp_link li a:after {
  display: block;
  position: absolute;
  content: "\e906";
  font-family: 'icomoon';
  font-weight: normal;
  color: #b3b3b3;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  transition: all 0.3s;
}

@media (min-width: 768px) {
  .element_type_105 .element_grp_link li,
  .element_type_106 .element_grp_link li {
    width: 33.333%;
  }
  .element_type_105 .element_grp_link li:nth-child(3n+1),
  .element_type_106 .element_grp_link li:nth-child(3n+1) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .element_type_105,
  .element_type_106 {
    margin-bottom: 30px;
  }
  .element_type_105 .element_grp_link,
  .element_type_106 .element_grp_link {
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
  }
  .element_type_105 .element_grp_link li,
  .element_type_106 .element_grp_link li {
    padding: 0 10px 20px;
  }
  .element_type_105 .element_grp_link li a,
  .element_type_106 .element_grp_link li a {
    font-size: 1.5rem;
    min-width: 300px;
    padding: 15px 40px 15px 15px;
  }
  .element_type_105 .element_grp_link a:hover,
  .element_type_106 .element_grp_link a:hover {
    text-decoration: none;
    transform: translate(0, 0px);
    border-top-color: #ff797f;
    background-color: #fff8f8;
    color: #c93139;
  }
  .element_type_105 .element_grp_link a:hover:after,
  .element_type_106 .element_grp_link a:hover:after {
    right: 10px;
    color: #c93139;
    opacity: 0;
  }
}

/*メールアドレス*/
.element_type_117 {
  margin-bottom: 15px;
}

.element_type_117 a {
  display: block;
  position: relative;
  padding: 14px 65px 14px 15px;
  position: relative;
  color: #0b1e69;
  border: 1px solid #0b1e69;
  box-shadow: 0 3px 0 #6d789c;
}

.element_type_117 a:after {
  display: block;
  position: absolute;
  content: "\e906";
  font-family: "icomoon";
  font-size: 22px;
  line-height: 0.9;
  width: 22px;
  height: 14px;
  top: -2px;
  bottom: 0;
  right: 20px;
  margin: auto;
}

@media (min-width: 992px) {
  .element_type_117 {
    margin-bottom: 45px;
  }
  .element_type_117 a {
    display: inline-block;
  }
  .element_type_117 a:hover {
    text-decoration: none;
    transform: translate(0, 3px);
    box-shadow: 0 0px 0 #6d789c;
  }
}

/*ファイルリンク*/
.element_type_107 {
  margin-bottom: 25px;
}

.element_type_107 .element_grp_link {
  margin-bottom: 13px;
}

.element_type_107 a {
  display: block;
  padding: 11px 10px 11px 45px;
  border-radius: 5px;
  line-height: 1.5;
  border: 1px solid #242424;
  box-shadow: 0 3px 0 #b3b3b3;
  color: #242424;
  font-weight: bold;
}

.element_type_107 a > span {
  position: relative;
  display: inline-block;
  color: #242424;
  margin-left: 5px;
  line-height: 20px;
  font-size: 1.3rem;
  font-weight: normal;
}

.element_type_107 a:before {
  display: inline-block;
  position: absolute;
  left: 13px;
  font-size: 20px;
  font-family: "icomoon";
  font-weight: normal;
  margin-right: -5px;
  color: #fff;
  z-index: 5;
  line-height: 1.8;
}

.element_type_107 a:after {
  display: none;
}

.element_type_107 a:before {
  content: "\e918";
  top: 9px;
  left: 15px;
  color: #242424;
  font-size: 16px;
}

.element_type_107 a[href$=".pdf"]:before {
  content: "\e902";
  top: 5px;
  color: #bf3736;
  font-size: 20px;
}

.element_type_107 a[href$=".doc"]:before,
.element_type_107 a[href$=".docx"]:before {
  content: "\e907";
  top: 6px;
  color: #082e78;
  font-size: 20px;
}

.element_type_107 a[href$=".xls"]:before,
.element_type_107 a[href$=".xlsx"]:before {
  content: "\e905";
  top: 6px;
  color: #007442;
  font-size: 20px;
}

@media (min-width: 992px) {
  .element_type_107 {
    margin-bottom: 45px;
  }
  .element_type_107 .element_grp_link {
    margin-bottom: 17px;
  }
  .element_type_107 a {
    display: inline-block;
    padding: 12px 15px 12px 45px;
    font-size: 1.5rem;
    min-width: 345px;
  }
}

/*アンカーリンク*/
.element_type_109 .element_grp_link {
  display: flex;
  flex-wrap: wrap;
  width: -webkit-calc(100% + 30px);
  width: calc(100% + 30px);
  margin: 0 -15px 15px;
}

.element_type_109 .element_grp_link li {
  width: 100%;
  padding: 0 15px 15px;
}

.element_type_109 .element_grp_link a {
  display: block;
  padding: 13px 35px 13px 15px;
  border-radius: 5px;
  border: 1px solid #242424;
  box-shadow: 0 3px 0 #b3b3b3;
  color: #242424;
  position: relative;
}

.element_type_109 .element_grp_link a:after {
  content: "\ea3e";
  color: #ff4048;
}

@media (min-width: 768px) {
  .element_type_109 .element_grp_link li {
    width: 50%;
    padding: 0 15px 30px;
  }
}

@media (min-width: 992px) {
  .element_type_109 .element_grp_link {
    margin: 0 -15px 25px;
  }
  .element_type_109 .element_grp_link li {
    width: 33.333%;
  }
  .element_type_109 .element_grp_link a {
    padding: 12px 35px 12px 15px;
    font-size: 1.6rem;
    margin-bottom: 6px;
    letter-spacing: 0.1rem;
  }
  .element_type_109 .element_grp_link a:hover {
    transform: translate(0, 3px);
    box-shadow: 0px 0px 0 0px #6d789c;
  }
}

.article_wrap table {
  width: 100%;
  margin-bottom: 20px;
}

.article_wrap table th,
.article_wrap table td {
  padding: 11px 15px;
  border: 1px solid #a0a0a0;
  font-size: 1.5rem;
}

.article_wrap table th {
  background-color: #f4f4f4;
  text-align: left;
}

.article_wrap table thead th {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .article_wrap .scroll_wrap {
    overflow: auto;
    white-space: nowrap;
    padding: 5px 0;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }
  .article_wrap .scroll_wrap::-webkit-scrollbar {
    height: 5px;
  }
  .article_wrap .scroll_wrap::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #eee;
  }
  .article_wrap .scroll_wrap::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}

.element_type_114 hr {
  outline: 0px;
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #c2c2c2;
  margin: 0 0 15px;
}

@media (min-width: 992px) {
  .element_type_114 hr {
    margin: 0 0 50px;
  }
}

.element_type_103 {
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .element_type_103 {
    margin-bottom: 45px;
  }
}

.img_gallery {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1%;
}

.img_gallery a {
  position: relative;
  display: block;
  width: 48%;
  height: 130px;
  margin-right: 1%;
  margin-left: 1%;
  margin-bottom: 2%;
  overflow: hidden;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  background-color: #f8f8f8;
}

.img_gallery a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: auto;
  max-width: none;
}

@media (min-width: 768px) {
  .img_gallery a {
    width: 23%;
    height: 160px;
  }
  .img_gallery a:hover {
    opacity: .5;
  }
}

.element_type_113 {
  margin-top: -15px;
}

@media (min-width: 768px) {
  .element_type_113 {
    margin-top: 0;
  }
}

.element_type_111 {
  margin-bottom: 25px;
}

.element_movie {
  text-align: center;
}

.element_movie iframe {
  max-width: 100% !important;
}

@media (min-width: 992px) {
  .element_type_111 {
    margin-bottom: 45px;
  }
}

.element_type_120 {
  margin-bottom: 15px;
}

.element_type_120 ul {
  margin-top: 10px;
}

.element_type_120 ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 5px;
}

.element_type_120 ul > li:before {
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #0B1E69;
  top: 9px;
  left: 12px;
}

@media (min-width: 992px) {
  .element_type_120 {
    margin-bottom: 45px;
  }
}

/*基本構成*/
.element_type_200 {
  margin-bottom: 35px;
}

.element_type_200 .row {
  margin: 0;
}

.element_type_200 .contact_form {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}

.element_type_200 .contact_form [class^="col-"] {
  padding: 0;
}

.element_type_200 .contact_form .form_title {
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
}

.element_type_200 .contact_form .form_title label {
  display: inline-block;
  margin-right: 8px;
}

.element_type_200 .contact_form .form_title span {
  position: relative;
  top: -1px;
}

@media (min-width: 992px) {
  .element_type_200 {
    margin-bottom: 75px;
  }
  .element_type_200 .contact_form {
    border-bottom: 1px dashed #a2a2a2;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .element_type_200 .contact_form .form_title label {
    display: block;
    padding-right: 90px;
    margin-right: 0;
  }
  .element_type_200 .contact_form .form_title span {
    position: absolute;
    top: 2px;
    right: 44px;
  }
}

/*必須、エラー文、注釈文*/
.contact_form .note {
  display: block;
  font-size: 0.875em;
  color: #666;
  margin-top: 5px;
}

.contact_form .require {
  position: relative;
  top: -2px;
  display: inline-block;
  line-height: 1;
  padding: 3px 7px;
  color: #fff;
  font-size: 0.750em;
  background-color: #d7524B;
}

.contact_form .optional {
  position: relative;
  top: -2px;
  display: inline-block;
  line-height: 1;
  padding: 3px 7px;
  color: #fff;
  font-size: 0.750em;
  background-color: #666666;
}

.contact_form .caution {
  color: #db524b;
  font-weight: bold;
}

@media (min-width: 992px) {
  .contact_form .note {
    margin-top: 10px;
  }
  .contact_form .require {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
  .contact_form .optional {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}

/*テキストボックス、テキストエリア*/
.contact_form input[type="text"],
.contact_form textarea {
  padding: 8px;
  width: 100%;
  background-color: #fff;
  border: 1px solid #808080;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0px none black;
}

@media (min-width: 992px) {
  .contact_form input[type="text"],
  .contact_form textarea {
    padding: 10px 15px;
  }
  .contact_form .form-group .size_s {
    width: 50%;
  }
  .contact_form .form-group .size_m {
    width: 75%;
  }
  .contact_form .form-group .size_l {
    width: 100%;
  }
}

/*ラジオボタン、チェック*/
.contact_form .radio,
.contact_form .checkbox {
  display: block;
  margin-bottom: 10px;
}

.contact_form .radio label,
.contact_form .checkbox label {
  padding-bottom: 3px;
  cursor: pointer;
}

.contact_form .radio label input,
.contact_form .checkbox label input {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
  outline: 0px none black;
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
}

.contact_form .radio label span,
.contact_form .checkbox label span {
  display: inline-block;
  width: 100%;
  background-color: #f2f2f2;
  border: 1px solid #808080;
  border-radius: 6px;
  padding: 10px 15px 10px 45px;
  margin: 0 0 0 0;
  position: relative;
  transition: all 0.2s;
}

.contact_form .radio label span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 1px solid #808080;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.contact_form .checkbox label span:before {
  display: block;
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  background-color: #fff;
  border: 1px solid #808080;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
}

.contact_form .radio label span:after {
  display: block;
  display: block;
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 24px;
  background-color: #c93139;
  top: 0;
  bottom: 0;
  left: 19px;
  margin: auto;
  transform: scale(0, 0);
  transition: all 0.2s;
}

.contact_form .checkbox label span:after {
  display: block;
  content: "";
  position: absolute;
  width: 10px;
  height: 7px;
  border-bottom: 2px solid #c93139;
  border-left: 2px solid #c93139;
  top: -4px;
  bottom: 0;
  left: 17px;
  margin: auto;
  transform: scale(0, 0) rotate(-45deg);
  transition: all 0.2s;
}

.contact_form .radio label:hover span,
.contact_form .radio input:checked + span,
.contact_form .checkbox label:hover span,
.contact_form .checkbox input:checked + span {
  background-color: #fff0f0;
  border-color: #c93129;
}

.contact_form .radio label:hover span:after,
.contact_form .radio input:checked + span:after {
  transform: scale(1, 1);
}

.contact_form .checkbox label:hover span:after,
.contact_form .checkbox input:checked + span:after {
  transform: scale(1, 1) rotate(-45deg);
}

.contact_form .radio label:hover span:before,
.contact_form .radio input:checked + span:before,
.contact_form .checkbox label:hover span:before,
.contact_form .checkbox input:checked + span:before {
  border-color: #c93129;
}

.contact_form .radio label:focus span,
.contact_form .radio input:focus + span,
.contact_form .checkbox label:focus span,
.contact_form .checkbox input:focus + span {
  outline-color: white;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 0px;
}

@media (min-width: 992px) {
  .contact_form .radio,
  .contact_form .checkbox {
    display: inline-block;
    margin-right: 8px;
  }
  .contact_form .radio label span,
  .contact_form .checkbox label span {
    min-width: 150px;
  }
}

/*セレクトボックス*/
.contact_form .select_pulldown {
  margin-bottom: 15px;
}

.contact_form .select_pulldown div {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 1.00em;
  background: #fff;
  overflow: hidden;
}

.contact_form .select_pulldown.focus div {
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 0px;
}

.contact_form .select_pulldown div label {
  width: 100%;
  font-weight: normal;
  display: block;
  position: relative;
}

.contact_form .select_pulldown div label:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 44px;
  background-color: #c93139;
  top: 0;
  right: 0;
}

.contact_form .select_pulldown div label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: 4px solid transparent;
  border-top: #fff 6px solid;
  cursor: pointer;
  pointer-events: none;
}

.contact_form .select_pulldown div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  outline: 0px none black !important;
  display: block;
  width: 115%;
  padding: 14px 30px 12px 15px;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  transform-origin: center left;
  font-size: 1.6rem;
}

.contact_form .select_pulldown div select:focus {
  outline-color: #3b99fc;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}

@media (min-width: 992px) {
  .contact_form .select_pulldown {
    width: 456px;
    margin-bottom: 0;
  }
  .contact_form .select_pulldown div {
    height: 45px;
    width: 456px;
  }
  .contact_form .select_pulldown div select {
    font-size: 1.5rem;
  }
}

/*フォーム内文章オブジェクト*/
.contact_form .element_grp_text {
  margin: 15px 0;
}

.contact_form .element_grp_text table {
  display: table;
}

.contact_form .element_grp_text thead {
  display: table-header-group;
}

.contact_form .element_grp_text tbody {
  display: table-row-group;
}

.contact_form .element_grp_text tr {
  display: table-row;
}

.contact_form .element_grp_text th,
.contact_form .element_grp_text td {
  display: table-cell;
}

@media (min-width: 992px) {
  .contact_form .element_grp_text {
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0;
  }
}

/*住所オブジェクト*/
.contact_form .form-group .form-inline input {
  display: inline-block;
  width: 70%;
  margin-left: 10px;
}

[element-type="210"] .form-group {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  [element-type="210"] .form-group {
    margin-bottom: 12px;
  }
}

/*送信ボタン、送信完了メッセージ*/
.contact_register {
  text-align: center;
  margin-top: 15px;
  font-weight: bold;
}

.contact_register button[type="submit"],
.contact_register button[type="button"] {
  display: block;
  position: relative;
  max-width: 345px;
  width: 100%;
  margin-top: 10px;
  font-weight: bold;
  font-size: 1.6rem;
  text-decoration: none;
  background-color: #c93139;
  border: 0px solid transparent;
  border-radius: 6px;
  text-align: center;
  padding: 15px 20px;
  color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0px 2px 0px #7f2626;
  box-shadow: 0px 2px 0px #7f2626;
  z-index: 2;
  cursor: pointer;
}

.contact_register button[type="button"] {
  background-color: #808080;
  -webkit-box-shadow: 0px 2px 0px #666666;
  box-shadow: 0px 2px 0px #666666;
}

.contact_register button[type="submit"]:before,
.contact_register button[type="button"]:before {
  display: block;
  position: absolute;
  font-family: 'icomoon';
  width: 15px;
  height: 15px;
  line-height: 1;
  font-size: 15px;
  font-weight: normal;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contact_register button[type="submit"]:before {
  content: "\e906";
  right: 15px;
}

.contact_register button[type="button"]:before {
  content: "\e904";
  left: 15px;
}

.complete_msg {
  text-align: center;
  display: block;
  font-size: 1.125em;
  font-weight: bold;
  border: 2px solid #d7524B;
  padding: 20px 30px;
  color: #d7524B;
  margin-top: 30px;
  margin-bottom: 20px;
}

.confirm_msg {
  display: block;
  margin-bottom: 30px;
  border: 1px solid #131313;
  padding: 15px;
  font-weight: bold;
  text-align: center;
}

.error_msg {
  text-align: center;
  display: block;
  margin-top: 20px;
  font-weight: bold;
  color: #db524b;
}

@media (min-width: 992px) {
  .contact_register {
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .contact_register button[type="submit"],
  .contact_register button[type="button"] {
    display: inline-block;
    min-width: 300px;
    position: relative;
    margin: 0 10px 0;
  }
  .contact_register button[type="submit"] {
    order: 2;
  }
  .contact_register button[type="button"] {
    order: 1;
  }
  .contact_register button[type="submit"]:hover,
  .contact_register button[type="button"]:hover {
    box-shadow: 0px 0px 0 0 rgba(16, 44, 153, 0.3);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  .complete_msg {
    margin-left: -15px;
    margin-right: -15px;
  }
  .confirm_msg {
    font-size: 1.2em;
    padding: 20px;
  }
  .error_msg {
    margin-top: 30px;
  }
}

/* IE */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #bbb;
}

/* Edge */
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #bbb;
}

/*============================================================================

        マップオブジェクト

============================================================================*/
.element_type_112,
.element_type_115 {
  margin-bottom: 25px;
}

.gmap_area,
.ymap_area {
  height: 220px;
}

.gmap_area iframe,
.ymap_area iframe {
  height: 100%;
  width: 100%;
}

.ymap_area img {
  max-width: none;
}

.ymap_area table th, .ymap_area table td {
  border: 0;
  padding: 0;
}

@media (min-width: 992px) {
  .element_type_112,
  .element_type_115 {
    margin-bottom: 45px;
  }
  .gmap_area,
  .ymap_area {
    height: 400px;
  }
  .ymap_area img {
    max-width: none;
  }
}

/*============================================================================

        twitter埋め込み

============================================================================*/
.element_type_122 .element_twitter_timeline {
  margin-bottom: 15px;
  height: 300px;
  margin: 0 auto;
  overflow: auto;
  white-space: nowrap;
  padding: 5px 0;
  -webkit-overflow-scrolling: touch;
}

.element_type_122 .element_twitter_timeline::-webkit-scrollbar {
  height: 5px;
}

.element_type_122 .element_twitter_timeline::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}

.element_type_122 .element_twitter_timeline::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

.SandboxRoot.env-bp-970 .timeline-Tweet-text,
.SandboxRoot.env-bp-820 .timeline-Tweet-text,
.SandboxRoot.env-bp-660 .timeline-Tweet-text,
.SandboxRoot.env-bp-550 .timeline-Tweet-text {
  font-size: 1.3rem !important;
  line-height: 1.7 !important;
}

.SandboxRoot.env-bp-970 .timeline-Header-title,
.SandboxRoot.env-bp-820 .timeline-Header-title,
.SandboxRoot.env-bp-660 .timeline-Header-title,
.SandboxRoot.env-bp-550 .timeline-Header-title {
  font-size: 1.7rem !important;
  line-height: 1.7 !important;
}

@media (min-width: 992px) {
  .element_type_122 .element_twitter_timeline {
    height: 800px;
    width: 600px;
  }
}

/*============================================================================

        インデックスリストオブジェクト

============================================================================*/
.element_type_121 ul {
  margin-bottom: 15px;
}

.element_type_121 li {
  margin-bottom: 15px;
}

.element_type_121 a {
  display: block;
  border: 1px solid #bcbcbc;
  text-decoration: none;
}

.element_type_121 .photo {
  display: block;
}

.element_type_121 .photo img {
  width: 100%;
}

.element_type_121 .title,
.element_type_121 .text {
  display: block;
  margin: 15px 12px;
}

.element_type_121 .title {
  position: relative;
  color: #001c51;
  font-weight: bold;
}

.element_type_121 .title:after {
  display: inline-block;
  content: "";
  position: relative;
  width: 0px;
  height: 0px;
  top: -1px;
  border: 5px solid transparent;
  border-left: 5px solid #003290;
  margin-left: 10px;
}

.element_type_121 .text {
  margin-top: -8px;
  color: #131313;
}

@media (min-width: 992px) {
  .element_type_121 ul {
    display: flex;
    margin: 0 -15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  .element_type_121 li {
    display: flex;
    align-content: center;
    width: 33.333333333333%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .element_type_121 li a:hover {
    transform: translate(0, -5px);
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.2);
  }
}

/*============================================================================

        お知らせ一覧ページ用

============================================================================*/
.news_list_area {
  padding: 30px 0 30px;
  background-color: #f4f4f4;
}

.article_list_block .news_body {
  margin-top: 0;
  padding: 0 0;
}

@media (min-width: 992px) {
  .news_list_area {
    padding: 40px 0 40px;
  }
  .article_list_block .news_body {
    margin-top: 0;
  }
}

.news_year_pulldown {
  padding-bottom: 15px;
}

.news_year_pulldown div {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 45px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-size: 1.00em;
  background: #fff;
  overflow: hidden;
}

.news_year_pulldown.focus div {
  outline-color: rgba(255, 255, 255, 0);
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 0px;
}

.news_year_pulldown div label {
  width: 100%;
  font-weight: normal;
  display: block;
  position: relative;
}

.news_year_pulldown div label:before {
  content: "";
  display: block;
  position: absolute;
  width: 38px;
  height: 44px;
  background-color: #c93139;
  top: 0;
  right: 0;
}

.news_year_pulldown div label:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 6px;
  bottom: 0;
  right: 15px;
  margin: auto;
  border: 4px solid transparent;
  border-top: #fff 6px solid;
  cursor: pointer;
  pointer-events: none;
}

.news_year_pulldown div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  font-size: 1.6rem;
  background: none transparent;
  vertical-align: middle;
  color: inherit;
  outline: 0px none black !important;
  display: block;
  width: 115%;
  height: 45px;
  padding: 12px 30px 12px 15px;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  transform-origin: center left;
}

.news_year_pulldown div select:focus {
  outline-color: #3b99fc;
  outline-offset: 0px;
  outline-style: auto;
  outline-width: 5px;
}

.news_year_pulldown div select::-ms-expand {
  display: none;
}

@media (min-width: 768px) {
  .news_list_area .news_tabs {
    border-radius: 0;
  }
}

@media (min-width: 992px) {
  .news_year_pulldown {
    width: 250px;
    padding-bottom: 25px;
  }
  .news_list_area .news_tabs {
    border-radius: 6px;
  }
  .news_list_area .news_tabs li a {
    padding: 15px 10px;
  }
  .news_year_pulldown div {
    height: 45px;
    width: 250px;
  }
  .article_wrap a.tab_title_wrap:hover {
    text-decoration: none;
  }
  .news_year_pulldown div select {
    font-size: 1.5rem;
  }
}

.news_pagenation {
  padding: 30px 0 0;
}

.news_pagenation .pager {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.news_pagenation .pager .page-numbers {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-color: #c93139;
  color: #fff;
  text-decoration: none;
  margin-right: 8px;
  margin-bottom: 5px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  padding-top: 8px;
}

.news_pagenation .pager .page-numbers.current {
  background-color: #ff4048;
}

.news_pagenation .pager .next,
.news_pagenation .pager .prev {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
}

.news_pagenation .pager .prev {
  margin-right: 8px;
}

.news_pagenation .pager .next .page-numbers {
  margin-right: 0;
  position: relative;
}

.news_pagenation .pager .prev .page-numbers {
  position: relative;
  margin-right: 0;
}

.news_pagenation .pager .next .page-numbers:before {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: -2px;
  right: 0;
  margin: auto;
  transform: rotate(45deg);
}

.news_pagenation .pager .prev .page-numbers:before {
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: -2px;
  margin: auto;
  transform: rotate(-45deg);
}

@media (min-width: 992px) {
  .news_pagenation {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .news_pagenation .pager {
    justify-content: flex-start;
  }
  .news_pagenation .pager .page-numbers {
    width: 40px;
    height: 40px;
    padding-top: 12px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .news_pagenation .pager .page-numbers:hover {
    background-color: #ff4048;
    text-decoration: none;
  }
  .news_pagenation .pager .next,
  .news_pagenation .pager .prev {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
  }
  .news_pagenation .pager .prev {
    margin-right: 10px;
  }
}

.news_more {
  text-align: right;
  margin-top: 15px;
}

.news_more a {
  color: #242424;
}

.news_more a:hover {
  text-decoration: none;
}

@media (min-width: 992px) {
  .news_more {
    margin-right: 25px;
  }
}

/*============================================================================

        お知らせ詳細ページ用

============================================================================*/
.news_detail a[target="_blank"] {
  /*padding-right: 20px;*/
}

.news_detail a[target="_blank"]:after {
  content: "\e901";
  position: relative;
  top: -1px;
  margin-left: 4px;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  width: auto;
  height: auto;
  font-size: 13px;
  border: 0;
}

.news_detail a.no_icon_blank[target="_blank"]:after {
  content: none;
}

.news_detail ul,
.news_detail ol {
  margin: 0;
}

.news_detail ul > li,
.news_detail ol > li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 3px;
}

.news_detail ul > li:last-of-type,
.news_detail ol > li:last-of-type {
  margin-bottom: 0px;
}

.news_detail ul > li {
  padding-left: 30px;
}

.news_detail ul > li:before {
  display: block;
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #0b1e5a;
  top: 9px;
  left: 10px;
}

.news_detail ol {
  counter-reset: li;
}

.news_detail ol > li {
  margin-bottom: 10px;
}

.news_detail ol > li:before {
  counter-increment: li;
  content: counter(li);
  display: block;
  position: absolute;
  font-weight: bold;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 1;
  background-color: #0b1e5a;
  color: #fff;
  top: 4px;
  left: 5px;
}

@media (min-width: 992px) {
  .news_detail ul,
  .news_detail ol {
    margin: 0;
  }
  .news_detail ul ul,
  .news_detail ul ol,
  .news_detail ol ul,
  .news_detail ol ol {
    margin-top: 10px 0;
  }
}

.article_info_title h3 {
  margin-top: 0;
}

.article_info_tag {
  margin-bottom: 15px;
}

.article_info_tag .date {
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  padding-right: 15px;
}

.article_info_tag .tag {
  display: inline-block;
  width: 100px;
  text-align: center;
  font-size: 1.3rem;
  padding: 3px 7px;
  line-height: 1;
  color: #fff;
  background-color: #242424;
  border-radius: 20px;
}

.article_info_tag .tag.info {
  background-color: #ff4048;
}

.article_info_tag .tag.exam {
  background-color: #ff9a4f;
}

.article_info_tag .tag.students {
  background-color: #52a044;
}

.article_info_tag .tag.parents {
  background-color: #5571b7;
}

.article_info_tag .tag.graduate {
  background-color: #4f4296;
}

.article_info_tag .tag.company {
  background-color: #af1285;
}

@media (min-width: 992px) {
  .article_info_title h3 {
    margin-top: 0;
  }
  .article_info_tag {
    margin-bottom: 15px;
  }
  .article_info_intro {
    line-height: 1.9;
  }
}

.news_detail_back {
  margin-top: 15px;
}

.news_detail_back a {
  display: inline-block;
  position: relative;
  padding: 5px 0 5px 50px;
  color: #242424;
  border-bottom: 1px solid #ff4048;
  overflow: hidden;
  text-align: right;
}

.news_detail_back a:hover {
  text-decoration: none;
}

.news_detail_back a:before {
  content: "\e904";
  display: block;
  position: absolute;
  font-family: 'icomoon';
  color: #ff4048;
  font-size: 15px;
  width: 15px;
  height: 15px;
  line-height: 1;
  top: 10px;
  left: 0;
  transition: all 0.3s;
  transform: translate(0, 0);
}

.news_detail_back a:hover:before {
  transform: translate(-20px, 0);
}

@media (min-width: 992px) {
  .news_detail_back {
    margin-top: 30px;
  }
}

/*============================================================================

        合格発表ページ用

============================================================================*/
.exam_result .element_type_200 {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .exam_result .element_type_200 {
    margin-bottom: 75px;
  }
}

.exam_result .element_type_200 form {
  padding: 10px 20px 30px;
  border: 3px solid #c93139;
  max-width: 640px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .exam_result .element_type_200 form {
    padding: 25px 40px 50px;
  }
}

.exam_result .element_type_200 .contact_form:last-of-type {
  border-bottom: 0;
}

.exam_result .element_type_200 .contact_form .form_title {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .exam_result .element_type_200 .contact_form .form_title {
    padding-top: 6px;
    font-size: 2.0rem;
  }
}

.exam_result .element_type_200 .contact_form .form_title label {
  padding-right: 20px;
}

.exam_result_list .element_grp_text ul > li {
  font-size: 1.8rem;
}

.exam_result_list .element_grp_text ul > li:before, .exam_result_list .element_grp_text ul > li:after {
  top: 10px;
}

.exam_result_info {
  max-width: 1000px;
  margin: 0 auto 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .exam_result_info {
    margin-bottom: 45px;
  }
}

.exam_result_info .exam_result_info_item {
  display: block;
  width: 48.5%;
  margin-right: 2.5%;
}

@media (min-width: 768px) {
  .exam_result_info .exam_result_info_item {
    width: 49.25%;
    margin-right: 1.5%;
  }
}

.exam_result_info .exam_result_info_item:first-of-type {
  width: 100%;
  margin-right: 0;
  margin-bottom: 2.5%;
}

@media (min-width: 768px) {
  .exam_result_info .exam_result_info_item:first-of-type {
    margin-bottom: 1.5%;
  }
}

.exam_result_info .exam_result_info_item:last-of-type {
  margin-right: 0;
}

.exam_result_info .exam_result_info_item dl {
  border: 1px solid #999999;
}

@media (min-width: 768px) {
  .exam_result_info .exam_result_info_item dl {
    display: flex;
  }
}

.exam_result_info .exam_result_info_item dt {
  background: #f2f2f2;
  text-align: center;
  font-size: 1.2rem;
  padding: 5px 10px;
}

@media (min-width: 768px) {
  .exam_result_info .exam_result_info_item dt {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 180px;
    font-size: 1.5rem;
    padding: 12px 20px;
  }
}

.exam_result_info .exam_result_info_item dd {
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8px 10px;
}

@media (min-width: 768px) {
  .exam_result_info .exam_result_info_item dd {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 1.8rem;
    padding: 12px 20px;
  }
}

.exam_result_img {
  max-width: 1000px;
  margin: 0 auto 20px;
  text-align: center;
}

@media (min-width: 768px) {
  .exam_result_img {
    margin-bottom: 40px;
  }
}

.exam_result_img img {
  width: 100%;
}

.exam_result_text {
  max-width: 1000px;
  margin: 0 auto 0;
}

@media (min-width: 768px) {
  .exam_result_text {
    margin-bottom: 45px;
  }
}

/*============================================================================

        看護科 カラー

============================================================================*/
.nursing .article_intro .page_article_title_l {
  color: #263449;
}

.nursing .article_intro .page_article_title_l:before {
  background-color: #93cee2;
}

.nursing .article_intro .page_article_title_l:after {
  border-color: #8abfd6;
}

.nursing .article_intro .page_article_title_l span {
  position: relative;
  padding: 16px 25px 16px 25px;
}

@media (min-width: 992px) {
  .nursing .article_intro .page_article_title_l span {
    padding: 22px 38px 22px;
  }
}

.nursing .article_intro .page_article_title_l span:before {
  content: "NURSING";
  display: block;
  text-align: center;
  color: #79a9ba;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: 'Abel', sans-serif;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 3px;
}

@media (min-width: 992px) {
  .nursing .article_intro .page_article_title_l span:before {
    font-size: 2.2rem;
  }
}

.nursing .breadcrumbs_wrap {
  border: 0;
  background-color: #e9f5f9;
}

.nursing .breadcrumbs_wrap span {
  color: #0c3d77;
}

@media (min-width: 768px) {
  .nursing .underlayer_link li a:hover, .nursing .underlayer_link li a.current {
    color: #263449;
    background-color: #e9f5f9;
    border-top-color: #2272a0;
  }
}

.nursing .underlayer_link li a:hover:after, .nursing .underlayer_link li a.current:after {
  color: #263449;
}

.nursing .article_wrap a {
  color: #2272a0;
}

.nursing .element_type_101 h3,
.nursing .element_type_101 h4,
.nursing .element_type_101 h5,
.nursing .element_type_101 h6,
.nursing .element_grp_text h3,
.nursing .element_grp_text h4,
.nursing .element_grp_text h5,
.nursing .element_grp_text h6 {
  color: #263449;
}

.nursing .element_type_101 h3:after,
.nursing .element_grp_text h3:after {
  background-color: #93cee2;
}

.nursing .element_type_101 h3:before,
.nursing .element_grp_text h3:before {
  background-color: #c6c6c6;
}

.nursing .element_type_101 h3 span:after,
.nursing .element_grp_text h3 span:after {
  background-color: #93cee2;
}

.nursing .element_type_101 h4,
.nursing .element_grp_text h4 {
  background-color: #e9f5f9;
}

.nursing .element_grp_text ul > li:before {
  background-color: #2272a0;
}

.nursing .element_grp_text ul > li:after {
  background-color: #93cee2;
}

.nursing .element_grp_text ol > li:before {
  color: #0c3d77;
}

.nursing .element_type_107 a {
  color: #242424;
}

.nursing .element_type_108 .element_grp_link a {
  color: #fff;
  background-color: #0c3d77;
  box-shadow: 2px 3px 0 #263449;
}

@media (min-width: 768px) {
  .nursing .element_type_108 .element_grp_link a:hover {
    box-shadow: 2px 0px 0 #263449;
  }
}

.nursing .element_type_109 .element_grp_link a {
  color: #242424;
}

.nursing .element_type_109 .element_grp_link a:after {
  color: #2272a0;
}

@media (min-width: 768px) {
  .nursing .element_type_105 .element_grp_link a:hover,
  .nursing .element_type_106 .element_grp_link a:hover {
    border-top-color: #2272a0;
    background-color: #e9f5f9;
    color: #263449;
  }
}

@media (min-width: 768px) {
  .nursing .element_type_105 .element_grp_link a:hover:after,
  .nursing .element_type_106 .element_grp_link a:hover:after {
    color: #263449;
  }
}

/*============================================================================

        栄養科 カラー

============================================================================*/
.nutrition .article_intro .page_article_title_l {
  color: #1e3613;
}

.nutrition .article_intro .page_article_title_l:before {
  background-color: #a1c953;
}

.nutrition .article_intro .page_article_title_l:after {
  border-color: #77b047;
}

.nutrition .article_intro .page_article_title_l span {
  position: relative;
  padding: 16px 25px 16px 25px;
}

@media (min-width: 992px) {
  .nutrition .article_intro .page_article_title_l span {
    padding: 22px 38px 22px;
  }
}

.nutrition .article_intro .page_article_title_l span:before {
  content: "NUTRITION";
  display: block;
  text-align: center;
  color: #77b047;
  font-size: 1.8rem;
  font-weight: normal;
  font-family: 'Abel', sans-serif;
  line-height: 1.2;
  padding-top: 5px;
  padding-bottom: 3px;
}

@media (min-width: 992px) {
  .nutrition .article_intro .page_article_title_l span:before {
    font-size: 2.2rem;
  }
}

.nutrition .breadcrumbs_wrap {
  border: 0;
  background-color: #f1f7e5;
}

.nutrition .breadcrumbs_wrap span {
  color: #16280c;
}

@media (min-width: 768px) {
  .nutrition .underlayer_link li a:hover, .nutrition .underlayer_link li a.current {
    color: #2a3b13;
    background-color: #f1f7e5;
    border-top-color: #5a8418;
  }
}

.nutrition .underlayer_link li a:hover:after, .nutrition .underlayer_link li a.current:after {
  color: #5a8418;
}

.nutrition .article_wrap a {
  color: #13750d;
}

.nutrition .element_type_101 h3,
.nutrition .element_type_101 h4,
.nutrition .element_type_101 h5,
.nutrition .element_type_101 h6,
.nutrition .element_grp_text h3,
.nutrition .element_grp_text h4,
.nutrition .element_grp_text h5,
.nutrition .element_grp_text h6 {
  color: #1e3613;
}

.nutrition .element_type_101 h3:after,
.nutrition .element_grp_text h3:after {
  background-color: #a1c953;
}

.nutrition .element_type_101 h3:before,
.nutrition .element_grp_text h3:before {
  background-color: #c6c6c6;
}

.nutrition .element_type_101 h3 span:after,
.nutrition .element_grp_text h3 span:after {
  background-color: #a1c953;
}

.nutrition .element_type_101 h4,
.nutrition .element_grp_text h4 {
  background-color: #f0f4e6;
}

.nutrition .element_grp_text ul > li:before {
  background-color: #83a027;
}

.nutrition .element_grp_text ul > li:after {
  background-color: #a1c953;
}

.nutrition .element_grp_text ol > li:before {
  color: #83a027;
}

.nutrition .element_type_107 a {
  color: #242424;
}

.nutrition .element_type_108 .element_grp_link a {
  color: #fff;
  background-color: #13750d;
  box-shadow: 2px 3px 0 #2a3b13;
}

@media (min-width: 768px) {
  .nutrition .element_type_108 .element_grp_link a:hover {
    box-shadow: 2px 0px 0 #2a3b13;
  }
}

.nutrition .element_type_109 .element_grp_link a {
  color: #242424;
}

.nutrition .element_type_109 .element_grp_link a:after {
  color: #5a8418;
}

@media (min-width: 768px) {
  .nutrition .element_type_105 .element_grp_link a:hover,
  .nutrition .element_type_106 .element_grp_link a:hover {
    border-top-color: #5a8418;
    background-color: #f1f7e5;
    color: #2a3b13;
  }
}

@media (min-width: 768px) {
  .nutrition .element_type_105 .element_grp_link a:hover:after,
  .nutrition .element_type_106 .element_grp_link a:hover:after {
    color: #5a8418;
  }
}
