@charset "utf-8";

/* Document */

/* =======================================
font-family
========================================== */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);

body {
  font-size: 14px;
  font-family: Lato, "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* =======================================
color
========================================== */
.colo-red {
  color: #c70044;
}
.colo-green {
  color: #7baa17;
}
.colo-beige {
  color: #d8a228;
}
.error-message {
  color: #c70044;
  margin-left: 10px;
}
/* =======================================
icon
========================================== */
.fa {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* =======================================
form
========================================== */
input, button, textarea, select {
  padding: 7px 10px;
  border: 1px solid #ccc;
  font-size: 14px;
  border-radius: 3px;
  text-align: left;
  vertical-align: middle;
}
select {
  padding: 5px 10px;
}
textarea {
  width: 100%;
}
textarea.inquiry {
  width: 100%;
}
input[type="submit"], input[type="reset"] {
  padding: 3px 30px;
  letter-spacing: 0.2em;
  background-color: #858587;
  color: #fff;
  cursor: pointer;
  line-height: 1 !important;
}
.form-btn:hover {
  opacity: 0.8;
}
.form-control-wrap {
  position: relative;
}
.form-textarea {
  display: block;
}
.select-box select {
  padding: 3px 10px;
  margin-right: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #F4F5FC;
  background-size: 20px, 100%;
}
input[type=radio], input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}
input[type=radio] + label, input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  font-size: 14px;
  line-height: 30px;
  cursor: pointer;
}
@media (min-width:1px) {
  /* input[type=radio], input[type=checkbox] { */
  input[type=radio] {
    display: none;
    margin: 0;
  }
  article.page-test.test-profile input[type=checkbox] {
    display: none;
    margin: 0;
  }
  input[type=radio] + label, input[type=checkbox] + label {
    padding: 0 0 0 24px;
  }
  input[type=radio] + label::before, input[type=checkbox] + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #FFF;
  }
  input[type=radio] + label::before {
    border: 2px solid #ccc;
    border-radius: 30px;
  }
  input[type=checkbox] + label::before {
    border: 2px solid #ccc;
  }
  input[type=radio]:checked + label::after, input[type=checkbox]:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }
  input[type=radio]:checked + label::after {
    left: 5px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #30699f;
    border-radius: 8px;
  }
  input[type=checkbox]:checked + label::after {
    left: 3px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #30699f;
    border-bottom: 3px solid #30699f;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

/* =======================================
btn
========================================== */

/* button-submit */
.button-submit input {
  font-weight: bold;
  display: block;
  text-align: center;
  padding: 10px 30px;
  color: #fff;
  background-color: #30699f;
  border-radius: 3px;
  letter-spacing: 0.05em;
  border: none;
}
.button-submit-long input {
  padding: 10px 15px;
}
.button-submit.btn-normal:hover {
  opacity: 0.8;
}
.btn-red input {
  background-color: #c70044;
}
.btn-pink input {
  background-color: #df5154;;
}
.btn-pink input.submit {
  background-color: #df5154;;
}
.btn-green input {
  background-color: #7baa17;
}
.btn-beige input {
  background-color: #d8a228;
}
.btn-orange input {
  background-color: #d28300;
}
.btn-lightblue input {
  background-color: #33ccfe;
}
.btn-test input:hover {
  background-color: #30699f;
}
.page-login .btn-beige {
  background-color: #d8a228;
}
.page-login .btn-test:hover {
  background-color: #30699f;
  opacity: 1;
}
.btn_box {
  display: inline-block;
  color: #fff;
  border-radius: 3px;
  box-sizing: border-box;
}
.btn-a {
  padding: 10px 35px 7px 35px;
  border: solid 1px #d8a228;
}
.btn-a:hover {
  background: #d8a228;
}
.btn-fb {
  padding: 6px;
  width: 40px;
  height: 40px;
  background: #305097;
}
.btn-twiiter {
  padding: 6px;
  width: 40px;
  height: 40px;
  background: #1DA1EA;
}
.btn-youtube {
  padding: 6px;
  width: 40px;
  height: 40px;
  background: #b31217;
}

/* button-link */
.btn-link {
  display: inline-block;
}
.btn-link a {
  display: block;
  padding: 10px 20px;
  color: #fff;
}
.button-submit {
  text-align: center;
}
.button-submit input:hover {
  opacity: 0.8;
}
.button-submit .submit {
  display: inline-block
}
/* =======================================
table
========================================== */
table {
  width: 100%;
  border: solid 1px #ccc;
}
th, td {
  padding: 10px 15px;
}
th {
  background: #f4f5fa;
  border: solid 1px #ccc;
}
td {
  border: solid 1px #ccc;
  vertical-align: middle;
}

/* 検索 */
.search .th01 {
  width: 15%;
  vertical-align: middle;
}
.search .th02 {
  width: 15%;
}
.td01 {
  width: 50%;
}
.td02 {
  width: 20%;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
  display: block;
  margin: 0 auto;
}

/* =======================================
title
========================================== */
.title-first {
  padding: .5em .75em;
  background-color: #30699f;
  color: #fff;
  font-size: 18px;
}
.title-typeB {
  padding: .15em 0 .15em .5em;
  border-left: 6px solid;
}
.title-typeB.green {
  border-color: #7baa17;
}
.title-typeB.beige {
  border-color: #d8a228;
}
.title-typeB.blue {
  border-color: #30699f;
}
.title-typeB.lightblue {
  border-color: #33CCFF;
}
.title-typeB.pink {
  border-color: #df5154;
}

.title-chart {
  margin-top: 1em;
  color: #333333;
  font-family: Verdana;
  font-size: 20px;
  font-weight:bold;
}
.title-chart:before {
  content: url("/assets/img/chart_32.png");
}
.title-warning {
  margin-top: 1em;
  color: #333333;
  font-family: Verdana;
  font-size: 20px;
  font-weight:bold;
}
.title-warning:before {
  content: url("/assets/img/warning_32.png");
}
.title-link a{
  color: #fff;
}

/* =======================================
グローバルナビゲーション
========================================== */
#global-nav {
  height: 50px;
  margin: 0 auto 0 auto;
}
ul#menu-global {
  padding-left: 0;
  padding-right: 0;
}
#global-nav li {
  position: relative;
  width: 16.666%;
  text-align: center;
  float: left;
}
#global-nav li a {
  font-size: 16px;
  padding-top: 10px;
  display: block;
  height: 70px;
  margin: 0;
  font-family: 'Roboto Condensed', sans-serif;
}
#global-nav .gnav01 {
  width: 12%;
}
#global-nav .gnav02 {
  width: 22%;
}
#global-nav .gnav03 {
  width: 22%;
}
#global-nav .gnav04 {
  width: 12%;
}
#global-nav .gnav05 {
  width: 20%;
}
#global-nav .gnav06 {
  width: 12%;
}
#global-nav li a:focus {
  outline: none;
}
#global-nav li .jp {
  display: block;
  font-size: 12px;
}

