@charset "UTF-8";

/* ===================================== */
/* Top
/* ===================================== */

@media (max-width: 767px) {

  /* ----------------------- */
  /* mv 767px
  /* ----------------------- */

  .mv {
    height: 280px;
    overflow-x: hidden;
    overflow-y: hidden;
  }

  .mv__center {
    width: 100%;
    height: 280px;
  }
  
  .mv__center .mvimg {
    position: absolute;
    width: 50%;
    height: 140px;
  }
  
  .mv__center .mv01 {top: 0; left:0; margin-left: 0;}
  .mv__center .mv02 {top: 0; right:0; margin-right: 0;}
  .mv__center .mv03 {bottom: 0; left:0; margin-left: 0;}
  .mv__center .mv04 {bottom: 0; right:0; margin-right: 0;}
  
  .mv__center .mvimg img {
    width: 100%;
    height: 140px;
    object-fit: cover;
  }
  
  .mv__right,
  .mv__left {
    display: none;
  }

  .mv__bottom {
    bottom: -2px;
    height: 22px;
  }

  .mv__logo {
    max-width: 150px;
  }

  /* ----------------------- */
  /* message 767px
  /* ----------------------- */

  .message {
    margin: 15px 20px 25px;
    padding: 14px;
  }

  .message__txt {
    font-size: 12px;
    line-height: 1.4;
  }

  /* ----------------------- */
  /* topContents01 767px
  /* ----------------------- */

  .topContents01 {
    padding-bottom: 36px;
  }

  .topContents01 .d-flex {
    display: block;
  }

  /* chart */

  .chart {
    max-width: 650px;
    margin: 0 auto 36px;
    position: relative;
  }

  .chart__head {
    padding: 10px 4px 5px;
    margin-bottom: 11px;
    max-width: 150px;
    margin-left: auto;
    border: 3px solid #f97b1e;

  }

  .chart__head::before {
    bottom: 37px;
    left: -15px;
    width: 25px;
    height: 25px;
    transform: translateX(0) rotate(135deg);
    border-style: solid;
    border-width: 3px;
  }

  .chart__ttl {
    font-size: 15px;
  }

  .chart__point {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 1;
  }

  .chart__number {
    font-size: 62px;
  }

  .cart__txt {
    font-size: 32px;
    margin-top: 28px;
  }

  .chart__graph {
    width: 100%;
    max-width: 136px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
  }

  .chart__btn {
    margin: 0;
  }

  .chart__btn .btn {
    margin: 0 0 0 auto;
  }

  /* notice */

  .notice {
    width: 100%;
    margin: 26px auto 0;
  }

  .notice__tabs {
    border-bottom: none;
    position: relative;
  }

  .notice__tabs:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: -20px;
    width: 100vw;
    height: 2px;
    background-color: #f97b1e;
  }

  .notice__tabs li {
    font-size: 15px;
  }

  .notice__tabs li a {
    padding: 14px 5px 10px;
  }

  .notice__list {
    padding: 0 20px 31px;
    background-color: #fff;
  }

  .notice__item {
    padding: 25px 0 10px;
  }

  .notice__time {
    font-size: 15px;
    margin-bottom: 8px;
  }

  .notice__txt {
    font-size: 15px;
    line-height: 1.5;
  }

  .notice__btn {
    background-color: #fff;
    padding-bottom: 0;
  }

  /* ----------------------- */
  /* topContents02 767px
  /* ----------------------- */

  .topContents02 {
    padding: 35px 0 53px;
  }


  /* hisotry */
  .histroy {
    margin-bottom: 38px;
  }

  .histroy__icon {
    width: 25px;
    margin: 0;
  }

  .history__ttl {
    font-size: 21px;
    text-align: left;
    margin-bottom: 42px;
    margin-left: 32px;
    margin-top: -22px;
  }

  .history__list {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 0;
  }

  .history__item {
    flex: 0 1 48%;
    padding: 35px 0 16px;
    margin-bottom: 34px;
  }

  .history__item:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    height: 2px;
    background-color: transparent;
    box-shadow: 0 6px 16px 1px rgba(0, 0, 0, 0.45);
    z-index: -1;
  }

  .history__label {
    top: -14px;
    width: 102px;
  }

  .history__img {
    margin: 0 auto;
  }

  .history__img1 {
    width: 50px;
    margin-top: 7px;
    margin-bottom: 15px;
  }

  .history__img2 {
    width: 33px;
    margin-bottom: 14px;
  }

  .history__img3 {
    width: 44px;
    margin-bottom: 14px;
  }

  .history__img4 {
    width: 44px;
    margin-bottom: 20px;
  }

  .history__itemTtl {
    font-size: 17px;
    margin-bottom: 19px;
  }

  .history__number {
    font-size: 27px;
  }

  .history__txt {
    font-size: 15px;
    margin-top: 5px;
  }


  /* calendar */

  .calendar__head {
    padding: 20px 0 15px;
  }

  .calendar__yearMonth {
    font-size: 18px;
    margin: 0 80px;
    margin: 0 auto;
  }

  .calendar__prev,
  .calendar__next {
    font-size: 13px;
    line-height: 17px;
    width: 20px;
    height: 20px;
  }

  .calendar__prev {
    margin-left: 13px;
  }

  .calendar__next {
    margin-right: 13px;
  }


  .calendar__week li {
    font-size: 10px;
  }

  .calendar__day:last-child {
    border-bottom: none;
  }

  .calendar__day li {
    height: 52px;
    padding: 0;
  }

  .calendar__day li a {
    font-size: 10px;
    padding: 0;
    text-align: center;
  }

  .calendar__done {
    top: 22px;
    left: 50%;
    width: 28px;
    margin-left: -14px;
  }

  /* modal(record) */

  .modal__content {
    padding: 28px 20px;
    max-width: 650px;
    width: 88.5%;
  }

  .modal__close {
    top: -32px;
    width: 25px;
  }

  .modal__ttl {
    font-size: 21px;
  }

  .modal__ttl:after {
    bottom: -15px;
    width: 70px;
    height: 3px;
  }

  .modal__record {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .modal__recordItem {
    padding: 20px 0 12px;
  }

  .modal__recordIcon {
    margin-right: 10px;
  }

  .modal__recordIcon1 {
    width: 25px;
    margin-top: -2px;
  }

  .modal__recordIcon2 {
    width: 23px;
    margin-top: 0px;
  }

  .modal__recordIcon3 {
    width: 29px;
    margin-top: 0px;
  }

  .modal__recordTxt {
    font-size: 16px;
    margin-top: 0px;
    letter-spacing: 0;
  }

  .modal__recordNumber {
    font-size: 22px;
  }

  .modal__recordBtn {
    font-size: 14px;
    line-height: 22px;
    width: 21px;
    height: 21px;
    margin-left: 14px;
  }

  .modal__recordImg {
    max-width: 80%;
    height: auto;
    margin: 10px 0 9px;
  }


  /* modal(add) */

  .modal__add {
    margin: 17px 0 20px;
  }

  .modal__addItem {
    padding: 15px 0 15px;
  }

  .modal__addTxt {
    font-size: 17px;
  }

  .modal__addRequired {
    font-size: 12px;
    line-height: 19px;
    width: 46px;
    height: 19px;
    margin-left: 7px;
    margin-top: 3px;
  }

  .modal__selectBox,
  .modal__inputBox {
    margin-top: 8px;
  }

  .modal__selectBox::after {
    top: 18px;
    right: 10px;
    width: 10px;
    height: 15px;
  }

  .modal__select,
  .modal__input {
    font-size: 16px;
    height: 51px;
    padding: 12px 10px 10px 13px;
  }

  .modal__fileBox {
    font-size: 15px;
    line-height: 42px;
    width: 169px;
    height: 42px;
    margin: 10px auto 0;
  }


  /* ----------------------- */
  /* goToTop 767px
  /* ----------------------- */

  #goToTop {
    font-size: 24px;
    line-height: 56px;
    width: 60px;
    height: 60px;
    bottom: 70px;
    right: 20px;

  }
}

