@charset "utf-8";

.cBlue {
  color: #0066cc;
}
.cRed {
  color: #ff0000;
}

a img:hover {
  opacity: 0.7;
}

/*=================================================================================================
Individual
=================================================================================================*/
.container {
  width: 1150px;
}
.pnkz {
  margin: 20px 0;
}

.gnav_parent a {
  font-weight: normal;
}
.headerTop {
  /*margin-bottom: 25px;*/
}

/*=================================================================================================
AdjLayout
=================================================================================================*/
.topPickUp {
  margin: 30px 0 0;
}
.topNewsEvent {
  margin: 0;
  padding: 30px 0 40px;
}
.topNewsEventMain_title {
  padding-top: 10px;
}
.topBlogTopics {
  margin: 0;
}
.topBlogTopics.topNews {
  background: #fdebeb;
}
.topBlogTopics .topBlogTopics_title {
  margin-bottom: 30px;
}
.topCourse {
  margin: 0;
  padding: 30px 0 40px;
}
.topCourse .topCourse_title {
  margin-bottom: 30px;
}
.topOpenCampus {
  padding: 50px 0;
}
.topMedia {
  padding: 50px 0;
}
.topBlogTopicsMain_pic {
  height: 173px;
}
.topMedia_text {
  text-align: center;
}

.topTopics_item.topTopics_item-02 {
  float: left;
  width: 50%;
  padding: 5px;
}
.topTopics_item.topTopics_item-03 {
  float: right;
  width: 50%;
  padding: 5px;
}
.topTopics_item.topTopics_item-04 {
  float: left;
  width: 50%;
  padding: 5px;
}
.topTopics_item.topTopics_item-05 {
  float: right;
  width: 50%;
  padding: 5px;
}

/*=================================================================================================
Layout
=================================================================================================*/
.gnavMainChild {
  border-bottom: 3px solid #333333;
}
.gnavMainChild_title a {
  color: #333333;
}
.gnavMainChildMain_list dt a {
  background: #333333;
}
.gnav.fixed {
  background: #fff;
}
.hoverInfo {
  background: #333333;
}
.gnav_parent a:after {
  background: #333333;
}

/*hd-SubBtn*/
.headerSubBtn li a {
  border-radius: 5px;
  color: #ee8432;
  background: #fff;
}
.headerSubBtn_btn01 a[href^="/oc/"] {
  border: 2px solid #ff7f07;
}

.headerSubBtn_btn01 a {
  border-color: #ff9100;
  background-color: #ee8432;
  padding: 10px 15px;
}
.headerSubBtn_btn02 a {
  border: 2px solid #ee8432;
  padding: 10px 15px;
}
.headerSubBtn_btn03 a {
  border: 2px solid #ee8432;
  text-align: center;
  padding: 10px 15px;
  height: 40px;
  margin-right: 5px;
}
/*hd-SubBtn*/

/* Footer */
.footerTop_list li a {
  background: #43af35;
  border-radius: 5px;
}
.footerTop_list li a[href^="/oc/"] {
  background: #ff9100;
}

.commonPageTitle .container {
  height: 125px;
  padding: 20px;
}
.commonPageTitle_01 {
  font-weight: bold;
  font-size: 190%;
  margin-top: 10px;
}
.commonPageTitle_02 {
  font-size: 100%;
}
.commonPageTitle {
  background-color: #efefef;
}

/*=================================================================================================
Common
=================================================================================================*/
/* ---------------------------------------------------------
Head-line
-----------------------------------------------------------*/
/* headline1 */
.staticPageParts h1 {
  border-bottom-color: #333333;
}
.staticPageParts h1::before {
  background: #333333;
}
.staticPageParts h1::after {
  border-right-color: #666666;
}
/* headline2 */
.staticPageParts h2 {
  border-bottom-color: #333333;
}
.staticPageParts h2::before {
  border-top-color: #333333;
}
.staticPageParts h2::after {
  border-top-color: #666666;
}
/* headline3 */
.staticPageParts h3::before {
  background: #333333;
}
/* headline4 */
.staticPageParts h4 {
  border-left-color: #333333;
}
/* headline5 */
.staticPageParts h5 {
  color: #333333;
}
/* headline6 */