/* カレントカラー */
.home #global-nav li.gnav01 .jp, .tax-product_cat #global-nav li.gnav02 .jp, .single-product #global-nav li.gnav02 .jp, .page-template-page-technology #global-nav li.gnav03 .jp, .page-template-page-warranty #global-nav li.gnav03 .jp, .page-template-page-quality #global-nav li.gnav03 .jp, .tax-installation_cat #global-nav li.gnav04 .jp, .single-installation #global-nav li.gnav04 .jp, .page-template-page-csun_japan #global-nav li.gnav05 .jp, .page-template-page-csun-groups #global-nav li.gnav05 .jp, .page-template-page-history #global-nav li.gnav05 .jp, .page-template-page-doc_download #global-nav li.gnav05 .jp, .category-information #global-nav li.gnav06 .jp, .single-post #global-nav li.gnav06 .jp {
  color: #155BA6;
}
.page-template-page-csun_group li.gnav05 .jp, .page-template-page-csun_history li.gnav05 .jp {
  color: #155BA6;
}
@media screen and (max-width:991px) {
  #gnavWrap .container {
    padding-right: 0;
    padding-left: 0;
  }
  #gnavWrap .col-sm-2 {
    padding-right: 0;
    padding-left: 0;
  }
  #global-nav li a {
    font-size: 14px;
    letter-spacing: 0.01em;
  }
}

