.mypage-StepBar {
  padding: 0;
  list-style-type: none;
}

.mypage .content {
  background-color: #eeefed;
}

.mypage-Header {
  text-align: center;
  padding-top: 30px;
  padding-left: 10px;
  padding-right: 10px;
}

.mypage-Header_Title {
  font-size: 7vw;
  font-weight: normal;
  font-family: "Kosugi Maru", sans-serif;
}

.mypage-Header_Title-en {
  display: block;
  margin-top: .5em;
  color: #00b500;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Oswald", sans-serif;
}

.mypage-Header_Text {
  line-height: 1.5;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #F00;
}

.mypage-Body {
  min-height: 55vh;
  padding: 0 10px 5vh;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.mypage-Body_Container {
  padding-bottom: 100px;
}

.mypage-Body_Text {
  line-height: 1.7;
  text-align: center;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.mypage-Login {
  padding: 1em;
  border-radius: 8px;
  background-color: #fff;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.mypage-Login_Label {
  display: block;
  margin-bottom: .3em;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.mypage-Login_Input {
  width: 100%;
  margin-bottom: 1em;
  padding: .5em;
  border: 3px solid #333;
  border-radius: 8px;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-Login_Input:focus {
  background-color: #fffe7b;
}

.mypage-Login_SubmitBox {
  padding: 1em 0;
  text-align: center;
}

.mypage-Login_SubmitBtn {
  width: 80%;
  padding: .5em;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  background-color: #00b500;
}

.mypage-Login_SubmitBtn:hover, .mypage-Login_SubmitBtn:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

.mypage-Login_Missing {
  color: #00b500;
}

.mypage-Form {
  padding: 30px 10px;
  border-radius: 8px;
  background-color: #fff;
}

.mypage-Form_Field {
  margin-bottom: 30px;
  padding: 0;
  border: none;
}

.mypage-Form_Legend {
  font-size: 5vw;
  font-weight: bold;
  display: table;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
}

.mypage-Form_Legend:before, .mypage-Form_Legend:after {
  display: inline-block;
  width: 2em;
  height: 3px;
  margin: 0 .5em;
  content: '';
  vertical-align: middle;
  background-color: #00b500;
}

.mypage-Form_Label {
  display: block;
  margin-bottom: .3em;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.mypage-Form_Input {
  margin-bottom: 1em;
  padding: .5em;
  border: 3px solid #333;
  border-radius: 8px;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-Form_Input:focus {
  background-color: #fffe7b;
}

.mypage-Form_Text {
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-Form_Input-half {
  width: 100%;
}

.mypage-Form_Input-full {
  width: 100%;
}

.mypage-Form_PassBtn {
  padding: .5em;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  background-color: #888;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.mypage-Form_PassBtn:hover, .mypage-Form_PassBtn:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

.mypage-Form_Note {
  margin-top: -1em;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.mypage-Form_File {
  margin-right: .5em;
  margin-bottom: 1.2em;
  padding: .5em;
  vertical-align: middle;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  background-color: #888;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.mypage-Form_File:hover, .mypage-Form_File:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

.mypage-Form_FileName {
  font-size: 22.4px;
  font-size: 1.4rem;
}

.mypage-Form_Check {
  line-height: 1.5;
}

.mypage-Form_Check input[type='checkbox'] {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.mypage-Form_Check input[type='checkbox']:focus + .sw-Form_CheckIn:before {
  background-color: #fffe7b;
}

.mypage-Form_Check input[type='checkbox']:checked + .sw-Form_CheckIn {
  padding-left: 2em;
}

.mypage-Form_Check input[type='checkbox']:checked + .sw-Form_CheckIn:after {
  position: absolute;
  top: -3px;
  left: 5px;
  display: block;
  width: 7px;
  height: 15px;
  content: '';
  transform: rotate(45deg);
  border-right: 5px solid #00b500;
  border-bottom: 5px solid #00b500;
}

.mypage-Form_Link {
  color: #00b500;
}

.mypage-Form_Link:hover, .mypage-Form_Link:focus {
  text-decoration: none;
}

.mypage-Form_SubmitBox {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.mypage-Form_SubmitBtn {
  width: 100%;
  margin: .5em 0;
  padding: .8em 0;
  text-align: center;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  background-color: #00b500;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-Form_BackBtn {
  width: 100%;
  margin: .5em 0;
  padding: .8em 0;
  text-align: center;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #000;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-Form_DeleteBtn {
  width: 100%;
  margin: .5em 0;
  padding: .8em 0;
  text-align: center;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #fff;
  background-color: #c50000;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-Form_SubmitBtn:hover, .mypage-Form_SubmitBtn:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

.mypage-Form_BackBtn:hover, .mypage-Form_BackBtn:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

.mypage-Form_DeleteBtn:hover, .mypage-Form_DeleteBtn:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

.mypage-List {
  margin: 0;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-List_Label {
  font-weight: bold;
  margin-bottom: 0.3em;
}

.mypage-List_Desc {
  margin-bottom: 1em;
  margin-left: 0;
  line-height: 1.7;
}

.sw-Form_CheckIn {
  position: relative;
  display: inline-block;
  padding-bottom: .3em;
  padding-left: 2em;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.sw-Form_CheckIn:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 16px;
  height: 16px;
  content: '';
  vertical-align: middle;
  border: 3px solid #333;
  border-radius: .2em;
  background-color: #fff;
}

.mypage-AccountDelete {
  margin: 2em -0;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.mypage-AccountDelete a {
  color: #00b500;
}

.mypage-StepBar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  margin: 0 auto 20px;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.mypage-StepBar:after {
  position: absolute;
  z-index: 0;
  display: block;
  width: 100%;
  height: 4px;
  content: '';
  background-color: #333;
}

.mypage-StepBar_Item {
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 60px;
  height: 60px;
  text-align: center;
  border: 4px solid #333;
  border-radius: 50%;
  background-color: #fff;
  -ms-flex-pack: center;
      justify-content: center;
  font-family: "Oswald", sans-serif;
  font-size: 22.4px;
  font-size: 1.4rem;
}

.mypage-StepBar_Item[aria-current] {
  background-color: #ffe700;
}

.mypage-StepBar_Text {
  font-weight: bold;
  display: block;
  margin-top: .3em;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-family: "Kosugi Maru", sans-serif;
}

.mypage-RemindMail {
  padding: 1em;
  border-radius: 8px;
  font-size: 28.8px;
  font-size: 1.8rem;
  background-color: #eeefed;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mypage-RemindMail_Label {
  font-weight: bold;
}

.mypage-RemindMail_Desc {
  margin-top: 1em;
  margin-left: 0;
}

.mypage-RemindNote {
  padding: 2em;
  border: 2px solid #bcbdbb;
  border-radius: 8px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.mypage-RemindNote_Title {
  padding-bottom: 1em;
  text-align: center;
  border-bottom: 2px solid #00b500;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-RemindNote_Body {
  line-height: 1.7;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.mypage-RemindNote_Body a {
  color: #00b500;
}

.mypage-GoBack {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}

.mypage-GoBack_Btn {
  padding: .7em 1em;
  display: inline-block;
  border: 4px solid #333;
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.mypage-GoBack_Btn:hover, .mypage-GoBack_Btn:focus {
  transform: translateY(-3px);
  box-shadow: 0 3px 0 #333;
}

@media screen and (min-width: 768px) {

  .mypage-Header {
    padding-top: 40px;
  }

  .mypage-Header_Title {
    font-size: 4.0rem;
  }

  .mypage-Header_Title-en {
    font-size: 2.0rem;
  }

  .mypage-Header_Text {
    font-size: 2.0rem;
  }

  .mypage-Body_Text {
    font-size: 1.8rem;
  }

  .mypage-Login {
    padding: 2em;
  }

  .mypage-Login_Label {
    font-size: 1.8rem;
  }

  .mypage-Login_SubmitBtn {
    width: 200px;
  }

  .mypage-Form {
    padding-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .mypage-Form_Field {
    margin-bottom: 60px;
  }

  .mypage-Form_Legend {
    margin-bottom: 60px;
    font-size: 2.6rem;
  }

  .mypage-Form_Legend:before, .mypage-Form_Legend:after {
    width: 100px;
  }

  .mypage-Form_Label {
    font-size: 1.8rem;
  }

  .mypage-Form_Input-half {
    width: 50%;
  }

  .mypage-Form_FileName {
    font-size: 1.6rem;
  }

  .mypage-Form_SubmitBox {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mypage-Form_SubmitBtn {
    width: 380px;
  }

  .mypage-Form_BackBtn {
      width: 380px;
  }

  .mypage-Form_DeleteBtn {
    width: 380px;
  }

  .mypage-StepBar {
    width: 60%;
    margin-bottom: 50px;
  }

  .mypage-StepBar_Item {
    width: 80px;
    height: 80px;
  }

  .mypage-StepBar_Text {
    font-size: 2.0rem;
  }

  .mypage-RemindMail {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mypage-RemindNote {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .mypage-GoBack {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {

  .mypage-Header {
    padding-top: 60px;
  }

  .mypage-Header_Title {
    margin-bottom: 1em;
  }

  .mypage-Form_SubmitBox {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mypage-RemindMail {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mypage-RemindNote {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .mypage-GoBack {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}