/* ---------------------------------------------------------
List
-----------------------------------------------------------*/
.staticPageParts ul li::before {
  background: #333333;
}
.staticPageParts ol li::before {
  color: #333333;
}

/* ---------------------------------------------------------
Table
-----------------------------------------------------------*/
.staticPageParts table tbody th {
  background: #eee;
}
.staticPageParts table thead {
  background: #333333;
}
.staticPageParts table thead th {
  background: #333333;
}

/* ---------------------------------------------------------
link
-----------------------------------------------------------*/
.staticPageParts a {
  color: #1111cc;
}
.staticPageParts a:visited {
  color: #6600a4;
}

/*=================================================================================================
Template
=================================================================================================*/
/*l2_index*/
.staticPageParts .cat_list li p a {
  background: #eee;
}
.staticPageParts .cat_list li p a::before {
  background: -moz-linear-gradient(
    bottom right,
    #333333 0%,
    #333333 50%,
    #666666 50%,
    #666666 100%
  ); /* 04,06 */
  background: -webkit-linear-gradient(
    bottom right,
    #333333 0%,
    #333333 50%,
    #666666 50%,
    #666666 100%
  ); /* 04,06 */
  background: linear-gradient(
    to top left,
    #333333 0%,
    #333333 50%,
    #666666 50%,
    #666666 100%
  );
}

/*l2_dep_index*/
.staticPageParts .menu_list li p span.course {
  background: #f28232;
  color: #fff;
}

/* Blog list [news-list] */
.staticPageParts .news_list a,
.staticPageParts .blog_list a,
.staticPageParts .interview_list a {
  color: #333;
}
.staticPageParts .news_list dt span.date {
  color: #f28232;
}
.staticPageParts .news_list dt span.cat_news {
  color: #fff;
  background: #f28232;
}

/* Blog list [Blog-list] */
.staticPageParts .blog_list dd span.date {
  color: #f28232;
  display: inline-block;
}
.staticPageParts .blog_list dd span.cat_news {
  display: inline-block;
  margin: 0;
  width: auto;
  font-size: 0.9rem;
  color: #fff;
  border-radius: 3px;
  background: #ff9100;
  padding: 0.1rem 0.5rem;
}
.staticPageParts .blog_list dd p {
  padding-top: 10px;
}

/* Blog list [interview-list] */
.staticPageParts .interview_list li span.date {
  color: #333;
}
.staticPageParts .interview_list li span.cat_ob {
  background: #f28232;
}
.staticPageParts .interview_list li span.cat_st {
  background: #f28232;
}

/* Pagenation */
.staticPageParts .pagenation span {
  background: #333;
}
.staticPageParts .pagenation a {
  background: #f2f2f2;
}
.staticPageParts .pagenation a:hover {
  background: #333;
}

/* Blog meta-box */
.staticPageParts .metabox {
  background: #fff6e4 url("../img/top/bg_blog_section.png");
  border-color: #e0d9cf;
}
.staticPageParts .metabox::after {
  background: -moz-linear-gradient(
    top right,
    #fff 0%,
    #fff 48%,
    #e0d9cf 48%,
    #e0d9cf 52%,
    #fff 52%,
    #fff 100%
  ); /* 05 */
  background: -webkit-linear-gradient(
    top right,
    #fff 0%,
    #fff 48%,
    #e0d9cf 48%,
    #e0d9cf 52%,
    #fff 52%,
    #fff 100%
  );
  background: linear-gradient(
    to bottom left,
    #fff 0%,
    #fff 48%,
    #e0d9cf 48%,
    #e0d9cf 52%,
    #fff 52%,
    #fff 100%
  );
  border-bottom-color: #e0d9cf;
  border-left-color: #e0d9cf;
}
.staticPageParts .metabox dl dt {
  border-bottom-color: #e0d9cf;
  color: #333;
}
.staticPageParts .metabox dl dt span {
  color: #fff;
  background: #333;
}

