@charset "utf-8";
@media only screen and (max-width: 750px) {
  /*--------------------*/
  /*---- sp_cont.css ----*/
  /*--------------------*/

  /*----- common ------*/
  html {
    font-size: 620%;
    overflow: auto;
  }

  body {
    -webkit-text-size-adjust: 100%;
    font-size: .14em;
    overflow: hidden;
    background: #F5F5F5;
  }

  img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
  }

  a {
    text-decoration: none;
  }

  .spNone {
    display: none !important;
  }

  .container {
    width: 100%;
  }

  .content {
    margin: 45px 0 0;
  }

  .box {
    padding: 38px 25px 50px;
    background: #fff;
    border-width: 2px 0px 5px 0px;
    border-style: solid;
    border-color: #E9E9E9;
  }

  .boxText {
    margin: -4px 0 0;
    font-size: .17rem;
    line-height: 1.7;
  }

  .boxText.error {
    font-weight: 700;
    color: #DB3737;
  }

  .boxBgWrap {
    display: inline-block;
    margin: 26px 0 0;
    padding: 22px 20px 26px 20px;
    background: #EFEFEF;
    border-radius: 5px;
  }

  .boxBgText {
    display: inline-block;
    padding: 0 0 0 1em;
    font-size: .15rem;
    line-height: 1.7;
    text-indent: -1em;
  }

  .buttonBgWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0 0;
    padding: 15px 20px 16px;
    background: #EFEFEF;
    border-radius: 5px;
  }

  .tableWrap+.buttonBgWrap {
    margin-top: 50px;
  }

  .button {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 39px;
    padding: 0 30px 0 24px;
    background: #fff;
    font-size: .16rem;
    font-weight: 500;
    border: 1px solid #525252;
    box-shadow: 2px 2px 0px #525252;
    border-radius: 100px;
  }

  .button::before {
    content: "";
    width: 12px;
    height: 13px;
    margin: 0 14px 0 0;
    background: url(../img/icon_arrow_right.svg) no-repeat center / 12px 13px;
  }

  .tableWrap {
    width: calc(100% + 25px);
    margin: 22px 0 0;
    overflow: scroll;
  }

  .tableWrap::before {
    content: "スワイプしてスクロールできます →";
    display: block;
    margin: 0 0 10px;
    font-size: .15rem;
    font-weight: 700;
    line-height: 1.5;
    color: #DB3737;
  }

  .table {
    width: 100%;
  }

  .table th,
  .table td {
    padding: 8px 40px 8px 15px;
    font-size: .16rem;
    line-height: 1.6;
    text-align: left;
    white-space: nowrap;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
  }

  .table th {
    background: #EFEFEF;
  }

  .table td a {
    color: #004FC5;
    text-decoration: underline;
  }

  .table td a:hover {
    text-decoration: none;
  }

  /*----- hachi-pay -----*/
  .hpWrap {
    margin: 36px 0 0;
  }

  .hpWrap+.tableWrap {
    margin-top: 20px;
  }

  .hpText {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .17rem;
    line-height: 1.7;
  }

  .hpText::before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 26px;
    margin: 0 10px 0 0;
    background: url(../img/icon_hachipay.svg) no-repeat center / 28px 26px;
  }

  .table td .hp {
    display: inline-block;
    width: 25px;
    height: 24px;
    margin: 0 0 0 8px;
    background: url(../img/icon_hachipay.svg) no-repeat center / 25px 24px;
    vertical-align: -6px;
  }



  /*----- header -----*/
  .header {
    position: relative;
    background: #fff;
  }

  .headerLogoWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 74px;
    padding: 0 0 0 15px;
    border-bottom: 1px solid #C3C3C3;
  }

  .headerLogo {
    width: 221px;
  }

  .headerInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .headerUserInfo {
    padding: 10px 25px;
  }

  .headerUserName {
    font-size: .15rem;
    line-height: 1.5;
  }

  .headerUserInner {
    position: absolute;
    top: 10px;
    right: 15px;
  }

  .headerUserState {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 101px;
    height: 23px;
    margin: 0 0 7px;
    padding: 0 14px;
    background: #DB3737;
    font-size: .11rem;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
  }

  .headerUserState::before {
    content: "";
    width: 13px;
    height: 13px;
    margin: 0 5px 0 0;
    background: url(../img/icon_check.svg) no-repeat center / 13px;
  }

  .headerLogoutButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 101px;
    height: 23px;
    padding: 0 12px 0 10px;
    background: #fff;
    font-size: .11rem;
    font-weight: 700;
    border: 1px solid #525252;
    box-shadow: 1px 1px 0px #525252;
    border-radius: 6px;
  }

  .headerLogoutButton::before {
    content: "";
    width: 14px;
    height: 13px;
    margin: 0 8px 0 0;
    background: url(../img/icon_logout.svg) no-repeat center / 14px 13px;
  }



  /*----- main -----*/
  .mainContent {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 110px;
    background: url(../img/main_bg_sp.png) no-repeat center / cover;
  }

  .mainInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 10px 0;
  }

  .mainTitle {
    font-size: .22rem;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    text-align: center;
  }

  .mainText {
    width: 100%;
    margin: 0 0 2px;
    font-size: .15rem;
    line-height: 1.7;
    color: #fff;
    text-align: center;
  }



  /*----- form -----*/

  .formGroup:last-child {
    margin-bottom: 0;
  }

  .formGroup.mt {
    margin-top: 100px;
    border-top: 1px solid #D9D9D9;
  }

  .formHead {
    padding: 0 0 2px;
    position: relative;
    font-size: .17rem;
    font-weight: 700;
    line-height: 1.7;
  }

  .formHead.required::after {
    content: "必 須";
    display: inline-block;
    width: 53px;
    height: 22px;
    margin: 0 0 0 10px;
    background: #333;
    font-size: .13rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }

  .formWrap {
    margin: 18px 0 0;
  }

  .formWrap .formGroup {
    padding: 20px 0 25px;
    border-bottom: 1px solid #D9D9D9;
  }

  .formItem {
    flex: 1;
  }

  .formWrap .formItem {
    margin-top: 14px;
  }

  .formControl {
    width: 100%;
    padding: 10px 18px;
    font-size: .17rem;
    border: solid 2px #666;
    border-radius: 5px;
  }
  ::placeholder {
    color: #C4C4C4;
  }
  ::-webkit-input-placeholder {
    color: #C4C4C4;
  }
  :-ms-input-placeholder {
    color: #C4C4C4;
  }

  .formTextarea {
    min-height: 150px;
    resize: vertical;
  }

  .formSelectWrap {
    display: inline-block;
    position: relative;
    background: #fff;
  }

  .formSelectWrap::after {
    content: "";
    width: 15px;
    height: 9px;
    margin: 1px 0 0;
    position: absolute;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    background: url(../img/select_arrow.svg) no-repeat center / 15px 9px;
    pointer-events: none;
  }

  .formSelectWrap+.formControl {
    margin-top: 15px;
  }

  .formSelect {
    width: 209px;
    padding: 14px 58px 15px 24px;
    font-size: .17rem;
    line-height: 1;
    border: solid 2px #333;
    border-radius: 5px;
    cursor: pointer;
    color: #000;
    background-color: #FFFFFF;
  }

  .formDeleteBox {
    width: 100%;
    margin: 40px 0 0;
    padding: 16px 20px;
    background: #EFEFEF;
    text-align: center;
    border-radius: 5px;
  }

  .formCheckboxWrap {
    margin: 0 0 -15px;
  }

  .formCheckbox {
    display: none;
  }

  .formCheckLabel {
    display: inline-block;
    padding: 4px 0 6px 37px;
    position: relative;
    font-size: .17rem;
    cursor: pointer;
  }

  .formCheckboxWrap .formCheckLabel {
    margin: 0 20px 15px 0;
  }

  .formCheckLabel:before {
    content: "";
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 2px #333;
    border-radius: 5px;
  }

  .formCheckbox:checked+.formCheckLabel:before {
    background: #333;
  }

  .formCheckbox:checked+.formCheckLabel:after {
    content: "";
    display: block;
    width: 20px;
    height: 16px;
    position: absolute;
    top: 6px;
    left: 4px;
    background: url(../img/foem_check.svg) no-repeat center / 20px 16px;
  }

  .formRadioWrap {
    margin: 0 0 -15px;
  }

  .formRadio {
    display: none;
  }

  .formRadioLabel {
    display: inline-block;
    padding: 6px 0 6px 39px;
    position: relative;
    font-size: .17rem;
    cursor: pointer;
  }

  .formRadioWrap .formRadioLabel {
    margin: 0 20px 15px 0;
  }

  .formRadioLabel::before {
    content: "";
    display: block;
    width: 29px;
    height: 29px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    border: solid 2px #333;
    border-radius: 50%;
  }

  .formRadio:checked+.formRadioLabel:after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    background: #333;
    position: absolute;
    top: 7px;
    left: 7px;
    border-radius: 50%;
  }

  .formFileWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .formFileTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
  }

  .formFileName {
    margin: 0 0 0 12px;
    font-size: .16rem;
    line-height: 1.6;
  }

  .formFileWrap .formControl {
    width: 100%;
    margin: 0 0 15px;
  }

  .formFileItem {
    width: 100%;
    margin: 16px 0 0;
  }

  .formFileLink {
    display: inline-block;
    margin: 0 14px 0 0;
    font-size: .16rem;
    line-height: 1.6;
    color: #004FC5;
    text-decoration: underline;
  }

  .formFile {
    display: none;
  }

  .formFileButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 26px;
    background: #fff;
    font-size: .14rem;
    line-height: 1;
    border: 1px solid #525252;
    border-radius: 6px;
    box-shadow: 1px 1px 0px #525252;
    cursor: pointer;
  }

  .formText {
    margin: -10px 0 0;
    font-size: .17rem;
    line-height: 1.7;
  }

  .formText span {
    margin: 0 12px 0 0;
  }

  .formError {
    margin: -8px 0 0;
    padding-left: 37px;
    position: relative;
    font-weight: 700;
    color: #DB3737;
  }

  .formError:before {
    content: "";
    width: 28px;
    height: 28px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: url(../img/icon_error.svg) no-repeat center / 28px;
    animation: blink .5s ease-in-out infinite alternate;
  }

  @keyframes blink {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  .formButtonWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% + 20px);
    margin: 0 0 -20px -10px;
  }

  .formButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    margin: 0 10px 20px;
    background: #333;
    font-size: .19rem;
    font-weight: 500;
    color: #fff;
    border: solid 1px #333;
    border-radius: 200px;
    cursor: pointer;
  }

  .formButton .text {
    padding-bottom: 2px;
  }

  .formWrap .formButtonWrap {
    margin-top: 40px;
  }

  .confirmButton {
    padding: 0 34px 0 40px;
  }

  .confirmButton::after {
    content: "";
    width: 13px;
    height: 15px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    background: url(../img/icon_arrow_right_white.svg) no-repeat center / 13px 15px;
  }

  .sendButton {
    padding: 0 33px 0 39px;
  }

  .sendButton::after {
    content: "";
    width: 13px;
    height: 15px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    background: url(../img/icon_arrow_right_white.svg) no-repeat center / 13px 15px;
  }

  .backButton {
    padding: 0 40px 0 32px;
    background: #fff;
    color: #333;
  }

  .backButton::before {
    content: "";
    width: 13px;
    height: 15px;
    margin: 0 15px 0 0;
    position: relative;
    top: 1px;
    background: url(../img/icon_arrow_left.svg) no-repeat center/ 13px 15px;
  }

  .backButton:hover {
    background: transparent;
    border-color: #333;
  }

  .requestBox {
    position: relative;
    background: #F4F4F4;
    text-align: center;
    border: 1px solid #555;
    border-radius: 5px;
    overflow: hidden;
  }

  .boxText+.requestBox {
    margin: 42px 0 0;
  }

  .requesthead {
    padding: 15px 10px;
    background: #555;
    font-size: .17rem;
    font-weight: 700;
    color: #fff;
  }

  .requestText {
    padding: 12px 10px;
    font-size: .17rem;
    line-height: 1.6;
  }

  .completeTextWrap {
    margin: 32px 0 0;
  }

  .completeText {
    margin: 0 0 30px;
    font-size: .17rem;
    line-height: 1.7;
  }

  .completeText:last-of-type {
    margin-bottom: 0;
  }

  .completeButtonWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 44px 0 0;
  }

  .completeButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 50px;
    padding: 0 20px 0 28px;
    background: #333;
    font-size: .19rem;
    font-weight: 500;
    color: #fff;
    border: solid 1px #333;
    border-radius: 200px;
    cursor: pointer;
  }

  .completeButton::after {
    content: "";
    width: 13px;
    height: 15px;
    margin: 0 0 0 15px;
    position: relative;
    top: 1px;
    background: url(../img/icon_arrow_right_white.svg) no-repeat center / 13px 15px;
  }

  .completeButton:hover {
    background: #FF9900;
    border-color: #FF9900;
  }

  .formColumn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .formColumn .formControl {
    width: 120px;
  }

  .formColumnText {
    margin: 0 15px;
    font-size: .17rem;
    line-height: 1;
  }

  .formBlock {
    margin: 45px 0 0;
  }

  .formBlockHead {
    margin: 0 0 5px;
    padding: 20px 30px;
    background: #444;
    font-size: .18rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    border-radius: 5px;
  }

  .managementColumn {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .managementColumn .formControl {
    width: 120px;
  }

  .managementColumnText {
    margin: 0 10px;
    font-size: .17rem;
    line-height: 1;
  }




  /*----- login -----*/
  .loginFormWrap .formGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }

  .loginFormWrap .formGroup:last-child {
    margin-bottom: 0;
  }

  .loginFormWrap .formHead {
    width: 105px;
  }

  .loginFormWrap .formButtonWrap {
    margin-top: 25px;
  }

  .loginButton {
    padding: 0 38px 0 30px;
  }

  .loginButton::before {
    content: "";
    width: 21px;
    height: 21px;
    margin: 0 14px 0 0;
    position: relative;
    top: 1px;
    background: url(../img/icon_login.svg) no-repeat center / 21px;
  }

  .forgotPassword {
    margin: 40px 0 0;
    padding: 16px 20px 18px;
    background: #EFEFEF;
    text-align: center;
    border-radius: 5px;
  }

  .forgotPasswordHead {
    font-size: .15rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .forgotPasswordText {
    margin: 6px 0 0;
    font-size: .15rem;
    line-height: 1.5;
  }

  .forgotPasswordText a {
    font-weight: 700;
    color: #004FC5;
    text-decoration: underline;
  }

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



  /*----- password -----*/
  .passwordFormWrap {
    margin: 38px 0 0;
  }

  .passwordFormWrap .formGroup {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 20px;
  }

  .passwordFormWrap .formGroup:last-child {
    margin-bottom: 0;
  }

  .passwordFormWrap .formHead {
    width: 134px;
  }

  .passwordFormWrap .formButtonWrap {
    margin: 25px 0 0;
  }

  .passwordButton {
    padding: 0 20px 0 28px;
  }

  .passwordButton::after {
    content: "";
    width: 14px;
    height: 15px;
    margin: 0 0 0 14px;
    background: url(../img/icon_arrow_right_white.svg) no-repeat center / 14px 15px;
  }



  /*----- kanri -----*/
  .kanriMenu {
    margin: 30px 0 0;
  }

  .kanriMenuItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    margin: 0 0 30px;
    background: #fff;
    font-size: .18rem;
    font-weight: 500;
    border: 1px solid #525252;
    box-shadow: 2px 2px 0px #525252;
    border-radius: 8px;
  }
  .kanriMenuItem:last-child {
    margin-bottom: 0;
  }

  .kanriMenuItem::before {
    content: "";
    width: 12px;
    height: 13px;
    margin: 0 12px 0 -16px;
    background: url(../img/icon_arrow_right.svg) no-repeat center / 12px 13px;
  }



  /*----- pager -----*/
  .pagerWrap {
    margin: 50px 0 0;
  }

  .boxPager {
    width: 100%;
    height: 46px;
    position: relative;
    text-align: center;
  }

  .boxPager li {
    display: inline-block;
    letter-spacing: normal;
  }

  .boxPager li.top,
  .boxPager li.pref,
  .boxPager li.next,
  .boxPager li.end {
    position: absolute;
    top: 0;
  }

  .boxPager li.top {
    left: 7px;
  }

  .boxPager li.pref {
    left: 68px;
  }

  .boxPager li.next {
    right: 68px;
  }

  .boxPager li.end {
    right: 7px;
  }

  .boxPager li a {
    width: 46px;
    height: 46px;
    border: 1px solid #444;
    line-height: 42px;
    text-align: center;
    font-size: .17rem;
  }

  .boxPager li a {
    background: #fff;
    display: block;
    text-decoration: none;
  }

  .boxPager li.spNum {
    font-size: .16rem;
    line-height: 42px;
  }

  .boxPager .num {
    display: none;
  }




  /*----- search -----*/
  .searchWrap {
    margin: 0 0 40px;
  }

  .boxText+.searchWrap {
    margin-top: 32px;
  }

  .searchHead {
    padding: 15px 20px;
    background: #444;
    font-size: .19rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
  }

  .searchInner {
    margin: 20px 0 0;
  }

  .searchItem {
    margin: 0 0 20px;
  }
  .searchItem:last-child {
    margin-bottom: 0;
  }

  .searchItem > div {
    margin: 0 0 20px;
  }
  .searchItem > div:last-child {
    margin-bottom: 0;
  }

  .searchItem .formHead {
    width: 115px;
  }

  .searchItem:last-child div:last-child .formHead {
    width: 176px;
  }

  .searchButtonWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 25px 0 0;
  }

  .searchButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 45px;
    padding: 0 22px 0 32px;
    background: #333;
    font-size: .17rem;
    font-weight: 500;
    color: #fff;
    border: solid 1px #333;
    border-radius: 200px;
    cursor: pointer;
  }

  .searchButton::after {
    content: "";
    width: 19px;
    height: 19px;
    margin: 0 0 0 10px;
    background: url(../img/icon_search.svg) no-repeat center / 19px;
  }

  .searchButton:hover {
    background: #FF9900;
    border-color: #FF9900;
  }

  .managementSearchItem > div {
    margin: 0 0 20px;
  }

  .managementSearchItemL .formControl {
    width: 100%;
  }




  /*----- document -----*/
  .documentItem {
    padding: 16px 0 14px;
    border-bottom: 1px solid #C6C6C6;
  }

  .mypageContent .documentItem:first-child {
    border-top: 1px solid #C6C6C6;
  }

  .documentItem2 {
    padding-top: 0;
  }

  .documentTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .documentName {
    margin: 0 10px 6px 0;
    padding: 0 0 0 28px;
    position: relative;
    font-size: .17rem;
    font-weight: 500;
    line-height: 1.5;
    color: #004FC5;
    text-decoration: underline;
  }

  .documentName::before {
    content: "";
    width: 18px;
    height: 20px;
    position: absolute;
    top: 3px;
    left: 0;
    background: url(../img/icon_document.svg) no-repeat center center / 18px 20px;
  }

  .documentTopInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 6px;
  }

  .documentDate {
    font-size: .17rem;
    line-height: 1.5;
  }

  .documentButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 26px;
    margin: 0 0 0 8px;
    background: #fff;
    font-size: .14rem;
    border: 1px solid #525252;
    box-shadow: 1px 1px 0px #525252;
    border-radius: 6px;
  }

  .documentButton.delete {
    padding: 0 8px;
  }

  .documentButton.delete::before {
    content: "";
    width: 9px;
    height: 9px;
    margin: 1px 5px 0 0;
    background: url(../img/icon_delete.svg) no-repeat center center / 9px;
  }

  .documentButtonEditWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    margin: 8px 0 0;
  }

  .documentButton.edit {
    padding: 0 8px;
    margin-left: 0;
  }

  .documentButton.edit::before {
    content: "";
    width: 12px;
    height: 12px;
    margin: 1px 5px 0 0;
    background: url(../img/icon_edit.svg) no-repeat center center / 12px;
  }

  .documentIcon {
    width: 25px;
    height: 28px;
    margin: 0 4px 0 12px;
    background: url(../img/icon_xls.svg) no-repeat center center / 25px 28px;
  }

  .documentText {
    margin: 2px 0 0;
    font-size: .16rem;
    line-height: 1.5;
  }




  /*----- mypage -----*/
  .mypageSection {
    margin: 0 0 48px;
  }

  .mypageSection:last-child {
    margin-bottom: 0;
  }

  .mypageSection .box {
    padding-top: 35px;
    padding-bottom: 50px;
  }

  .mypageHead {
    padding: 0 0 0 20px;
    position: relative;
    font-size: .24rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
  }

  .mypageHead::before {
    content: "";
    width: 8px;
    height: 37px;
    position: absolute;
    top: 0;
    left: 0;
    background: #444;
    border-radius: 10px;
  }

  .mypageText {
    margin: 10px 0 0;
    font-size: .17rem;
    line-height: 1.5;
  }

  .mypageContent {
    margin: 24px 0 0;
  }

  .noticeGuideWrap {
    margin: 14px 0 0;
    padding: 10px 14px 10px 44px;
    position: relative;
    background: #EFEFEF;
  }

  .noticeGuideWrap::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 10px;
    left: 14px;
    background: #fff url(../img/accordion_bottom.svg) no-repeat center center / 11px 7px;
    border: 1px solid #525252;
    box-shadow: 1px 1px 0px #525252;
    border-radius: 50%;
  }

  .noticeGuideText {
    font-size: .15rem;
    line-height: 1.6;
  }

  .noticeListWrap {
    margin: 32px 0 0;
  }

  .noticeItem {
    margin: 0 0 16px;
    position: relative;
  }
  .noticeItem:last-child {
    margin-bottom: 0;
  }

  .noticeListWrap .noticeItem {
    margin-bottom: 30px;
    border-bottom: 1px solid #D9D9D9;
  }
  .noticeListWrap .noticeItem:last-child {
    margin-bottom: 0;
    border-bottom: none;
  }

  .noticeTop {
    position: relative;
  }

  .noticeInfo {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .noticeDate {
    margin: 0 16px 0 0;
    font-size: .17rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .noticeCat {
    width: 95px;
    padding: 7px 0;
    background: #444;
    font-size: .13rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    border-radius: 4px;
  }

  .noticeText {
    margin: 10px 0 0;
    padding: 0 40px 0 0;
    font-size: .17rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .noticeListWrap .noticeText {
    padding-right: 0;
  }

  .noticeAccordionItem {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 1;
  }

  .noticeAccordionItem {
    width: 32px;
    height: 32px;
    background: #fff;
    border: 1px solid #525252;
    box-shadow: 1px 1px 0px #525252;
    border-radius: 50%;
  }

  .noticeAccordionItem::before {
    content: "";
    width: 14px;
    height: 9px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../img/accordion_bottom.svg) no-repeat center center / 14px 9px;
  }

  .noticeAccordionItem.accordion-open::before {
    background: url(../img/accordion_top.svg) no-repeat center center / 14px 9px;
  }

  .noticeInner {
    margin: 0 0 64px;
    position: relative;
    top: 10px;
  }

  .noticeListWrap .noticeInner {
    margin-top: 10px;
    margin-bottom: 26px;
    position: static;
    top: 0;
  }

  .js-accordion-inner {
    display: none;
  }

  .noticeInnerTextWrap {
    margin: 0 0 10px;
  }

  .noticeInnerText {
    font-size: .16rem;
    line-height: 1.5;
  }

  .noticeInnerLink {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 6px 0 0;
  }

  .noticeInnerLink a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: .17rem;
    line-height: 1.7;
    color: #004FC5;
    text-decoration: underline;
  }

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

  .linkArrow::before {
    content: "";
    width: 12px;
    height: 13px;
    margin: 1px 10px 0 0;
    background: url(../img/icon_arrow_right_blue.svg) no-repeat center center / 12px 13px;
  }

  .linkDocument::before {
    content: "";
    width: 18px;
    height: 20px;
    margin: 0 10px 0 0;
    background: url(../img/icon_document.svg) no-repeat center center / 18px 20px;
  }

  .mypageContent .tableWrap {
    margin-top: 0;
  }

  .mypageButtonWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 30px 0 0;
  }

  .mypageButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 39px;
    margin: 0 auto 15px;
    background: #fff;
    font-size: .16rem;
    font-weight: 500;
    text-align: center;
    border: 1px solid #525252;
    box-shadow: 2px 2px 0px #525252;
    border-radius: 100px;
  }
  .mypageButton:last-child {
    margin-bottom: 0;
  }

  .mypageButton::before {
    content: "";
    width: 12px;
    height: 13px;
    margin: 0 14px 0 0;
    background: url(../img/icon_arrow_right.svg) no-repeat center / 12px 13px;
  }

  .mypageLinkList {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 -45px;
  }

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

  .mypageLinkItem:last-child {
    margin-bottom: 0;
  }

  .mypageLinkImage {
    display: block;
    width: 100%;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
  }

  .mypageLinkImage::before {
    content: "";
    display: block;
    padding: 53% 0 0;
  }

  .mypageLinkImage img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .mypageLinkHead {
    display: inline-block;
    margin: 14px 0 0;
    padding: 0 0 0 22px;
    position: relative;
    font-size: .17rem;
    font-weight: 500;
    line-height: 1.5;
    color: #004FC5;
    text-decoration: underline;
  }

  .mypageLinkHead:hover {
    text-decoration: none;
  }

  .mypageLinkHead::before {
    content: "";
    width: 12px;
    height: 13px;
    position: absolute;
    top: 7px;
    left: 0;
    background: url(../img/icon_arrow_right_blue.svg) no-repeat center center / 12px 13px;
  }

  .mypageLinkText {
    margin: 8px 0 0;
    font-size: .16rem;
    line-height: 1.5;
  }

  .mypageLinkNotes {
    margin: 44px 0 0;
    font-size: .15rem;
    line-height: 1.4;
  }




  /*----- breadcrumb -----*/
  .breadcrumbWrap {
    margin: 16px 0 -18px;
  }

  .breadcrumbList {
    padding: 0 25px;
  }

  .breadcrumbItem {
    display: inline;
    font-size: .14rem;
    line-height: 1.8;
  }
  .breadcrumbItem:last-child {
    margin-right: 0;
  }

  .breadcrumbItem::after {
    content: ">>";
    display: inline;
    margin: 0 10px;
  }
  .breadcrumbItem:last-child::after {
    content: none;
  }

  .breadcrumbItem a {
    text-decoration: underline;
  }

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




  /*----- footer -----*/
  .footer {
    margin: 64px 0 0;
    padding: 35px 0 15px;
    position: relative;
    background: #3A3A3A;
    text-align: center;
    border-top: solid 5px #ABABAB;
  }

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

  .footerButton {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 39px;
    padding: 0 62px 0 58px;
    background: #fff;
    font-size: .16rem;
    font-weight: 500;
    border: 1px solid #525252;
    box-shadow: 2px 2px 0 #525252;
    border-radius: 100px;
  }

  .footerButton::before {
    content: "";
    width: 12px;
    height: 13px;
    margin: 0 14px 0 0;
    background: url(../img/icon_arrow_right.svg) no-repeat center / 12px 13px;
  }

  .copyright {
    display: block;
    margin: 70px 0 0;
    font-size: .13rem;
    line-height: 1.4;
    color: #fff;
  }

  .copyright span {
    display: block;
  }

  /*----- clear button -----*/
  .batsu {
/*--    display: block; --*/
    display: none;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 10px;
    right: 10px;
  }

  .batsu::before, .batsu::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 20px;
    background: #333;
    border-radius: 2.5px;
  }
 
  .batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
  }
 
  .batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}

/* END */