/*------------------------------------------------------------------------------
エントランス（テスト開始前）
------------------------------------------------------------------------------*/
#head-top.head-enter {
  padding: 20px 0;
}
article.page-enter {
  margin-top: 180px;
  margin-bottom: 50px;
  min-height: 45vh
}
article.page-enter-easy-profilings {
  margin-top: 180px;
  margin-bottom: 50px;
}
article.page-result-easy-profilings {
  margin-top: 180px
  margin-bottom: 50px;
}
.page-enter h2 {
  font-size: 18px;
}
.box-enter {
  margin-top: 30px;
}
.box-enter-inner {
  padding: 10px 15px;
}
.enter-info {
  height: 80px;
}
.btn-enter.button-submit input {
  width: 250px;
  padding: 15px 10px;
  font-size: 18px;
  font-weight: normal;
}
.page-enter input[type="token"] {
  width: 100%;
  /* padding: 1em; */
}
.enterB .btn-enter:hover {
  opacity: 0.8;
}
.btn-enter.button-session {
  width: 250px;
  padding: 9px 10px;
  font-size: 18px;
  font-weight: normal;
}
.button-session {
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px 30px;
    color: #fff;
    background-color: #33ccfe;;
    border-radius: 3px;
    letter-spacing: 0.05em;
    border: none;
}
a.button-session:hover {
    opacity: 0.8;
    text-decoration: none;
    color: #fff;
}
@media screen and (min-width:1024px) {
  .box-adjust {
    height: 150px;
  }
}
@media screen and (max-width:1024px) {
  .box-enter section {
    width: 100%;
  }
  /* .enterB {
    margin-top: 50px;
  } */
  .enterA {
    margin-top: 50px;
  }
  .enterA .btn-enter {
    margin-top: 30px;
  }
  .enterB .btn-enter {
    margin-top: 30px;
  }
  .page-enter input[type="token"] {
    display: block;
    width: 80%;
    margin: 0 auto;
  }
}

/*------------------------------------------------------------------------------
ログイン(管理画面)
------------------------------------------------------------------------------*/
.login {
  width: 90%;
}
.login-header {
  background: #30699f;
  padding: 10px 15px;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
}
.login-header.red {
  background: #7baa17;
}
.login-header.beige {
  background: #7baa17;
}
.login-header.green {
  background: #d8a228;
}
.login-container {
  background: #f4f5fa;
  padding: 20px 30px;
}
.login-container h3 {
  margin-bottom: 5px;
}
.login-container input {
  margin-bottom: 15px;
}
.login p {
  padding: 12px;
}
.login input {
  box-sizing: border-box;
  display: block;
  width: 100%;
  border-width: 1px;
  border-style: solid;
  padding: 16px;
  outline: 0;
  font-size: 0.95em;
}
.login input[type="email"], .login input[type="password"] {
  background: #fff;
  border-color: #bbb;
  color: #555;
}

/* Text fields' focus effect */
.login input[type="email"]:focus, .login input[type="password"]:focus {
  border-color: #888;
}

/* Buttons' focus effect */
.login input[type="submit"] {
  margin-top: 10px;
  padding: 15px 40px;
  width: auto;
}
.login input[type="submit"]:hover {
  opacity: 0.8;
}
.info-login p {
  margin-bottom: 15px;
}
.page-login .btn-test a {
  font-size: 16px;
}
.page-login .info-login .btn-link {
  display: block;
  margin: 0 auto;
  text-align: center;
}

/*------------------------------------------------------------------------------
所有TOKEN
------------------------------------------------------------------------------*/
.search th, .search td {
  padding: 10px 5px;
  letter-spacing: 0;
  vertical-align: middle;
}
.search th {
  text-align: center;
  font-weight: bold;
}

.search td.center {
  text-align: center;
}

.non-token td {
  padding: 15px 10px;
}

/*------------------------------------------------------------------------------
ユーザー情報変更
------------------------------------------------------------------------------*/
.user-info {
  margin-top: 20px;
}
.user-info th {
  width: 32%;
  line-height: 30px;
}