/*=================================================================================================
Parts
=================================================================================================*/
/* FLOW */
.staticPageParts .flow dl {
  background: #ededed;
}
.staticPageParts .flow dl::after {
  border-top-color: #f18c1a;
}
.staticPageParts .flow dl dt {
  background: -moz-linear-gradient(
    top left,
    #666666 /* 02 */ 0%,
    #666666 /* 02 */ 25%,
    #333 25%,
    #333 100%
  );
  background: -webkit-linear-gradient(
    top left,
    #666666 /* 02 */ 0%,
    #666666 /* 02 */ 25%,
    #333 25%,
    #333 100%
  );
  background: linear-gradient(
    to bottom right,
    #666666 /* 02 */ 0%,
    #666666 /* 02 */ 25%,
    #333 25%,
    #333 100%
  );
}

/*アコーディオン */
.staticPageParts .ac_box dl dt {
  border-bottom-color: #333;
}
.staticPageParts .ac_box dl dt::after {
  background: -moz-linear-gradient(
    bottom right,
    #333 0%,
    #333 50%,
    #666666 50%,
    #666666 100%
  );
  background: -webkit-linear-gradient(
    bottom right,
    #333 0%,
    #333 50%,
    #666666 50%,
    #666666 100%
  );
  background: linear-gradient(
    to top left,
    #333 0%,
    #333 50%,
    #666666 50%,
    #666666 100%
  );
}

/* cta */
div.cta {
  border-top-color: #333;
  background-color: #eee;
}
div.cta .btn a {
  background: #f28232;
}
.ibtn a {
  background: url("../img/common/btn_i.png") left 1.5rem center no-repeat
    #f39800;
}

/* Blockquote */
.staticPageParts blockquote {
  background: #eee;
}

/* Border-box */
.staticPageParts .border_box {
  border: solid 3px #f39800;
  background-color: #fff4ed;
}
/* Border-box1 */
.staticPageParts .border_box1 {
  border-color: #333 #333 #666666 #666666;
}
/* Border-box2 */
.staticPageParts .border_box2 {
  border-left-color: #333;
}

/* READ */
span.data {
  color: #ff9f19;
}

/* balloon */
.balloon {
  background-color: #c2445c;
}

/* circlebox */
.circlebox {
  border: 3px solid #c2445c;
  color: #c2445c;
  font-weight: bold;
}

/* POINT */
.point {
  display: inline-block;
  border: 4px solid #333;
  padding: 0 25px;
  font-weight: bold;
  color: #fff;
  position: relative;
  background-color: #333;
}

a.btn {
  color: #333;
  border: 3px solid #333;
}
a.btn:visited {
  color: #333;
}
a.btn:hover {
  color: #fff;
  background: #333;
}

/*=================================================================================================
Media
=================================================================================================*/
.sectionMediaIndexSearch_btn,
.sectionMediaIndexCategory_main {
  background-color: #333;
}
.sectionMediaIndexCategory_cat a:hover {
  color: #333;
}
.sectionMediaIndexMain {
  margin-top: 100px;
}
.sectionMediaIndexMain .slick-slide {
  height: 154px;
}

/*=================================================================================================
Media Colum3
=================================================================================================*/

/*=================================================================================================
■OpenCampus
=================================================================================================*/
.sectionOcIndexPlan {
  background: #eaeaea;
}
.sectionOcIndexPlan_title {
  color: #ff7f07;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  max-width: 375px;
  border: 1px solid #ff7f07;
}
.sectionOcIndexPlan_title.title_night {
  margin-top: 30px;
}

.sectionOcIndexPlanItem {
  border-color: #333;
  margin: 7px 0 0 17px;
}
.sectionOcIndexPlanItem_more a {
  background: #333;
}
.sectionOcIndexSection_title {
  background: #333;
}
.sectionOcIndexSection_title:before {
  background: #fff;
}
.sectionOcIndexSection_title:after {
  border: 0;
}
.sectionOcIndexSection_comment {
  text-align: center;
}
.sectionOcIndexSection_checkTitle {
  color: #333;
  text-align: center;
}
.sectionOcIndexFlowItem_data dt {
  padding: 0;
}
.sectionOcIndexFlowItem_data dt:after {
  background: none;
}
.sectionOcDetailDay_left {
  background: #333;
}
.sectionOcDetailDay_right {
  background: #fcfcfc;
}
.sectionOcDetailInfo_btn-01 a,
.sectionOcDetailInfo_btn-02 a {
  background-color: #333;
}
.sectionOcDetailInfo_btn-01 a::before,
.sectionOcDetailInfo_btn-02 a::before,
.sectionOcIndexPlanItem_more a:before {
  border-color: #333;
}

