.compo-qualify-type-tit {
  display: flex;
  justify-content: space-between;
  margin-bottom: 19px;
  font-size: 12px;
  font-weight: 300;
  color: #9ea6bc;
}
.compo-qualify-type-btns {
  display: flex;
  justify-content: space-between;
  margin: 0 -16.5px;
}
.compo-qualify-type .btn {
  flex: 1 1 auto;
  position: relative;
  display: block;
  margin: 0 16.5px;
  width: 100%;
  padding: 30px;
  height: 141px;
  color: #9ea6bc;
  background-color: #fbfbfb;
  background-image: url("../images/system/vec-doctor.png");
  background-size: 56px auto;
  background-repeat: no-repeat;
  background-position: right -1px bottom -1px;
  border: 1px solid #9ea6bc;
  cursor: pointer;
}
.compo-qualify-type .btn::after {
  display: none;
  content: "";
  position: absolute;
  top: -8px;
  right: -11px;
  z-index: 2;
  background-image: url("../images/system/ico-selected-maincolor.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 22px;
  height: 21px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type .btn::after {
    background-image: url("../images/system/ico-selected-maincolor@2x.png");
  }
}
.compo-qualify-type .btn-regular .ico {
  position: absolute;
  right: 53px;
  bottom: 35px;
}
.compo-qualify-type .btn-corperation {
  background-image: url("../images/system/vec-corperation.png");
  background-size: 91px auto;
}
.compo-qualify-type .btn-phone {
  background-image: url("../images/system/vec-phone.png");
  background-position: right 31px bottom 14px;
  background-size: 47px auto;
}
.compo-qualify-type .btn-email {
  background-image: url("../images/system/vec-email.png");
  background-position: right 30px bottom 14px;
  background-size: 87px auto;
}
.compo-qualify-type .btn-email.active {
  background-image: url("../images/system/vec-email-maincolor.png");
}
.compo-qualify-type.disabled .btn {
  cursor: default;
}
.compo-qualify-type.disabled .btn::after {
  background-image: url("../images/mypage/ico-selected.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type.disabled .btn::after {
    background-image: url("../images/mypage/ico-selected@2x.png");
  }
}
.compo-qualify-type.disabled .btn.active {
  color: #9ea6bc;
  background-color: #e5e5e5;
  background-image: url("../images/system/vec-doctor.png");
  border-color: #9ea6bc;
}
.compo-qualify-type.disabled .btn.active::after {
  display: block;
}
.compo-qualify-type.disabled .btn-regular.active {
  background-image: url("../images/system/vec-doctor.png");
}
.compo-qualify-type.disabled .btn-regular.active .ico {
  background-image: url("../images/system/ico-union.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type.disabled .btn-regular.active .ico {
    background-image: url("../images/system/ico-union@2x.png");
  }
}
.compo-qualify-type.disabled .btn-corperation.active {
  background-image: url("../images/system/vec-corperation.png");
}
.compo-qualify-type.disabled .btn-email.active {
  background-image: url("../images/system/vec-email.png");
}
.compo-qualify-type:not(.disabled) .btn:hover, .compo-qualify-type:not(.disabled) .btn.active {
  font-weight: 500;
  color: #3734f0;
  background-image: url("../images/system/vec-doctor-color.png");
  background-color: #e5e5fd;
  border-color: #3734f0;
}
.compo-qualify-type:not(.disabled) .btn.active::after {
  display: block;
}
.compo-qualify-type:not(.disabled) .btn-regular:hover .ico,
.compo-qualify-type:not(.disabled) .btn-regular.active .ico {
  background-image: url("../images/system/ico-union-maincolor.png");
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .compo-qualify-type:not(.disabled) .btn-regular:hover .ico,
  .compo-qualify-type:not(.disabled) .btn-regular.active .ico {
    background-image: url("../images/system/ico-union-maincolor@2x.png");
  }
}
.compo-qualify-type:not(.disabled) .btn-corperation:hover,
.compo-qualify-type:not(.disabled) .btn-corperation.active {
  background-image: url("../images/system/vec-corperation-color.png");
}
.compo-qualify-type:not(.disabled) .btn-phone:hover,
.compo-qualify-type:not(.disabled) .btn-phone.active {
  background-image: url("../images/system/vec-phone.png");
}
@media all and (max-width: 1024px) {
  .compo-qualify-type-tit {
    margin-bottom: 20px;
  }
  .compo-qualify-type-btns {
    display: block;
    margin: 0;
  }
  .compo-qualify-type .btn {
    margin: 16px 0 0;
    height: 120px;
    font-size: 14px;
  }
  .compo-qualify-type .btn::after {
    top: -6px;
    right: 10px;
  }
}

.compo-table {
  width: 100%;
  color: #9ea6bc;
  table-layout: fixed;
}
@media all and (min-width: 1025px) {
  .compo-table tbody tr {
    transition: color 0.15s, box-shadow 0.15s;
  }
  .compo-table tbody tr:hover {
    color: #00194d;
    box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
  }
}
.compo-table th,
.compo-table td {
  padding: 0;
}
.compo-table th.num,
.compo-table td.num {
  padding-left: 30px;
  width: 96px;
}
.compo-table th.title,
.compo-table td.title {
  padding-right: 30px;
}
.compo-table th.author,
.compo-table td.author {
  width: 102px;
}
.compo-table th.date,
.compo-table td.date {
  width: 141px;
}
.compo-table th.view,
.compo-table td.view {
  width: 106px;
}
.compo-table th.arrow,
.compo-table td.arrow {
  display: none;
}
.compo-table th {
  padding-bottom: 17px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}
.compo-table td {
  padding-top: 21px;
  padding-bottom: 22px;
}
@media all and (max-width: 782px) {
  .compo-table tbody,
  .compo-table thead {
    display: block;
  }
  .compo-table tbody tr:not(.open),
  .compo-table thead tr:not(.open) {
    display: flex;
  }
  .compo-table tbody tr:not(.open) th,
  .compo-table tbody tr:not(.open) td,
  .compo-table thead tr:not(.open) th,
  .compo-table thead tr:not(.open) td {
    flex: 0 0 auto;
  }
  .compo-table tbody tr:not(.open) th.title,
  .compo-table tbody tr:not(.open) td.title,
  .compo-table thead tr:not(.open) th.title,
  .compo-table thead tr:not(.open) td.title {
    flex: 1 1 auto;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .compo-table th,
  .compo-table td {
    font-size: 12px;
  }
  .compo-table th.num,
  .compo-table td.num {
    padding-left: 0;
    width: 67px;
  }
  .compo-table th.author,
  .compo-table td.author {
    width: 61px;
  }
  .compo-table th.mhide,
  .compo-table td.mhide {
    display: none;
  }
  .compo-table th.arrow,
  .compo-table td.arrow {
    display: table-cell;
    width: 16px;
  }
  .compo-table th.arrow .sico,
  .compo-table td.arrow .sico {
    fill: #9ea6bc;
    width: 16px;
  }
  .compo-table td {
    padding-top: 16px;
    padding-bottom: 13px;
  }
  .compo-table td.title {
    font-size: 14px;
  }
  .compo-table tr.open {
    position: relative;
    left: -20px;
    display: block;
    margin: 15px 0;
    padding: 23px 20px;
    width: 100vw;
    box-shadow: 5px 10px 40px rgba(0, 67, 230, 0.15);
  }
  .compo-table tr.open td {
    position: relative;
    display: block;
    margin-top: 10px;
    padding: 0 0 0 67px;
    width: auto;
    color: #00194d;
  }
  .compo-table tr.open td:first-child {
    margin-top: 0;
  }
  .compo-table tr.open td:not(.arrow)::before {
    content: attr(data-cell-name);
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 67px;
    font-size: 12px;
    color: #9ea6bc;
  }
  .compo-table tr.open td.title {
    padding-right: 20px;
  }
  .compo-table tr.open td.mhide {
    display: block;
  }
  .compo-table tr.open td.arrow {
    position: absolute;
    top: 25px;
    right: 20px;
    margin: 0;
    padding: 0;
    transform: rotate(180deg);
  }
  .compo-table tr.open td.arrow .sico {
    fill: #00194d;
  }
}

#mypage {
  background-color: #f8faff;
}
#mypage .compo-input.agreement .ico {
  background-image: url("../images/system/ico-folder-account-outline.png");
  width: 24px;
  height: 24px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  #mypage .compo-input.agreement .ico {
    background-image: url("../images/system/ico-folder-account-outline@2x.png");
  }
}
#mypage-sidebar {
  position: relative;
  height: 100%;
}
#mypage-sidebar .inner-wrap {
  position: sticky;
  top: 144px;
  display: flex;
  flex-direction: column;
  padding: 37px 0 31px;
  height: 683px;
  background-color: #fff;
  background-image: url("../images/mypage/sidebar-bg.png");
  background-repeat: no-repeat;
  background-size: 224px auto;
  background-position: center bottom 113px;
}
#mypage-sidebar .lnb {
  flex: 1 1 auto;
}
#mypage-sidebar .lnb .btn {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 70px;
  height: 60px;
  font-size: 14px;
  color: #9ea6bc;
}
#mypage-sidebar .lnb .btn.active {
  color: #3734f0;
}
#mypage-sidebar .lnb .btn.active .sico {
  fill: #3734f0;
}
#mypage-sidebar .lnb .sico {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 30px;
  width: 24px;
  height: 24px;
  fill: #9ea6bc;
}
#mypage-sidebar .leave {
  flex: 0 0 auto;
  margin: 0 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 14px;
  font-weight: 500;
  color: #3734f0;
  border: 1px solid;
}
@media all and (max-width: 1024px) {
  #mypage-sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 76px;
  }
  #mypage-sidebar .inner-wrap {
    position: static;
    padding: 0;
    display: block;
    height: inherit;
    background: #fff;
    box-shadow: 5px -10px 20px rgba(0, 67, 230, 0.05);
  }
  #mypage-sidebar .lnb {
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100%;
  }
  #mypage-sidebar .lnb .btn {
    flex: 1 1 auto;
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
    width: 33.3333333333%;
    height: inherit;
    font-size: 12px;
  }
  #mypage-sidebar .lnb .sico {
    position: static;
    margin: 0 0 5px;
    width: 24px;
    height: 24px;
  }
  #mypage-sidebar .leave {
    display: none;
  }
}
@media all and (max-width: 782px) {
  #mypage {
    background-color: #fff;
  }
}