/*------------------------------------------------------------------------------
受験
------------------------------------------------------------------------------*/
body.page-test {
  background-image: url("../img/ps_neutral.png");
}
.page-test .title-first {
  margin-top: 10px;
  text-align: center;
}
.test-profile h2 {
  font-weight: bold;
  font-size: 16px;
}
.profile-iconlist li {
  width: 11%;
  margin-right: 1.5%;
  float: left;
}
.profile-iconlist.iconlist-spectrum li {
  width: 9.5%;
  margin-right: 1.8%;
}
.profile-iconlist li:last-child {
  margin-right: 0;
}
.title-first.green {
  background-color: #7baa17;
}
.title-first.beige {
  background-color: #d8a228;
}
.title-first.red {
  background-color: #c70044;
}
.title-first.pink {
  background-color: #df5154;
}
.title-first.lightblue {
  background-color: #33CCFF;
}
.page-test label {
  display: block;
}
.q-no {
  font-size: 28px;
}
.box-question {
  padding: 0px 30px 20px 30px;
  margin-top: 40px;
  border: solid 2px #ccc;
  border-radius: 5px;
  background: #fff;
}
.box-question.green {
  border-color: #7baa17;
}
.box-question.beige {
  border-color: #d8a228;
}
.box-question.red {
  border-color: #c70044;
}
.box-question ul {
  margin-top: 20px;
}

/*------------------------------------------------------------------------------
header
------------------------------------------------------------------------------*/
article {
  margin-top: 180px;
  margin-bottom: 50px;
}

/*------------------------------------------------------------------------------
footer
------------------------------------------------------------------------------*/
footer {
  padding: 20px 0;
  background: #30699f;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
footer a:hover {
  text-decoration: none;
}

.footer-info li {
  margin-left: 20px;
  float: left;
}
.footer-info li a{
  color: #fff;
}
.link-box {
  margin-top: 20px;
}
.sns-box {
  display: inline-block;
}
.sns-box li {
  margin-right: 10px;
  float: left;
}
footer a:hover {
  color: #fff;
}
.copyright {
  margin-top: 20px;
}

/*　下部固定 */
html {
  height: 100%;
}
body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper {
  flex: 1 auto;
}

/*------------------------------------------------------------------------------
gnav
------------------------------------------------------------------------------*/
header {
  background: #f4f5fa;
  position: fixed;
}
.inner {
  width: 1024px;
  margin: 0 auto;
}
.inner:after {
  content: "";
  clear: both;
  display: block;
}

/* header */
#head-top {
  font-size: 14px;
  top: -100px;
  width: 100%;
  margin: 100px auto 0;
  padding: 20px 0 0 0;
  line-height: 1;
  z-index: 999;
}
#head-top .container {
  padding: 0 0;
}
#head-top a, #head-top {
  color: #333;
  text-decoration: none;
}
#head-top .logo-head {
  float: left;
  font-size: 21px;
}
#nav-global {
  margin-top: 20px;
  padding: 10px 0;
  background: #30699f;
}
#nav-global ul {
  font-size: 14px;
}
#nav-global ul li {
  width: 16.666%;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
#nav-global ul li a {
  color: #fff;
}
.logo-head img {
  width: 160px;
  margin-right: 10px;
  height: auto;
  vertical-align: middle;
}
.logo-talentsurvey img {
  width: 260px;
  margin-right: 10px;
  margin-bottom: 10px;
  height: auto;
  vertical-align: middle;
}
@media screen and (max-width:980px) {
  #head-top .logo-head {
    font-size: 16px;
    float: none;
  }
  .logo-head img {
    margin-left: 15px;
  }
  article {
    margin-top: 150px;
  }
}
@media screen and (min-width:980px) {
  .page-login .info-login .btn-link {
    width: 80%;
  }
}
@media screen and (max-width:640px) {

  /* page-test
  ---------------------------------*/
  .page-test {
    padding-top: 0;
  }
  .footer-info li {
    float: none;
  }
}
@media screen and (min-width:640px) {
  .br-sp {
    display: none;
  }
}

