 .sec-form-temp .tbl-form-style01 input[type="password"] {
	border: 1px solid #f0ddc5;
    height: 40px;
    padding: 2px 22px;
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    color: #3a3a3a;
}

.mainmv .txt p {
  font-size: 32px;
}

@media (min-width: 769px) {
    .block-question .box-ans .box li {
        font-size: 16px;
        line-height: 2;
        width: 93%;
    }
    .block-question .box-ans .box ul {
        display: flex;
        flex-wrap: wrap;
        max-width: 600px;
    }
}

@media (min-width: 769px) {
  .contentbox .desc {
      padding-right: 20px;
  }

  .display-non {
      display: none !important;
  }
}



/* loading */

.loading-overlay {
    background: rgba( 26, 26, 26, 0.7 );
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
}

.loading{
  position: fixed;
  top: 47%;
  z-index: 10;
  width: 100%;
}

.loading .spinner1 {
  background-color: #ebebeb;
  margin: 0 auto;
  text-align: center;
  width: 130px;
  padding: 5px;
}

.loading .spinner2 {
  margin-top: 5px;
  background-color: #cd2c42;
  text-align: center;
  margin: 0 auto;
  width: 60px;
}

.loading .spacer{
  display: block;
  margin-bottom: 5px;
}

.loading .spinner1 > div, .loading .spinner2 > div {
  background-color: #989393;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.loading .spinner1 > div
{
  padding: 10px 10px;

}

.loading .spinner2 > div {
  padding: 4px 4px;
  background-color: #fff;
}

.loading .spinner1 .bounce1, .loading .spinner2 .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loading .spinner1 .bounce2, .loading .spinner2 .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/* loader */
.loader {
    position: fixed;
    top: 45%;
    left: 50%;
    z-index: 10;
  }

  /* creates a ball for each div */
  .loader div {
    content: " ";
    width: 5px;
    height: 5px;
    background: #2196F3;
    border-radius: 100%;
    /* positions all dots inside parent div, all on top of each other, presumably: */
    position: absolute;
    animation: shift 3.1s linear infinite;
    animation-fill-mode: both;
  }

  /* sets the other 4 div-dots off at different times: */
   .loader div:nth-of-type(1) { animation-delay: -0.3s; }
   .loader div:nth-of-type(2) { animation-delay: -0.6; }
   .loader div:nth-of-type(3) { animation-delay: -0.9s; }
   .loader div:nth-of-type(4) { animation-delay: -1.2s; }
   .loader div:nth-of-type(5) { animation-delay: -1.5s; }
   .loader div:nth-of-type(6) { animation-delay: -1.8s; }
   .loader div:nth-of-type(7) { animation-delay: -2.1s; }
   .loader div:nth-of-type(8) { animation-delay: -2.4s; }
   .loader div:nth-of-type(9) { animation-delay: -2.7s; }

  @keyframes shift {
    0%   {opacity: 1; background-color: #fff; transform: rotate(0deg) translateX(20px) rotate(0deg);}
    50%  {opacity: 1; background-color: #666; transform: rotate(180deg) translateX(20px) rotate(-180deg);}
    100% {opacity: 1; background-color: #fff; transform: rotate(360deg) translateX(20px) rotate(-360deg)}
  }


.p-contact .flexbox_center a {
  cursor:  pointer;
}

.p-contact .flexbox_center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px; }

.p-contact .flexbox_center .btnpage {
  margin: initial; }

.p-contact .flexbox_center .btnpage_back {
  margin-right: 40px; }

.p-contact .flexbox_center .btnpage_back a::after, .p-contact .flexbox_center .btnpage_back button::after {
  background: #535353; }

.p-contact .flexbox_center .btnpage_back a::before, .p-contact .flexbox_center .btnpage_back button::before {
  border: 1px solid #535353; }

.p-contact .flexbox_center .btnpage_back a span, .p-contact .flexbox_center .btnpage_back button span {
  padding-right: 0px;
  padding-left: 35px;
  background: url(../../common_img/arr5.png) no-repeat left center;
}

.p-exam-start .list02 li{
  width: 90%;
}

.p-exam-start .list02 li label{
  text-align: left;
}

.p-philosophy .sec01 .desc, .p-philosophy .sec01 .txt2 {
  text-align: center;
}


.p-mypage #modal .list-btn {
  display: flex;
}

.p-mypage #modal  .popup-inner.inner01 .txt1 p {
  margin: 30px 0;
}

.p-learn .desc.flexbox p.block-right {
  display: flex;
      justify-content: end;
}

.header_top_logo2 > a img {
  max-width: 60px !important;
}

.header_top_logo2 > a .logo-text {
  position: relative;
  height: 25px;
}

.header_top_logo2 > a .logo-text span {
  position: absolute;
  bottom: 0;
  left: 10px;
}

.p-exam-main .exam-main-img {
  height: 60vh;
  min-height: 330px;
  max-height: 430px;
}

.p-exam-main .exam-main-img > img {
  height: 100%;
  width: 100%;
  object-position: center;
  object-fit: cover;
}

.p-id_search.result .sec-result1 .box01 {
  margin-top: 20px;
  margin-bottom: 0px;
}

.p-id_search.result .sec-result1 .btnpage {
  margin-top: 60px;
}

.p-id_search .step-jump .btnpage button {
  background: transparent;
}

.p-exam01 .sec01 .img , .p-exam02 .sec01 .img, .p-exam03 .sec01 .img{
  height: 345px;
}


.p-exam01 .sec01 .img > img , .p-exam02 .sec01 .img > img, .p-exam03 .sec01 .img > img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-about-item .img img {
  height: 200px;
  object-fit: cover;
}

.p-pw_change .btnpage button {
  background-color: transparent;
}

.p-exam-start .sec-btn .box1 .btn-missing {
  width: 220px;
}

.box-modal02 .box1 .btn-prev02 {
  width: 220px;
}

@media (max-width: 768px) {

  .p-exam-main .exam-main-img {
    height: 48vh;
    min-height: 300px;
    max-height: 400px;
  }

  .p-exam-result .sec04 .info {
    text-align: center;
  }

  .p-learn .desc.flexbox p {
    text-align: center;
  }

  .p-exam01 .sec01 .img , .p-exam02 .sec01 .img, .p-exam03 .sec01 .img{
    height: 250px;
  }

  .section4 .tabcontent .info-img {
    height: 232px;
  }
  .section4 .tabcontent .info-img img {
    height: 100%;
    object-fit: cover;
  }

  .p-mypage #modal .list-btn li{
    width: 150px;
    margin: inherit;
  }
  .p-mypage #modal .list-btn {
    max-width: inherit;
  }

  .p-mypage #modal  .popup-inner.inner01 .txt1 p {
    margin: 10px 0;
  }

  .p-learn .desc.flexbox p.block-right {
    display: block;
  }

  .header_top_logo2 > a .logo-text {
    font-size: 25px !important;
  }

  .p-about-item .img {
    height: 43vh;
    min-height: 240px;
    max-height: 400px;
    overflow: hidden;
    width: 100%;
  }
  .p-about-item .img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
  }
}