.single-oc .sectionOcIndexPlanItem,
.archive .sectionOcIndexPlanItem {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.single-oc .sectionOcIndexPlanItem_more a,
.archive .sectionOcIndexPlanItem_more a {
  color: #fff;
}
.sectionOcIndexPlanItem_day-01,
.sectionOcIndexPlanItem_day-02,
.sectionOcIndexPlanItem_day-03,
.sectionOcIndexPlanItem_day-04,
.sectionOcIndexPlanItem_day-05,
.sectionOcIndexPlanItem_day-06 {
  color: #ff9100;
}
.OcIndexTitle {
  font-size: 125%;
}

/*=================================================================================================
■Gotop
=================================================================================================*/
.pageTopBtn a {
  background: #333 !important;
}

/*=================================================================================================
■Form
=================================================================================================*/
.staticPageParts table.form td {
  border-color: #ccc;
}
.staticPageParts form label.select::before {
  border-right-color: solid 3px #44af35;
  border-bottom-color: solid 3px #44af35;
}
.staticPageParts form label.check span:before {
  color: #fff;
  background: #ccc;
  border-color: #808080;
}
form p.confirm {
  background: #0068b6;
  color: #fff;
}
.confirm label.check span:before {
  color: #fff;
  background: #fff;
}
.confirm label.check input[type="checkbox"]:checked + span:before {
  color: #0068b6;
  background: #fff;
}
.submit input {
  background: #ff9100;
  color: #fff;
}
.submit::before {
  border-right: solid 3px #ff9100;
  border-bottom: solid 3px #ff9100;
}
.submit::after {
  background: #fff;
}

/*=================================================================================================
■一人暮らし支援制度
=================================================================================================*/
table.tableHikaku td {
  text-align: right;
}
table.tableHikaku td span {
  font-size: 85%;
}

p.read_txt {
  font-size: 2em;
  font-weight: 700;
  color: #f76b1e;
}

.box_question {
  position: relative;
  margin: 4em 0 2em;
  padding: 0.5em 1em;
  border: solid 3px #ffc06e;
}
.box_question .point_title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #ffc06e;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box_question p {
  line-height: 1.2;
}
span.point_question {
  color: #fff;
  padding: 3px;
  margin-right: 5px;
  font-size: 12px;
  background: #ffc06e;
}

.box_point {
  position: relative;
  margin: 2em 0;
  padding: 0.5em 1em;
  border: solid 3px #62c1ce;
}
.box_point .point_title {
  position: absolute;
  display: inline-block;
  top: -27px;
  left: -3px;
  padding: 0 9px;
  height: 25px;
  line-height: 25px;
  vertical-align: middle;
  font-size: 17px;
  background: #62c1ce;
  color: #ffffff;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
}
.box_point p {
  line-height: 1.2;
}

span.point_number {
  color: #fff;
  padding: 3px;
  margin-right: 5px;
  font-size: 12px;
  background: #62c1ce;
}

dl.qa {
  margin: 15px;
  line-height: 1.8em;
  font-size: 1em;
  overflow: hidden;
  _zoom: 1;
}

dl.qa dd,
dl.qa dt {
  text-indent: -2.6em;
  padding: 0 20px 0px 50px;
}

dl.qa dt {
  margin: 20px 20px 0 0;
}

dl.qa dd:first-letter,
dl.qa dt:first-letter {
  font-size: 1.4em;
  font-weight: bold;
  margin-right: 10px;
  padding: 5px;
  font-family: "Nunito", sans-serif;
}

dl.qa dd {
  margin: 20px 0 -1px 0;
  padding-bottom: 15px;
  border-bottom: 1px #000 dotted;
}

dl.qa dt:first-letter {
  color: #0f78e1;
}
dl.qa dd:first-letter {
  color: #ff6767;
}

/*=================================================================================================
■スマートフォンのみ表示
=================================================================================================*/
@media (min-width: 768px) {
  .topSpContents {
    display: none;
  }
}

/*=================================================================================================
■サンクスページ
=================================================================================================*/

.border_box1.thanks_sns {
  margin: 3em 0;
}