/*------------------------------------------------------------------------------
スマートフォン対応
------------------------------------------------------------------------------*/
@media (max-width:1024px) {
  th, td {
    font-size: 14px;
  }
  input {
    margin: 3px;
  }

  /* 横スクロール　*/
  .horizontal-scroll {
    overflow-x: scroll;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
  }
  .scroll-wrap table {
    width: 1170px !important;
  }
  .horizontal-scroll .scroll-wrap {
    height: 100%;
  }

  /* ------ テーブル ------ */
  .table-responsive {
    width: 100%;
    border-top: none;
  }
  .table-responsive th {
    width: 100% !important;
    border: none;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
  }
  .table-responsive td {
    padding: 10px 15px;
    border: none;
  }
  .table-responsive th, .table-responsive td {
    width: auto;
    display: block;
    font-size: 14px;
  }
  input[type="text"] {
    width: 100%;
  }
  input[type="text"]#EasyProfilingNameSei, input[type="text"]#EasyProfilingNameMei {
    width: 40%;
  }
  .input-zip input {
    width: auto;
  }

  /* ログイン(管理画面)
  ---------------------------------*/
  .login {
    width: 100%;
  }
  @media screen and (max-width:768px) {
    article {
      margin-top: 10px;
    }
    article.page-enter-easy-profilings {
        margin-top: 10px;
    }
    article.page-result-easy-profilings {
        margin-top: 10px;
    }
    .mean-container .mean-bar {
      position: absolute !important;
      background: transparent !important;
    }
    .mean-container a.meanmenu-reveal {
      color: #30699f !important;
    }
    .mean-container a.meanmenu-reveal span {
      background: #30699f !important;
    }
    .mean-container .mean-nav {
      background: #30699f !important;
    }
    .mean-container .mean-nav ul li a {
      color: #fff !important;
    }
    .mean-container .mean-nav ul li a.mean-expand {
        padding: 9px !important;
    }
    .mean-container iframe {
        width: 355px;
        height: 210px;
    }
    .logo-head img {
      position: relative;
      width: 130px;
      z-index: 60;
    }
    header {
      position: static;
    }
    #head-top {
      padding: 10px 0;
      margin: 0 0;
      z-index: 0;
    }
    .announce {
      position: relative;
    }
    article.page-enter {
      margin-top: 20px;
    }
    .mean-container a.meanmenu-reveal {
      top: auto !important;
    }
    .mean-container .mean-nav {
      margin-top: 55px !important;
    }
    .select-birthday.select-box select {
      margin-top: 10px;
    }
  }
}

/*------------------*/
/*------------------*/
/*------------------*/
/*------------------*/
#head-top-nologin.head-enter {
  padding: 20px 0;
}
/* header */
#head-top-nologin {
  font-size: 14px;
  top: -100px;
  width: 100%;
  margin: 100px auto 0;
  height: 70px;
  padding: 0px 0 0 0;
  line-height: 1;
  z-index: 999;
}
#head-top-nologin .container {
  padding: 0 0;
}
#head-top-nologin a, #head-top-nologin {
  color: #333;
  text-decoration: none;
}
#head-top-nologin .logo-head {
  float: left;
  font-size: 21px;
}
#head-top-nologin .logo-head {
    float: left;
    font-size: 21px;
}
#head-top-nologin .logo-head img {
    margin-top: 10px;
    max-width: 130px;
    height: auto;
}
@media screen and (max-width:980px) {
  #head-top-nologin .logo-head {
    font-size: 16px;
    float: none;
  }
}
@media screen and (max-width:768px) {
    #head-top-nologin .logo-head img {
        position: relative;
        margin-left: 3%;
        width: 130px;
        z-index: 60;
    }
    #head-top-nologin {
        margin:0 0;
        z-index: 0;
        height: 65px;
    }

    #menu-global-nologin .mean-container .mean-bar {
        position: absolute !important;
        background: transparent !important;
    }
    #menu-global-nologin .mean-container a.meanmenu-reveal {
        color:  #333 !important;
        top:10px !important;
    }
    #menu-global-nologin .mean-container a.meanmenu-reveal span {
        background: #333 !important;
    }
    #menu-global-nologin .mean-container .mean-nav {
        background: #f4f5fa !important;
        margin-top:60px !important;
    }
    #menu-global-nologin .mean-container .mean-nav ul li a {
        color: #333 !important;
    }
    #menu-global-nologin .mean-container .mean-nav ul li a.mean-expand {
        color: #fff !important;
        background: #30699E !important;
    }
    #menu-global-nologin .mean-container .mean-nav ul li a.mean-expand:hover {
        background: #30699E !important;
    }
    #menu-global-nologin .mean-container .mean-nav ul li .mean-clicked {
        color: #fff !important;
    }
}