@media (max-width: 520px) {
  .p-about-item .img {
    height: 43vh;
    min-height: 240px;
    overflow: hidden;
    width: 100%;
  }
}

@media (max-width: 490px) {

  .p-exam-main .exam-main-img {
    height: 38vh;
    min-height: 240px;
    max-height: 300px;
  }

  .p-about-item .img {
    height: 43vh;
    min-height: 240px;
  }
}

@media (max-width: 380px) {

  .p-exam-main .exam-main-img {
    height: 240px;
  }

  .p-about-item .img {
    height: 43vh;
    min-height: 240px;
  }
  .p-exam01 .sec01 .img , .p-exam02 .sec01 .img, .p-exam03 .sec01 .img{
    height: 220px;
  }

  .section4 .tabcontent .info-img {
    height: 200px;
  }
  .section4 .tabcontent .info-img img {
    height: 100%
  }



  .header_top .header_top_logo a .logo-text {
    font-size: 13px;
  }

  .header_top_logo2 > a .logo-text {
    font-size: 22px !important;
  }

    .box-modal02 .box1 .btn-prev02 {
    width: 50% !important;
  }

  .box-modal02 .box1 .btn-sub {
    width: 50% !important;
  }
  .p-exam-start .btn-control01 .btn-sub a {
    width: 100%
  }
}

@media (min-width: 380px) {
  .disspp {
    display: none !important;
  }
}

.header .sns {
  position: absolute;
  right: 20%;
  top: -40px;
}


@media all and (max-width: 400px) { .header  .nav-list a { padding: 5px 0; } }

.header  .sns .btn { margin-bottom: 25px; }

.sns .icon li {
  display: block;
  margin: 0 auto;
}

@media all and (min-width: 769px) { .header  .sns .btn li { min-width: inherit; margin: 0 5px; } }

.header  .sns .btn li a { border-width: 2px; font-family: 'Noto Serif JP', serif !important; font-weight: 500; }

@media all and (min-width: 769px) { .header  .sns .btn li a:hover { opacity: 0.7; } }

.header  .sns .icon { margin-bottom: 25px; }

@media all and (min-width: 769px) { .header  .sns .icon { max-width: 100px; } }

.header  .sns .icon a { display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }
.sns .icon img { height: 16px !important; }

.center-item {
    justify-content: center;
}