/* ----------------------- */
/* change upload SP用
/* ----------------------- */

@media (max-width: 767px) {

  .box-img-change .box-change-preview .thumb img,
  .box-img-change.icon-thumb .box-change-preview .thumb img {
      width: 60vw;
      height: 60vw;
      margin-top: 8vw;
  }

  .modal__addItem .box-img-change.icon-thumb .box-change-preview .thumb img {
    max-width: 100%;
    height: auto;
  }
}

/* ===================================== */
/* Activity
/* ===================================== */

@media (max-width: 767px) {

  .activity {
      padding: 33px 0 46px;
  }

  .activity__icon1 {
      width: 25px;
      margin-right: 11px;
  }
  
  .activity__icon2 {
      width: 21px;
      margin-right: 14px;
  }
  
  .activity__icon3 {
      width: 19px;
      margin-right: 14px;
  }
  
  .activity__icon4 {
      width: 29px;
      margin-right: 6px;
  }
  
  .activity__icon5 {
      width: 24px;
      margin-right: 10px;
  }
  
  .activity__icon6 {
      width: 24px;
      margin-right: 10px;
  }
  
  .activity__icon7 {
      width: 25px;
      margin-right: 9px;
  }
  
  .activity__icon8 {
      width: 24px;
      margin-right: 10px;
  }
  
  .activity__icon9 {
      width: 21px;
      margin-right: 13px;
  }
  
  .activity__icon10 {
      width: 17px;
      margin-right: 16px;
  }
  

  .activity__txt {
      font-size: 14px;
      margin-top: 9px;
      max-width: 175px;
  }
  
  .activity__number {
      font-size: 27px;
      margin: 0 6px 0 auto;
  }
  
}