/* 大ボタン */
.gamma .btn {
  display: inline-block;
  margin: 10px 10px 10px 0;
  line-height: 1.42;
  padding: 0.6em 1em;
  font-weight: bold;
  background: transparent;
  cursor: pointer;
  user-select: none;
  vertical-align: middle;
  width: 250px;
  font-size: 1.4em;
  border: none;
}

/* 大ボタン LINE */
.gamma .btn-line {
  color: #fff;
  background-color: #52c11f;
  background-image: linear-gradient(0deg, #52c11f, #59d322);
  border: none;
}
.gamma .btn-line:hover {
  opacity: 0.8;
}
.gamma .btn-line:active {
  background-color: #47a71b;
  background-image: linear-gradient(0deg, #45a21a, #4cb41d);
}

/* 大ボタン instagram */
.gamma .btn-instagram {
  color: #fff;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
}
.gamma .btn-instagram:hover {
  opacity: 0.8;
}
.gamma .btn-instagram:active {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4) inset;
}

/* 大ボタン twitter */
.gamma .btn-twitter {
  color: #fff;
  background-color: #1da1f2;
}
.gamma .btn-twitter:hover {
  opacity: 0.8;
}
.gamma .btn-twitter:active {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4) inset;
}

/* 大ボタン Facebook */
.gamma .btn-facebook {
  color: #fff;
  background-color: #345691;
}
.gamma .btn-facebook:hover {
  opacity: 0.8;
}
.gamma .btn-facebook:active {
  box-shadow: 0 1px 3px -1px rgba(0, 0, 0, 0.4) inset;
}

