@charset "utf-8";


.mypage .l-footer {
    background-color: #f4f4f4;
}

/* ヘッダー周り */

.mypage .l-header {
    padding-bottom: 0;
}

.mypage .header-main {
    margin-bottom: 0;
}

.mypage .login-btns {
    display: none;
}


.mypage-block-title {
    color: #555;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
}

.history .mypage-block-title {
    margin-bottom: 5px;
}

.timeline .mypage-block-title {
    margin-bottom: 15px;
}


/* メインプロフィール
   ========================================================================== */

.cover {
    position: relative;
    height: 200px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.cover .edit-photo {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    padding: 7px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    background-color: #fff;
}

.basic-profile {
    margin-top: 20px;
    margin-bottom: 25px;
}

.basic-profile-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin: 0 auto 25px;
    padding: 0 15px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.basic-profile-photo {
    position: relative;
    padding: 3px;
    border: 1px solid #eee;
    background-color: #fff;
}

.basic-profile-photo > img {
    width: 120px;
    height: 120px;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.basic-profile-photo .edit-photo {
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 35px;
    height: 35px;
    padding: 7px;
    border: 1px solid #b5b5b5;
    border-radius: 50%;
    background-color: #fff;
}

.basic-profile-info {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basic-profile-info h1 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.basic-profile-info-list p {
    margin-bottom: 5px;
    line-height: 1.25;
    letter-spacing: .5px;
}

.mypage .basic-profile-info-list p:last-child {
    margin-bottom: 10px;
}

.basic-profile-info a {
    display: inline-block;
    padding: 7px 12px;
    border: 1px solid;
    border-radius: 4px;
    color: #186cb6;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-indent: 1px;
    white-space: nowrap;
}

.message-btn-wrap {
  display: none;
}

.mypage-search-sp {
    margin-bottom: 25px;
    padding: 0 15px;
}

.mypage-search-sp-btn {
    display: block;
    position: relative;
    max-width: 350px;
    padding: 15px 25px;
    border: 1px solid #00a0e9;
    border-radius: 25px;
    background-color: #00a0e9;
    color: #fff;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    white-space: nowrap;
}

.mypage-search-sp-btn:first-of-type {
    margin-bottom: 10px;
}

.mypage-search-sp-btn::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: "＞";
}

/* プロフィール編集ボタン */

.edit-profile {
    display: none;
    max-width: 980px;
    margin: 0 auto 35px;
    padding: 0 15px;
}

.edit-profile.is_show {
    display: block;
}

.edit-profile-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 6px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.edit-profile-row:last-of-type {
  margin-bottom: 0;
}

.edit-profile-btn {
    display: block;
    width: 49%;
    width: calc(50% - 3px);
    padding: 7px 0;
    border: 2px solid #2e6db1;
    border-radius: 3px;
    background-color: #fff;
    color: #2e6db1;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}
  
.edit-profile-row .edit-profile-btn:last-of-type {
    background-color: #2e6db1;
    color: #fff;
}
  
.edit-profile-row .edit-profile-btn:first-of-type {
    background-color: #fff;
    color: #2e6db1;
}

.edit-profile-unsubscribe {
    margin-top: 20px;
    text-align: right;
}


@media print, screen and (min-width: 600px) {
    .basic-profile-inner {
        width: 90%;
        padding: 0;
    }

    .mypage-search-sp {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin: 0 auto 25px;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .mypage-search-sp-btn {
        width: 49%;
    }

    .mypage-search-sp-btn:first-of-type {
        margin-bottom: 0;
    }
    
    .edit-profile {
        width: 90%;
        padding: 0;
    }
    
    .edit-profile-btn br {
        display: none;
    }
}


@media print, screen and (min-width: 769px) {
    .cover {
        height: 330px;
    }
    
    .basic-profile-inner {
        margin-bottom: 35px;
    }
  
    .message-btn-wrap {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: 0 auto 35px;
    }
  
    .message-btn-pc {
        display: block;
        position: relative;
        width: 240px;
        padding: 12px 0;
        border: 1px solid #2e6db1;
        border-radius: 5px;
        background-color: #2e6db1;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.5;
        letter-spacing: 2px;
        text-align: center;
        text-indent: 2px;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: .2s ease;
        transition: .2s ease;
    }

    .message-btn-pc:hover {
        opacity: .7;
    }
    
    .message-btn-pc .badge-notice {
        top: -10px;
        right: -10px;
        left: auto;
    }
    
    .mypage-search-sp {
        display: none;
    }
    
/* プロフィール編集ボタン */
    
    .edit-profile {
        display: block;
        width: 90%;
        margin: 0 auto;
        padding: 40px 0 0;
    }
  
    .edit-profile-row {
        margin-bottom: 15px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
  
    .edit-profile-row:last-of-type {
        margin-bottom: 0;
    }
    
    .edit-profile-btn {
        max-width: 240px;
        padding: 10px 0;
        border-radius: 30px;
        border-width: 1px;
        font-size: 16px;
        letter-spacing: 1px;
        text-indent: 1px;
        white-space: nowrap;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    }
  
    .edit-profile-row .edit-profile-btn:first-of-type {
        margin-right: 15px;
    }
    
    .edit-profile-btn:hover {
        opacity: .7;
    }
  
    .edit-profile-unsubscribe {
        display: none;
    }
    
    .blank {
        width: 100%;
    }
}


/* Action Btns */

.action-btns-wrap {
    margin: 0 auto 35px;
}

.action-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 450px;
    padding: 0 20px 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.action-btns-item {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background-color: #e6e6e6;
}

.action-btns-item-dots {
    cursor: pointer;
}

.action-btns-item::after {
  display: block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #000;
  font-size: 10px;
  text-align: center;
  white-space: nowrap;
}

.action-btns-item-message::after {
  content: "メッセージ";
}

.action-btns-item-footprint::after {
  content: "足あと";
}

.action-btns-item-favorite::after {
  content: "お気に入り";
}

.action-btns-item-dots::after {
  content: "マイページ編集";
}

.badge-notice {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ef006d;
}

.action-btns-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.action-btns-item-message img {
    width: 35px;
}

.action-btns-item-footprint img {
    width: 22px;
}

.action-btns-item-favorite img {
    width: 35px;
}

.action-btns-item-dots img {
    width: 30px;
}

@media print, screen and (min-width: 600px) {
    .action-btns-wrap {
        width: 90%;
    }
}

@media print, screen and (min-width: 769px) {
    .action-btns-wrap {
        display: none;
    }
}


/* 最近見た企業 */

.history {
    margin-bottom: 25px;
    padding: 0 15px;
}

.history-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding: 10px 25px 10px 0;
    border-bottom: 1px solid #c4c4c4;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.history-item-image {
    border-radius: 50%;
    overflow: hidden;
    width: 80px;
    height: 80px;
}

.history-item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.history-item-outline {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.history-item-title {
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.history-item-info p {
    display: inline;
    color: #333;
    letter-spacing: 1px;
    line-height: 1.25;
}

.history-item-info p:first-child {
    margin-right: 10px;
}

.history-item-arrow {
    position: absolute;
    top: 50%;
    right: 5px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 13px;
}

@media print, screen and (min-width: 600px) {
    .history {
        width: 90%;
        margin: 0 auto 25px;
        padding: 0;
    }
}

@media print, screen and (min-width: 769px) {
    .history {
        display: none;
    }
}


/* タイムラインを投稿 */

.timeline {
    
}

.timeline-article {
    padding: 20px 0;
    border-bottom: 5px solid #ccc;
}

.timeline-article:last-child {
    border-bottom: none;
}

.timeline .mypage-block-title {
    padding: 0 15px;
}

.timeline-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 15px 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid #c4c4c4;
}

.timeline-post-image {
    overflow: hidden;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.timeline-post-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

.timeline-post-form {
    padding-left: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.timeline-post-form .timeline-title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.timeline-post-form .timeline-title::-webkit-input-placeholder {
    font-size: 13px;
}

.timeline-post-form .timeline-title:-ms-input-placeholder {
    font-size: 13px;
}

.timeline-post-form .timeline-title::placeholder {
    font-size: 13px;
}

.timeline-post-form .timeline-text {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 16px;
    resize: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.timeline-post-form .timeline-text::-webkit-input-placeholder {
    font-size: 13px;
}

.timeline-post-form .timeline-text:-ms-input-placeholder {
    font-size: 13px;
}

.timeline-post-form .timeline-text::placeholder {
    font-size: 13px;
}

.timeline-image {
    margin-bottom: 10px;
}

.timeline-note {
    margin-bottom: 10px;
}

.timeline-note p {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: .5px
}

.timeline-note p span {
    font-weight: inherit;
    text-decoration: underline;
}

.post-btn {
    text-align: right;
}

.post-btn input[type="submit"] {
    display: inline-block;
    padding: 2px 10px;
    border: 1px solid;
    border-radius: 5px;
    background-color: #00a144;
    color: #fff;
    font-weight: bold;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}

/* タイムラインを編集 */

.edit-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
}

.edit {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 90%;
    max-width: 500px;
    max-height: 80vh;
    max-height: calc(100vh - 180px);
    padding: 30px 15px;
    overflow: scroll;
    border-radius: 5px;
    background-color: #fff;
}

.edit .mypage-block-title {
    margin-bottom: 15px;
    padding: 0;
}

.edit-title {
    margin-bottom: 15px;
    color: #555;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 1px;
}

.timeline-edit-form .timeline-title {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    padding: 5px;
    border: 1px solid #ccc;
}

.timeline-edit-form .timeline-text {
    display: block;
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
    padding: 5px;
    border: 1px solid #ccc;
    resize: none;
}

.edit-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.edit-close span {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 2px;
    background-color: #555;
}

.edit-close span:first-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.edit-close span:last-of-type {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
    .edit {
        padding: 40px 20px;
    }
    
    .edit-title {
        margin-bottom: 20px;
        font-size: 15px;
    }
}

/* タイムライン記事 */

.timeline-article-main {
    padding: 0 15px;
}

.timeline-article-title {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.5;
}

.timeline-article-date {
    margin-bottom: 10px;
    color: #999;
    font-size: 12px;
}

.timeline-article-text {
    line-height: 1.75;
}

.timeline-article-image {
    margin-top: 20px;
}

.timeline-article-image img {
    width: 100%;
}

.edit-btn,
.delete-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 0 15px;
}

.edit-btn a img,
.delete-btn a img {
    display: inline-block;
    width: 17px;
    margin-right: 3px;
    vertical-align: middle;
}

.edit-btn a span,
.delete-btn a span {
    display: inline-block;
    color: #555;
    vertical-align: middle;
}

@media print, screen and (min-width: 769px) {
    .timeline-article-title {
        font-size: 16px;
        font-size: 1.6rem;
    }
    
    .edit-btn,
    .delete-btn {
        padding: 0 25px;
    }
}


/* Banner ------------------------------------ */

.mypage .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 50px;
    padding: 20px 30px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-wrap: wrap;
}

.banner-item {
    display: block;
    width: 49%;
}

/* .mypage .banner-item:first-of-type {
    width: 100%;
    margin-bottom: 6px;
} */

.banner-item img {
    width: 100%;
    height: auto;
    vertical-align: middle;
}

.banner-item .banner-pc {
    display: none;
}

@media print, screen and (min-width: 600px) {
    .mypage .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        margin: 0 auto 50px;
        padding: 20px 0 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .mypage .banner-item {
        width: 49%;
        width: calc(50% - 5px);
    }
    
    .mypage .banner-item:first-of-type {
        margin-bottom: 10px;
    }
}

@media print, screen and (min-width: 768px) {
    .mypage .banner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 90%;
        max-width: 980px;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    
    .banner-item {
        width: 49%;
        width: calc(50% - 5px);
    }
    
    .banner-item .banner-sp {
        display: none;
    }
    
    .banner-item .banner-pc {
        display: block;
    }
}


/* サイドバー 769px以上で表示 ---------------------------------- */

.sidebar {
    display: none;
}

@media print, screen and (min-width: 769px) {

    .sidebar {
        display: block;
        width: 320px;
    }

    .sidebar-list {
        position: relative;
        margin-bottom: 30px;
        border: 1px solid #eee;
        border-radius: 3px;
        background-color: #fff;
    }
    
    .sidebar-list .badge-notice {
        top: -8px;
        right: -8px;
        left: auto;
    }

    .sidebar-list-title {
        padding: 20px 0 20px 25px;
        border-bottom: 1px solid #eee;
        background-color: #f2f2f2;
        color: #444;
        font-weight: bold;
        font-size: 16px;
    }

    .sidebar-list-readmore {
        padding: 15px 30px;
        text-align: right;
    }

    .sidebar-list-readmore a {
        color: #555;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .sidebar-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        padding: 15px 30px 15px 15px;
        margin: 0 15px;
        border-bottom: 1px solid #eee;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .sidebar-item-thumb {
        width: 65px;
        height: 65px;
        border-radius: 50%;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .sidebar-item-outline {
        padding-left: 15px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .sidebar-item-title {
        margin-bottom: 5px;
        color: #555;
        font-weight: bold;
        font-size: 14px;
        line-height: 1.25;
        letter-spacing: .5px;
    }

    .sidebar-item-info p {
        display: inline;
        color: #555;
        font-size: 11px;
        font-size: 1.1rem;
    }

    .sidebar-item-info p:first-child {
        margin-right: 5px;
    }

    .sidebar-item-entry {
        position: absolute;
        width: 12px;
        top: 50%;
        right: 10px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        opacity: .5;
    }
    
}


@media print, screen and (min-width: 600px) {
    .main-area {
        width: 90%;
        margin: auto;
    }
}


@media print, screen and (min-width: 769px) {
    .mypage .l-main {
        max-width: none;
        padding: 70px 0;
        background-color: #f9f9f9;
    }
    
    .basic-profile {
        margin-bottom: 0;
        padding-bottom: 50px;
        border-bottom: 2px solid #eee;
    }
    
    .main-area {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 980px;
        margin: 0 auto 50px;
        padding: 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    
    
    .timeline {
        margin-right: 25px;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    
    .timeline .mypage-block-title {
        margin: 0;
        padding: 20px 0 20px 25px;
        border: 1px solid #eee;
        border-radius: 3px 3px 0 0;
        background-color: #f2f2f2;
        color: #444;
        font-weight: bold;
        font-size: 16px;
    }
    
    .timeline-post {
        margin: 0 0 50px;
        padding: 25px;
        background-color: #fff;
        border-right: 1px solid #eee;
        border-bottom: 1px solid #eee;
        border-left: 1px solid #eee;
        border-radius: 0 0 3px 3px;
    }
    
    .timeline-post-form .timeline-text {
        height: 200px;
        margin-bottom: 20px;
        padding: 10px;
        border-radius: 3px;
    }
    
    .post-btn input[type="submit"] {
        padding: 7px 15px;
        border-radius: 8px;
        font-weight: bold;
        font-size: 15px;
        cursor: pointer;
    }
    
    .post-btn input[type="submit"]:hover {
        opacity: .7;
    }
    
    .timeline-article-wrap {
        border: 1px solid #eee;
        border-radius: 3px;
        background-color: #fff;
    }
    
    .timeline-article {
        padding: 45px 0;
        border-bottom: 1px solid #eee;
    }
    
    .timeline-article-main {
        padding: 0 25px;
    }
}



/* PC用検索フォーム */

.mypage-search {
    display: none;
}

@media print, screen and (min-width: 769px) {
    
    .mypage-search {
        display: block;
        width: 90%;
        max-width: 980px;
        margin: auto;
        padding: 0 0 40px;
        border-bottom: 1px solid #ccc;
    }

    .mypage-search-title {
        margin-bottom: 10px;
        color: #444;
        font-weight: bold;
        font-size: 16px;
        line-height: 1.25;
        letter-spacing: 1px;
    }
  
    .mypage-search-internship {
        margin-top: 25px;
    }
    
    .mypage-search-btns {
        margin-bottom: 10px;
    }

    .mypage-search-btns .btn {
        margin-right: 5px;
        border: 1px solid #2e6db1;
        background-color: #fff;
        color: #2e6db1;
        font-size: 18px;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
    }

    .mypage-search-recruitment .mypage-search-btns .btn {
        width: 120px;
        letter-spacing: 10px;
        text-indent: 10px;
    }

    .mypage-search-internship .mypage-search-btns .btn {
        width: 120px;
        letter-spacing: 2px;
        text-indent: 2px;
    }

    .mypage-search-recruitment .mypage-search-btns .btn.btn--job {
        width: 115px;
        letter-spacing: 4px;
        text-indent: 4px;
    }

    .mypage-search-internship .mypage-search-btns .btn:first-child {
        letter-spacing: 10px;
        text-indent: 10px;
    }
    
    .mypage-search-form input {
        width: 300px;
        height: 42px;
        padding: 10px 15px;
        border: 1px solid #2e6db1;
        border-radius: 3px;
        font-size: 16px;
        vertical-align: middle;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
    }
    
    .mypage-search-form button {
        width: 100px;
        height: 42px;
        border: 1px solid #2e6db1;
        background-color: #2e6db1;
        color: #fff;
        letter-spacing: 8px;
        text-indent: 8px;
        vertical-align: middle;
        -webkit-box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.1);
        cursor: pointer;
    }
    
}


@media print, screen and (min-width: 1024px) {
    .mypage-search-recruitment {
        overflow: hidden;
    }
    
    .mypage-search-btns {
        margin: 0 25px 0 0;
        float: left;
    }
}


@media print, screen and (min-width: 769px) {
    .basic-profile {
        margin-top: -90px;
    }
    
    .basic-profile-photo > img {
        width: 180px;
        height: 180px;
    }
    
    .basic-profile-info {
        position: relative;
        padding: 0 243px 0 30px;
    }
    
    .basic-profile-info h1 {
        font-size: 22px;
    }
    
    .basic-profile-info-list p {
        margin: 0 15px 0 0;
        font-size: 15px;
        float: left;
    }
    
    .basic-profile-info a {
        position: absolute;
        top: 0;
        right: 0;
        padding: 13px 30px;
        font-size: 18px;
        font-size: 1.8rem;
    }
}


@media print, screen and (max-width: 350px) {
    .basic-profile-info a {
        font-size: 14px;
    }
}