/* ===================================== */
/* Point
/* ===================================== */

@media (max-width: 767px) {

  /* ----------------------- */
  /* point 767px
  /* ----------------------- */

  .point {
      margin-top: 50px;
  }

  .point__graph {
      max-width: 136px;
      height: 136px;
      margin-right: 30px;
  }

  .point__status {
      padding: 14px 5px 13px;
      max-width: 168px;
      border: 3px solid #f97b1e;
  }

  .point__status::before {
      top: 37px;
      left: -14px;
      width: 22px;
      height: 22px;
      border-width: 3px;
  }

  .point__statusTtl {
      font-size: 15px;
  }

  .point__statusNumber {
      font-size: 62px;
      margin-right: 8px;
  }

  .point__statusTxt {
      font-size: 32px;
  }

  .point__list {
      margin: 14px auto 25px;
  }

  .point__item {
      padding: 21px 0 14px;
  }

  .point__txt {
      font-size: 17px;
      margin-top: 8px;
  }

  .point__number {
     font-size: 27px;
      margin: 0 8px 0 auto;
  }



}


/* ===================================== */
/* Registration
/* ===================================== */

@media (max-width: 767px) {

  .registration {
      padding: 34px 0 41px;
  }

  .registration__item {
      padding: 27px 0 24px;
  }

  .registration__itemTtl {
      font-size: 17px;
  }

  .registration__addRequired {
      font-size: 12px;
      line-height: 19px;
      border-radius: 19px;
      margin-left: 10px;
      align-self: center;
  }

  .registration__input {
      font-size: 16px;
      height: 52px;
      padding: 12px;
  }

  .registration__txt {
      font-size: 12px;
      line-height: 1.8;
  }

  .registration__fileBox {
      font-size: 15px;
      line-height: 42px;
      width: 169px;
      height: 42px;
      margin: 20px auto 1px;
  }

  .btnWrap div {
      display: block;
      width: auto;
      margin-bottom: 1em;
  }


}

/* ===================================== */
/* Login / Logout
/* ===================================== */

@media (max-width: 767px) {

  .box__login dl dt,
  .box__login dl dd {
    position: inherit;
  }

  .box__login dl dt {
    line-height: 1.5em;
  }

  .box__login dl dd {
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .box__login div {
    margin-top: 2em;
  }

}

/* ===================================== */
/* PasswordRemind
/* ===================================== */

@media (max-width: 767px) {

.box__login.box__pw dl,
.box__login.box__pw dl dd {
  margin-bottom: 0;
}

.box__login.box__pwreset  dl dd {
  padding-top: 0.5em;
  padding-left: 0;
}

}

/* ===================================== */
/* News
/* ===================================== */

@media (max-width: 767px) {

.newsList dt,
.newsList dd {
  position: inherit;
}

.newsList dt {
  padding: 1em 0 0 0;
  color: #ed711c;
}

.newsList dd {
  margin: 0 0 0.75em 0;
  padding: 0 0 1em 0;
  line-height: 1.8em;
  border-bottom: 1px solid #ccc;
}

.newsList dd a:hover {
  color: #ed711c;
  text-decoration: underline;
}

.box__pager .pager {
  margin: 3.5em 0;
  text-align: center;
}

.box__pager .pager li {
  display: inline-block;
  font-size: 1.2em;
}

.box__pager .pager li a {
  width: 36px;
  height: 36px;
  line-height: 37px;
}

.box__newscontent {
  font-size: 1.22em;
}


}