/* 小ボタン instagram */
a.insta_btn {
  color: #fff;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  text-align: center;
  padding-top: 12px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden;
  text-decoration: none;
}
a.insta_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.insta_btn div {
  position: relative;
  color: #fff;
}
a.insta_btn .fa-instagram {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
a.insta_btn .fa-instagram:hover {
  text-decoration: none;
}

/* 小ボタン twitter */
a.twitter_btn {
  color: #fff;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  text-align: center;
  padding-top: 12px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #1da1f2;
  overflow: hidden;
  text-decoration: none;
}
.twitter_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.twitter_btn div {
  position: relative;
  color: #fff;
}
a.twitter_btn .fa-twitter {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
a.twitter_btn .fa-twitter:hover {
  text-decoration: none;
}

/* 小ボタン facebook */
a.facebook_btn {
  color: #fff;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  text-align: center;
  padding-top: 12px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #345691;
  overflow: hidden;
  text-decoration: none;
}
a.facebook_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.facebook_btn div {
  position: relative;
  color: #fff;
}
a.facebook_btn .fa-facebook {
  font-size: 36px; /*アイコンサイズ*/
  color: #fff;
  position: relative;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
a.facebook_btn .fa-facebook:hover {
  text-decoration: none;
}

/* 小ボタン LINE */
a.line_btn {
  color: #fff;
  border-radius: 10px;
  position: relative;
  display: inline-block;
  height: 75px;
  width: 75px;
  text-align: center;
  padding-top: 12px;
  margin-right: 5px;
  box-sizing: border-box;
  font-size: 14px;
  background: #52c11f;
  overflow: hidden;
  text-decoration: none;
}
a.line_btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
a.line_btn div {
  position: relative;
  color: #fff;
}
a.line_btn .c-fa-line {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}
a.line_btn .c-fa-line:hover {
  text-decoration: none;
}

/*=================================================================================================
■トップページスライド
=================================================================================================*/

.topMainvSection {
  position: relative;
}
.topMainvSectionBgSlide_inner {
  width: 100%;
  position: relative;
  visibility: hidden;
}
.topMainvSectionBgSlide_item {
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center top;
}

/*.topMainvSectionBgSlide .slick-slide { height: 100vh; }*/

.topMainvSectionSlider {
  padding: 0 25px;
  position: absolute;
  width: 1300px;
  bottom: 30px;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 500;
  text-align: center;
}

.topMainvSectionSlider_inner {
  visibility: hidden;
}

.topMainvSectionSlider_item {
  display: inline-block;
  text-align: center;
  margin: 0 10px;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topMainvSectionSlider_item {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topMainvSectionSlider_item:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topMainvSectionSlider_item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topMainvSectionBgSlide .slick-prev {
  position: absolute;
  top: 25%;
  left: 8px;
  z-index: 100;
  border: none;
  display: block;
  text-indent: -9999px;
  padding: 0;
  background: url("../img/top/btn_prev.png") no-repeat center center;
  width: 26px;
  height: 32px;
  margin: auto;
}
.topMainvSectionBgSlide .slick-next {
  position: absolute;
  top: 25%;
  right: 70px;
  z-index: 100;
  border: none;
  display: block;
  text-indent: -9999px;
  padding: 0;
  background: url("../img/top/btn_next.png") no-repeat center center;
  width: 26px;
  height: 32px;
  margin: auto;
}

.topPickUpSlider_item a img {
  width: 240px;
}

.topMainvSectionSmallSlider {
  padding: 0 25px;
  width: 1300px;
  margin: 20px auto;
  text-align: center;
}
.topMainvSectionSmallSlider_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topMainvSectionSmallSlider_inner a:hover {
  opacity: 0.7;
}
.topMainvSectionSmallSlider_item {
  width: 33%;
  padding: 1%;
}

/*=================================================================================================
■トップページ・ブログ最新情報
=================================================================================================*/
.topSection02Navi:after {
  clear: both;
  display: block;
  content: "";
}

.topSection02Navi_item {
  margin: 0 10px 0 5px;
  width: 260px;
  float: left;
  line-height: 1.4;
}
.topSection02Navi_item a {
  display: block;
  background: #fff;
  text-align: center;
  border-radius: 100px;
  font-size: 120%;
  padding: 10px 0;
  font-weight: bold;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

@media only screen and (max-width: 687px) {
  .topSection02Navi_item a {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topSection02Navi_item a:hover {
  text-decoration: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}

@media only screen and (max-width: 687px) {
  .topSection02Navi_item a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}

.topSection02Navi_item-01 a {
  border: 5px solid #ff8c00;
  color: #ff8c00;
}
.topSection02Navi_item-02 a {
  border: 5px solid #2b80d5;
  color: #2b80d5;
}
.topSection02Navi_item-03 a {
  border: 5px solid #ff0080;
  color: #ff0080;
}
.topSection02Navi_item-04 a {
  border: 5px solid #9dc963;
  color: #9dc963;
}

.topNewsEventMain_item {
  margin-top: 10px;
  background: #fff;
  border: 1px solid #ddd;
}

.topSection02_more {
  line-height: 1.4;
  padding-top: 30px;
  text-align: center;
}
.topSection02_more a {
  width: 250px;
  display: inline-block;
  border: 1px solid #eb697b;
  position: relative;
  color: #eb697b;
  font-size: 120%;
  margin: 5px;
  padding: 15px 0;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}
.topSection02_more a:nth-child(2) {
  width: 250px;
  display: inline-block;
  border: 1px solid #2a5c95;
  position: relative;
  color: #2a5c95;
  font-size: 120%;
  margin: 5px;
  padding: 15px 0;
  background: #fff;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.topNewsEventMain_flexcat {
  width: 100%;
  background: #333;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding: 5px;
  margin-top: 10px;
}

/*=================================================================================================
■オープンキャンパスバス
=================================================================================================*/
span.busIcon {
  display: block;
  float: right;
  width: 24px;
  height: 25px;
  content: " ";
  background: url("../img/common/bus1_03_g.png") no-repeat;
  margin-left: -10px;
}

table.ocSchedule th {
  vertical-align: middle;
  text-align: center;
  width: 20%;
}
table.ocSchedule td {
  width: 80%;
}
table.ocSchedule td ul {
  margin-bottom: 0;
}
table.ocSchedule td ul li {
  float: left;
  line-height: 25px;
}
table.ocSchedule td ul:after {
  display: block;
  content: " ";
  clear: both;
}
.pageParts table.ocSchedule td ul li:before,
.staticPageParts table.ocSchedule td ul li:before {
  display: none;
}

/*=================================================================================================
■ページネーション
=================================================================================================*/
.navigation .navileft {
  float: left;
  width: 140px;
  border-radius: 2px;
  text-align: center;
  line-height: 2;
  color: #fff;
  background: #ff7d00;
}
.navigation .naviright {
  float: right;
  width: 140px;
  border-radius: 2px;
  text-align: center;
  line-height: 2;
  color: #fff;
  background: #ff7d00;
}
.navigation .navileft a,
.navigation .naviright a {
  color: #fff;
}
.navigation.clearfix:before,
.navigation.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*=================================================================================================
■ヘッダーロゴ調整
=================================================================================================*/
.headerMid_logo a img {
  height: 45px;
}
.headerTxt {
  float: left;
  font-size: 90%;
  padding-top: 10px;
  margin-right: 15px;
}
.spTxt {
  display: none;
}

/*=================================================================================================
■トップピックアップ
=================================================================================================*/
.formBanner {
  padding: 30px 0 15px;
  margin: auto;
  text-align: center;
}

/*=================================================================================================
■youtubeトップページ
=================================================================================================*/
.youtube-top {
  padding: 0 17% 30px;
}
.youtube-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube-container iframe,
.youtube-container object,
.youtube-container embed,
.youtube-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

h2.topMovieOc_title {
  margin: 0 auto 15px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
}
.topMovieOc_inner {
  width: 1150px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topMovieOc_item {
  width: 33%;
  padding: 1%;
}
.topMovieOc_item_movie {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.topMovieOc_item_movie iframe,
.topMovieOc_item_movie object,
.topMovieOc_item_movie embed,
.topMovieOc_item_movie video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.topMovieOc_item p {
  font-size: 140%;
  line-height: 1.6;
  padding: 10px 5px;
  color: #fff;
}

.topMovie_more {
  line-height: 1.4;
  text-align: right;
  margin: 0 0 0 auto;
}
.topMovie_more a {
  display: block;
  width: 300px;
  background: #fff;
  color: #ea9241;
  text-align: center;
  font-weight: bold;
  font-size: 120%;
  padding: 20px 0;
  margin: auto;
  transition: opacity 0.2s ease-in-out;
  cursor: pointer;
  opacity: 1;
  filter: alpha(opacity=100);
}

.slick_weboc {
  width: 1200px;
  margin: auto;
}
.slick_weboc_item {
  width: 33%;
  padding: 1%;
  float: left;
}
.slick_weboc_item p {
  font-size: 140%;
  line-height: 1.6;
  padding: 10px 5px;
  color: #fff;
}

/*=================================================================================================
■トップページ学科
=================================================================================================*/
.topCourseLarge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topCourseLarge_item {
  width: 25%;
  padding: 0.5%;
}

/*=================================================================================================
■オープンキャンパスカレンダー
=================================================================================================*/
.topOcBlock {
  padding: 75px 0 0;
  background: #daeaf2;
}

.topOcTitleTxt {
  max-width: 800px;
  margin: auto auto 20px;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 5px solid #efa717;
}

/*=================================================================================================
■各種タイトル
=================================================================================================*/
.topTitleTxt {
  text-align: center;
  padding: 15px;
}
.topCourseTitleTxt {
  text-align: center;
  padding: 15px;
  margin: 30px auto 15px;
}

.topCourseTitleTxt {
  text-align: center;
  margin: auto;
}

.topSnsSection_InstaTxt {
  max-width: 800px;
  margin: auto auto 20px;
  padding-bottom: 6px;
  border-bottom: 5px solid #efa717;
}
.snapshot_txt {
  max-width: 437px;
  margin: auto auto 20px;
  padding-bottom: 20px;
  border-bottom: 5px solid #efa717;
}

/*=================================================================================================
■SNSウィジェット
=================================================================================================*/
.topSnsSection {
  padding: 50px 0;
}
.topSnsSection_inner {
  width: 800px;
  float: left;
}
.snapshot_block {
  width: 330px;
  float: right;
  margin-left: 20px;
}
.snapshot_block .snapshot_item {
  margin: auto;
  text-align: center;
}

/*=================================================================================================
■トップ下画像
=================================================================================================*/

.oneColumnBanner {
  margin: auto;
  padding: 30px 15px 10px;
  text-align: center;
}

/*=================================================================================================
■サイドバー管理
=================================================================================================*/
.page-id-752 .page_list ul li:nth-child(9),
.page-id-752 .page_list ul li:nth-child(4),
.page-id-752 .page_list ul li:nth-child(5),
.page-id-752 .page_list ul li:nth-child(6),
.page-id-752 .page_list ul li:nth-child(7),
.page-id-752 .page_list ul li:nth-child(8) {
  display: none;
}