#mypage.mypage-dashboard #mypage-container {
  position: relative;
  z-index: 2;
}
#mypage.mypage-dashboard .widget {
  background-color: #fff;
}
@media all and (min-width: 1025px) {
  #mypage.mypage-dashboard .row-widget {
    flex-wrap: nowrap;
    margin-left: -71px;
  }
  #mypage.mypage-dashboard .row-widget .col-user {
    padding-top: 16px;
    width: 300px;
  }
  #mypage.mypage-dashboard .row-widget .col-4 {
    width: 100%;
  }
}
#mypage.mypage-dashboard .widget-userdata {
  padding: 35px 40px 36px;
  color: #fff;
  background-color: #3734f0;
  border-radius: 20px;
  box-shadow: 10px 20px 20px rgba(55, 52, 240, 0.2);
}
#mypage.mypage-dashboard .widget-userdata .name {
  display: flex;
  align-items: flex-end;
  font-size: 22px;
  font-weight: 700;
}
#mypage.mypage-dashboard .widget-userdata .name .type {
  margin-left: 8px;
  font-size: 12px;
}
#mypage.mypage-dashboard .widget-userdata .content {
  margin-top: 47px;
  text-align: right;
}
#mypage.mypage-dashboard .widget-conference {
  padding: 32px 0 33px 28px;
}
#mypage.mypage-dashboard .widget-conference .title {
  font-size: 18px;
  font-weight: 500;
}
#mypage.mypage-dashboard .widget-conference .link {
  display: flex;
  margin-top: 34px;
}
#mypage.mypage-dashboard .widget-conference .link-data {
  flex: 1 1 auto;
  padding-right: 15px;
}
#mypage.mypage-dashboard .widget-conference .link-tit {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}
#mypage.mypage-dashboard .widget-conference .link-desc {
  margin-top: 5px;
  font-size: 12px;
  color: #9ea6bc;
}
#mypage.mypage-dashboard .widget-conference .link-date {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 5px;
  width: 68px;
  height: 65px;
  font-size: 27px;
  font-weight: 300;
  background-color: #ebebfe;
}
#mypage.mypage-dashboard .widget-conference .link-date .day {
  line-height: 1;
}
#mypage.mypage-dashboard .widget-conference .link-date .month {
  padding-left: 2px;
  font-size: 12px;
}
#mypage.mypage-dashboard .widget-vod {
  padding: 32px 28px 28px;
  position: relative;
}
#mypage.mypage-dashboard .widget-vod .title {
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
}
#mypage.mypage-dashboard .widget-vod .title .type {
  float: right;
  font-size: 12px;
  font-weight: 400;
  color: #9ea6bc;
}
#mypage.mypage-dashboard .widget-vod .progress {
  margin-top: 50px;
}
#mypage.mypage-dashboard .widget-vod .progress-bar {
  max-width: 119px;
  height: 4px;
  background-color: #f8faff;
}
#mypage.mypage-dashboard .widget-vod .progress-bar .bar {
  height: 100%;
  background-color: #3734f0;
}
#mypage.mypage-dashboard .widget-vod .progress-note {
  margin-top: 5px;
  font-size: 12px;
  line-height: 18px;
}
#mypage.mypage-dashboard .widget-vod .progress-note .time {
  color: #3734f0;
}
#mypage.mypage-dashboard .widget-vod .play {
  position: absolute;
  right: 28px;
  bottom: 32px;
}
#mypage.mypage-dashboard .row-notice {
  margin-top: 30px;
}
#mypage.mypage-dashboard .widget-notice {
  position: relative;
  padding: 40px 0 40px 40px;
}
#mypage.mypage-dashboard .widget-notice .title {
  font-size: 12px;
  font-weight: 400;
  color: #334364;
}
#mypage.mypage-dashboard .widget-notice .content-inner {
  position: relative;
  margin-top: 42px;
  padding-right: 40px;
  height: 363px;
  overflow: hidden;
  overflow-y: auto;
}
#mypage.mypage-dashboard .widget-notice .content-inner li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#mypage.mypage-dashboard .widget-notice .content-inner li:first-child {
  margin-top: 0;
}
#mypage.mypage-dashboard .widget-notice .content-inner .icon {
  flex: 0 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: rgba(52, 240, 172, 0.1);
  border-radius: 50%;
}
#mypage.mypage-dashboard .widget-notice .content-inner .icon .sico {
  fill: #34f0ac;
}
#mypage.mypage-dashboard .widget-notice .content-inner .icon-comment .sico {
  width: 20px;
  height: 21px;
}
#mypage.mypage-dashboard .widget-notice .content-inner .icon-check .sico {
  width: 24px;
  height: 24px;
}
#mypage.mypage-dashboard .widget-notice .content-inner .icon-rotate .sico {
  width: 23px;
  height: 24px;
}
#mypage.mypage-dashboard .widget-notice .content-inner .message {
  flex: 1 1 auto;
  margin-left: 20px;
  font-size: 14px;
  line-height: 24px;
}
#mypage.mypage-dashboard .widget-notice .content-inner .message .more {
  margin-left: 6px;
  padding: 3px 8px 5px;
  font-size: 12px;
  line-height: 18px;
  color: #3734f0;
  background-color: #ebebfe;
  border-radius: 15px;
}
#mypage.mypage-dashboard .widget-notice .content-inner .date {
  flex: 0 0 auto;
  margin-right: 0;
  margin-left: auto;
  font-size: 12px;
  color: #9ea6bc;
  line-height: 18px;
}
#mypage.mypage-dashboard .widget-notice .content-inner::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
#mypage.mypage-dashboard .widget-notice .content-inner::-webkit-scrollbar-thumb {
  background: #3734f0;
  border-radius: 4px;
}
#mypage.mypage-dashboard .widget-notice .content-inner::-webkit-scrollbar-thumb:hover {
  background: #3734f0;
}
#mypage.mypage-dashboard .widget-notice .content-inner::-webkit-scrollbar-track {
  background: #ffffff;
  border-radius: 0px;
}
#mypage.mypage-dashboard .widget-notice .content-shadow {
  user-select: none;
  pointer-events: none;
  touch-action: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 4px);
  height: 85px;
  background: linear-gradient(180deg, #fff -50.46%, rgba(255, 255, 255, 0) 350.46%);
  opacity: 0.7;
  transition: opacity 0.15s;
}
#mypage.mypage-dashboard .widget-notice .content-shadow.hide {
  opacity: 0;
}
#mypage.mypage-dashboard .widget-notice .content-toggle {
  display: none;
}
@media all and (max-width: 1024px) {
  #mypage.mypage-dashboard .widget-userdata {
    height: 100%;
  }
}
@media all and (max-width: 782px) {
  #mypage.mypage-dashboard .widget {
    margin-top: 40px;
  }
  #mypage.mypage-dashboard .widget-userdata {
    margin-top: 0;
    height: inherit;
    box-shadow: 0px 20px 20px rgba(55, 52, 240, 0.15);
  }
  #mypage.mypage-dashboard .widget-userdata .content {
    margin-top: 53px;
  }
  #mypage.mypage-dashboard .widget-conference {
    padding-left: 26px;
    box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
  }
  #mypage.mypage-dashboard .widget-conference .link-date {
    width: 64px;
  }
  #mypage.mypage-dashboard .widget-vod {
    padding: 32px 20px 27px 26px;
    box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
  }
  #mypage.mypage-dashboard .widget-vod .progress-bar {
    max-width: 111px;
  }
  #mypage.mypage-dashboard .widget-vod .play {
    right: 26px;
  }
  #mypage.mypage-dashboard .row-notice {
    margin-top: 64px;
  }
  #mypage.mypage-dashboard .widget-notice {
    margin-top: 0;
    padding: 0;
  }
  #mypage.mypage-dashboard .widget-notice .content-inner {
    margin-top: 25px;
    padding: 0;
    height: inherit;
    overflow: visible;
  }
  #mypage.mypage-dashboard .widget-notice .content-inner li {
    position: relative;
    margin-top: 15px;
    padding: 20px 15px 15px;
    align-items: inherit;
    min-height: 120px;
    box-shadow: 5px 5px 40px rgba(0, 67, 230, 0.05);
  }
  #mypage.mypage-dashboard .widget-notice .content-inner li:not(:first-child) {
    display: none;
  }
  #mypage.mypage-dashboard .widget-notice .content-inner .message {
    padding-bottom: 35px;
    font-size: 13px;
  }
  #mypage.mypage-dashboard .widget-notice .content-inner .message .more {
    position: absolute;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  #mypage.mypage-dashboard .widget-notice .content-inner .date {
    position: absolute;
    top: 65px;
    left: 0;
    width: 70px;
    line-height: 24px;
    text-align: center;
  }
  #mypage.mypage-dashboard .widget-notice .content-inner.show-all li:not(:first-child) {
    display: flex;
  }
  #mypage.mypage-dashboard .widget-notice .content-shadow {
    display: none;
  }
  #mypage.mypage-dashboard .widget-notice .content-toggle {
    display: block;
    margin-top: 16px;
    text-align: center;
  }
  #mypage.mypage-dashboard .widget-notice .content-toggle .btn {
    font-size: 12px;
    height: 27px;
    color: #334364;
  }
  #mypage.mypage-dashboard .widget-notice .content-toggle .btn.active span {
    font-size: 0;
  }
  #mypage.mypage-dashboard .widget-notice .content-toggle .btn.active span::after {
    content: attr(data-toggle-txt);
    font-size: 12px;
  }
  #mypage.mypage-dashboard .widget-notice .content-toggle .btn.active .sico {
    transform: rotate(180deg);
  }
  #mypage.mypage-dashboard .widget-notice .content-toggle .sico {
    width: 19px;
    height: 19px;
    fill: #334364;
  }
}

