@charset "utf-8";
@media only print, screen and (min-width: 751px) {
  /*--------------------*/
  /*---- pc_cont.css ----*/
  /*--------------------*/

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

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

  body * {
    letter-spacing: 0.05em;
  }

  img {
    height: auto;
    vertical-align: bottom;
  }

  .pcNone {
    display: none !important;
  }

  .container {
    width: 1000px;
    margin: 0 auto;
  }

  .content {
    margin: 60px 0 0;
  }

  .box {
    padding: 55px 50px 64px;
    background: #fff;
    box-shadow: 2px 2px 0 4px rgba(0,0,0,.05);
    border-radius: 10px;
  }

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

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

  .boxBgWrap {
    margin: 20px 0 0;
    text-align: center;
  }

  .boxBgText {
    display: inline-block;
    padding: 19px 36px 19px 40px;
    background: #EFEFEF;
    font-size: .15rem;
    line-height: 1.5;
    border-radius: 5px;
  }

  .text {
    padding: 0 0 2px;
  }

  .textCenter {
    text-align: center;
  }

  .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 {
    margin: 45px 0 0;
  }

  .table {
    width: 100%;
  }

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

  .table th {
    background: #EFEFEF;
    font-weight: 700;
  }

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

  /*----- hachi-pay -----*/
  .hpWrap {
    margin: 50px 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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 105px;
    background: #fff;
  }

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

  .headerUserInfo {
    text-align: right;
  }

  .headerUserName {
    font-size: .16rem;
    line-height: 1.6;
  }

  .headerUserInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0 0;
  }

  .headerUserState {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 33px;
    margin: 0 13px 0 0;
    padding: 0 15px;
    background: #DB3737;
    font-size: .15rem;
    font-weight: 700;
    color: #fff;
    border-radius: 6px;
  }

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

  .headerLogoutButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 32px; 
    padding: 0 18px 0 13px;
    background: #fff;
    font-size: .15rem;
    font-weight: 700;
    border: 1px solid #525252;
    box-shadow: 1px 1px 0px #525252;
    border-radius: 6px;
  }

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



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

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

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

  .mainText {
    font-size: .17rem;
    line-height: 1.7;
    color: #fff;
  }



  /*----- form -----*/
  .formGroup {
    display: flex;
    align-items: center;
  }
  .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: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 53px;
    height: 22px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    background: #333;
    font-size: .13rem;
    font-weight: 700;
    color: #fff;
    border-radius: 4px;
  }

  .formWrap {
    margin: 20px 0 0;
  }

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

  .formWrap .formHead {
    width: 248px;
    margin: 0 25px 0 0;
    padding-right: 55px;
  }

  .formItem {
    flex: 1;
  }

  .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;
  }

  .w350 {
    width: 350px;
  }
  .w450 {
    width: 450px;
  }

  .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: 309px;
    padding: 14px 58px 15px 22px;
    font-size: .17rem;
    line-height: 1;
    border: solid 2px #333;
    border-radius: 5px;
    cursor: pointer;
  }

  .formDeleteBox {
    width: 100%;
    margin: 50px 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 30px 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 30px 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: 250px;
    margin: 0 15px 0 0;
  }

  .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;
  }
  .formFileLink:hover {
    text-decoration: none;
  }

  .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: 0 50px 0 0;
    font-size: .17rem;
    line-height: 1.7;
  }

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

  .formError {
    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: 100%;
  }

  .formButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 56px;
    background: #333;
    font-size: .22rem;
    font-weight: 500;
    color: #fff;
    border: solid 1px #333;
    border-radius: 200px;
    cursor: pointer;
  }
  .formButton:hover {
    background: #FF9900;
    border-color: #FF9900;
  }

  .formWrap .formButtonWrap {
    margin: 50px 0 0;
  }

  .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;
  }

  .backButton + .formButton {
   margin-left: 20px;
  }

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

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

  .requesthead {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 178px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #555;
    font-size: .17rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
  }

  .requestText {
    padding: 20px 26px 20px 204px;
    font-size: .17rem;
    line-height: 1.7;
  }

  .completeTextWrap {
    margin: 40px 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: 64px 0 0;
  }

  .completeButton {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 56px;
    padding: 0 32px 0 40px;
    background: #333;
    font-size: .22rem;
    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: 210px;
  }

  .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: 170px;
  }

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




  /*----- login -----*/
  .loginFormWrap {
    width: 455px;
    margin: 0 auto;
  }

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

  .loginFormWrap .formHead {
    width: 125px;
  }

  .loginFormWrap .formButtonWrap {
    margin: 25px 0 0;
    justify-content: flex-start;
  }

  .loginButton {
    margin: 0 0 0 124px;
    padding: 0 44px 0 35px;
  }

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

  .forgotPassword {
    margin: 45px 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 {
    width: 485px;
    margin: 40px auto 0;
  }

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

  .passwordFormWrap .formHead {
    width: 155px;
  }

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

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

  .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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 42px 0 -10px;
  }

  .kanriMenuItem {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 270px;
    height: 100px;
    margin: 0 45px 40px 0;
    background: #fff;
    font-size: .18rem;
    font-weight: 500;
    border: 1px solid #525252;
    box-shadow: 2px 2px 0px #525252;
    border-radius: 8px;
  }
  .kanriMenuItem:nth-child(3n) {
    margin-right: 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%;
    letter-spacing: -.4em;
    text-align: center;
  }

  .boxPager li {
    display: inline-block;
    letter-spacing: normal;
    margin: 0px 7px;
  }

  .boxPager li.pref {
    margin-right: 43px;
  }

  .boxPager li.next {
    margin-left: 43px;
  }

  .boxPager li a,
  .boxPager li div {
    width: 46px;
    height: 46px;
    font-size: .17rem;
    line-height: 44px;
    text-align: center;
  }

  .boxPager li a {
    background: #fff;
    display: block;
    border: 1px solid #444;
    text-decoration: none;
  }

  .boxPager li div {
    font-weight: 700;
    color: #fff;
    border: 1px solid #444;
    background: #444;
  }

  .boxPager .spNum {
    display: none;
  }




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

  .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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
  }
  .searchItem:last-child {
    margin-bottom: 0;
  }

  .searchItem > div:first-child {
    width: 375px;
    margin-right: 50px;
  }

  .searchItem > div:first-child .formSelect {
    width: 260px;
  }

  .searchItem>div:last-child .formSelect {
    width: 360px;
  }

  .searchItem:last-child div:last-child .formControl {
    width: 298px;
  }

  .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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .managementSearchItem > div:first-child {
    margin-right: 72px;
  }

  .managementSearchItem .formHead,
  .managementSearchItemM .formHead,
  .managementSearchItemL .formHead {
    width: 175px;
  }

  .managementSearchItem > div:nth-child(2) .formHead {
    width: 66px;
  }

  .managementSearchItemL {
    margin: 20px 0 0;
  }

  .managementSearchItemL .formControl {
    width: 100%;
  }

  .managementSearchItemM {
    margin: 20px 0 0;
  }

  .managementSearchItemM .formControl {
    width: 150px;
  }



  /*----- document -----*/
  .documentItem {
    padding: 20px 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;
    padding: 0 0 0 28px;
    position: relative;
  }

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

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

  .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 10px;
    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;
  }
  .documentButton.edit {
    padding: 0 8px;
  }
  .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: 6px 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: .27rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
  }

  .mypageHead::before {
    content: "";
    width: 8px;
    height: 100%;
    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: 8px 20px 8px 42px;
    position: relative;
    background: #EFEFEF;
  }

  .noticeGuideWrap::before {
    content: "";
    width: 23px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 12px;
    transform: translateY(-50%);
    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.7;
  }

  .noticeListWrap {
    margin: 40px 0 0;
  }

  .noticeItem {
    margin: 0 0 16px;
  }
  .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 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

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

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

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

  .noticeText {
    font-size: .17rem;
    font-weight: 700;
    line-height: 1.5;
  }

  .noticeAccordionItem {
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 1px 0 0 8px;
    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%;
    cursor: pointer;
  }

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

  .noticeInner {
    margin: 0 0 38px 118px;
    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;
    height: 39px;
    margin: 0 20px 0 0;
    padding: 0 28px 0 24px;
    font-size: .16rem;
    font-weight: 500;  
    background: #fff;
    border: 1px solid #525252;
    box-shadow: 2px 2px 0px #525252;
    border-radius: 100px;
  }
  .mypageButton:last-child {
    margin-right: 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: 270px;
    margin: 0 45px 45px 0;
  }
  .mypageLinkItem:nth-child(3n) {
    margin-right: 0;
  }

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

  .mypageLinkImage img {
    width: 270px;
    height: 180px;
    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: 24px 0 -20px;
  }

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

  .breadcrumbItem {
    margin: 0 50px 0 0;
    position: relative;
    font-size: .15rem;
    line-height: 1.5;
  }
  .breadcrumbItem:last-child {
    margin-right: 0;
  }

  .breadcrumbItem::after{
    content: ">>";
    display: block;
    position: absolute;
    top: 50%;
    right: -34px;
    transform: translateY(-50%);
  }
  .breadcrumbItem:last-child::after{
    content: none;
  }

  .breadcrumbItem a {
    text-decoration: underline;
  }

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




  /*----- footer -----*/
  .footer {
    margin: 115px 0 0;
    padding: 45px 0 20px;
    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 30px 0 25px;
    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: 74px 0 0;
    font-size: .15rem;
    color: #fff;
  }

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

  .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 */