/* =======================================
グローバルナビゲーション
========================================== */
#gnavWrap-nologin {
    background-color: #f4f5fa;
    height: 70px;
}
#global-nav-nologin {
    height: 50px;
    margin: 0 auto 0 auto;
}
ul#menu-global-nologin {
    padding-left: 0;
    padding-right: 0;
}
#global-nav-nologin li {
    position: relative;
    width: 16.666%;
    text-align: center;
    float: left;
}
#global-nav-nologin li a {
    font-size: 16px;
    padding-top: 10px;
    display: block;
    height: 70px;
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
#global-nav-nologin .gnav01 {
    width: 12%;
}
#global-nav-nologin .gnav02 {
    width: 22%;
}
#global-nav-nologin .gnav03 {
    width: 22%;
}
#global-nav-nologin .gnav04 {
    width: 12%;
}
#global-nav-nologin .gnav05 {
    width: 20%;
}
#global-nav-nologin .gnav06 {
    width: 12%;
}

#global-nav-nologin li a:focus {
    outline: none;
}
#global-nav-nologin li .jp {
    display: block;
    font-size: 12px;
}

/* カレントカラー */
.home #global-nav-nologin li.gnav01 .jp, .tax-product_cat #global-nav-nologin li.gnav02 .jp, .single-product #global-nav-nologin li.gnav02 .jp, .page-template-page-technology #global-nav-nologin li.gnav03 .jp, .page-template-page-warranty #global-nav-nologin li.gnav03 .jp, .page-template-page-quality #global-nav-nologin li.gnav03 .jp, .tax-installation_cat #global-nav-nologin li.gnav04 .jp, .single-installation #global-nav-nologin li.gnav04 .jp, .page-template-page-csun_japan #global-nav-nologin li.gnav05 .jp, .page-template-page-csun-groups #global-nav-nologin li.gnav05 .jp, .page-template-page-history #global-nav-nologin li.gnav05 .jp, .page-template-page-doc_download #global-nav-nologin li.gnav05 .jp, .category-information #global-nav-nologin li.gnav06 .jp, .single-post #global-nav-nologin li.gnav06 .jp {
    color: #155BA6;
}
.page-template-page-csun_group li.gnav05 .jp,
.page-template-page-csun_history li.gnav05 .jp{
    color: #155BA6;
}
@media screen and (max-width:991px) {
    #gnavWrap-nologin .container {
        padding-right: 0;
        padding-left: 0;
    }
    #gnavWrap-nologin .col-sm-2 {
        padding-right: 0;
        padding-left: 0;
    }
    #global-nav-nologin li a {
        font-size: 14px;
        letter-spacing: 0.01em;
    }
}
@media screen and (max-width:769px) {

}


/* =======================================
グローバルナビゲーション:プルダウン
========================================== */
#global-nav-nologin ul li ul {
    position: absolute;
    top: 53px;
    width: 300px;
    z-index: 100;
}
#global-nav-nologin ul li ul li {
    visibility: hidden;
    overflow: hidden;
    width: 100%;
    height: 0;
    background: #f4f5fa;
    border-left: none;
}
#global-nav-nologin ul li ul li a:first-child {
    border-top: solid 1px #ccc;
}
#global-nav-nologin ul li ul li a {
    display: block;
    padding: 0 15px;
    font-size: 14px;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-weight: normal;
    text-align: left;
}
#global-nav-nologin ul li ul li:hover, #global-nav ul li ul li a:hover {
    background: #f5f5f5;
    color: #333;
}
#global-nav-nologin ul li:hover ul li, #global-nav ul li a:hover ul li {
    visibility: visible;
    overflow: visible;
    height: 40px;
    z-index: 10;
    color: #333;
}
#global-nav-nologin * {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
#global-nav-nologin ul li ul li a:last-child {
    border-right: none;
}


h1.festa2017-overview {
  margin-top: 15px;
  font-size: 15px;
  font-weight: bold;
}
ul.festa2017-overview {
  margin-left: 25px;
  margin-bottom: 15px;
}
ul.festa2017-overview li{
  list-style-type: disc;
}


.title-search {
  padding: .5em .75em;
  background-color: #30699f;
  color: #fff;
  font-size: 18px;
}
i.search-open {
	display: block;

}
i.search-close {
	display: none;
	margin-left: auto;
}

.formContentTitle {
    color: #FF0000;
    font-size: 1.8em;
    font-weight: bold;
}
.formContent {
    font-size: 1.3em;
    border: solid 3px #FFCC00;
    box-shadow: 2px 2px 5px;
    margin: 20px 0 50px;
    padding: 10px 15px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.loading-spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