#mypage.mypage-modify #mypage-container {
  padding: 90px 117px;
  background-color: #fff;
}
#mypage.mypage-modify .page-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#mypage.mypage-modify .page-container {
  margin-top: 40px;
}
#mypage.mypage-modify .block-buttons {
  display: flex;
  justify-content: center;
  margin: 61px -15px 0;
}
#mypage.mypage-modify .block-buttons .btn {
  margin: 20px 15px 0;
}
#mypage.mypage-modify .block-buttons .btn-modify {
  display: none;
}
#mypage.mypage-modify .block-buttons.disabled .btn-temp,
#mypage.mypage-modify .block-buttons.disabled .btn-save,
#mypage.mypage-modify .block-buttons.disabled .btn-modify {
  display: none;
}

#mypage.mypage-modify .separator {
  margin: 0 -17px;
  height: 1px;
  background-color: #e5e5e5;
  border: 0;
}
#mypage.mypage-modify .separator-01 {
  margin-top: 43px;
  margin-bottom: 33px;
}
#mypage.mypage-modify .separator-02 {
  margin-top: 36px;
  margin-bottom: 41px;
}
#mypage.mypage-modify .step-content {
  margin-top: -36px;
}
#mypage.mypage-modify .step-content-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -35px;
}
#mypage.mypage-modify .step-content-row .col-tit {
  margin-bottom: 7px;
  font-size: 12px;
  color: #9ea6bc;
}
#mypage.mypage-modify .step-content-row .col-half {
  flex: 0 1 auto;
  width: calc(50% - 70px);
}
#mypage.mypage-modify .step-content-row .col-full {
  flex: 1 1 100%;
}
#mypage.mypage-modify .step-content-row .col-half,
#mypage.mypage-modify .step-content-row .col-full {
  margin: 36px 35px 0;
}
#mypage.mypage-modify .step-address-row .col-full {
  margin-top: 15px;
}
#mypage.mypage-modify .step-radio-row .col-cont {
  display: flex;
}
#mypage.mypage-modify .step-radio-row .col-cont .compo-radio:not(:last-child) {
  margin-right: 21px;
}
#mypage.mypage-modify .step-radio-row .col-desc {
  margin-top: 10px;
  font-size: 12px;
  color: #9ea6bc;
  line-height: 17px;
}
@media all and (max-width: 1024px) {
  #mypage.mypage-modify #mypage-container {
    padding-left: 70px;
    padding-right: 70px;
  }
}
@media all and (max-width: 782px) {
  #mypage.mypage-modify #mypage-container {
    padding: 0;
  }
  #mypage.mypage-modify .page-title {
    font-size: 16px;
    line-height: 23px;
  }
  #mypage.mypage-modify .separator {
    margin: 40px 0 35px;
  }
  #mypage.mypage-modify .step-content {
    margin-top: 0;
  }
  #mypage.mypage-modify .step-content-row {
    display: block;
    margin: 0;
  }
  #mypage.mypage-modify .step-content-row .col-half,
  #mypage.mypage-modify .step-content-row .col-full {
    margin: 20px 0 0;
    width: auto;
  }
  #mypage.mypage-modify .step-content-row .col-blank {
    display: none;
  }
  #mypage.mypage-modify .step-address-row .col-full {
    margin-top: 10px;
  }
  #mypage.mypage-modify .step-radio-row .col-half {
    margin-top: 40px;
  }
  #mypage.mypage-modify .block-buttons {
    display: block;
    margin: 40px 0 0;
  }
  #mypage.mypage-modify .block-buttons .btn {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}

#mypage.mypage-my-context #mypage-container {
  padding: 52px 50px 30px;
  background-color: #fff;
}
#mypage.mypage-my-context .page-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}
#mypage.mypage-my-context .page-container {
  margin-top: 48px;
}
#mypage.mypage-my-context .page-container .block-pagination {
  margin-top: 40px;
}
@media all and (max-width: 782px) {
  #mypage.mypage-my-context #mypage-container {
    padding: 0;
  }
  #mypage.mypage-my-context .page-title {
    font-size: 16px;
    line-height: 23px;
  }
  #mypage.mypage-my-context .page-container {
    margin-top: 40px;
  }
  #mypage.mypage-my-context .page-container .block-pagination {
    margin-top: 30px;
  }
}

@media all and (max-width: 1024px) {
  #footer {
    margin-bottom: 76px;
  }
}

/*# sourceMappingURL=mypage.min.css.map */
