/* 2カラムサイトにする */

.wrapper {
    width: 100%;
    display: flex;
    margin: 20px auto;
    justify-content: center;
}

.main {
    background: #F2F0F8;
    width: 80%;
}

.side {
    padding: 20px;
    /* background-image: url(../images/admin/menu-bg.jpg); */
    background-color: #cecece;
    width: 15%;
}

.side p,
ul {
    background-color: #f0f0f0;
    padding: 30px;
    border-radius: 10px;
}


/* 2カラムコンテンツにする */

.archive {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 20px;
}

.archive div {
    /* width: 45%;
    background-color: #fff; */
    /* text-align: center; */
}

.archive .grid {
    margin-bottom: 3rem;
    padding: 2rem;
    width: 20%;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
    text-align: center;
}

.archive .grid2 {
    margin-bottom: 3rem;
    padding: 2rem;
    width: 70%;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.archive .grid3 {
    margin-bottom: 3rem;
    padding: 2rem;
    width: 95%;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.archive .grid4 {
    margin-bottom: 3rem;
    padding: 2rem;
    width: 95%;
    background-color: #fff;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
    border-radius: 10px;
}

.archive img {
    /* display: block;
    margin-bottom: 3rem; */
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.navi {
    height: 20px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 5px 25px 0 rgba(0, 0, 0, .1);
}

.profile {
    width: 20%;
    background-color: #fff;
    padding: 20px;
}

.skill {
    padding: 6px;
    margin: 0 -3px 10px 0;
    color: #fff;
    background-color: #2e2e2e;
    line-height: 3;
    font-size: x-small;
    border-radius: 5px;
    white-space: nowrap;
}

.salary {}

.kugiri {
    border-bottom: solid #e5e5e5 0.5px;
}

.kugiri2 {
    border-right: solid #e5e5e5 0.5px;
    width: 150px;
    /* height: 100vh; */
}

table {
    width: 100%;
}

table th {
    position: relative;
    text-align: left;
    width: 20%;
}

table td {
    text-align: left;
    /* width: 85%; */
}

.prf-tx {
    text-align: left;
}

table.skill-tbl th {
    position: relative;
    text-align: left;
    width: 20%;
    padding: 30px 0;
}

table.skill-tbl th:after {
    display: block;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #333;
    position: absolute;
    top: calc(50% - 1px);
    right: 20px;
}

table.history-tbl {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

table.history-tbl tr {
    border-bottom: solid 1px #eee;
    cursor: pointer;
}

table.history-tbl tr:hover {
    background-color: #d4f0fd;
}

table.history-tbl th,
table.history-tbl td {
    position: sticky;
    top: 0;
    left: 0;
    width: 15%;
    padding: 5px 0;
}

table.history-tbl td {
    /* width: 15%;
  padding: 5px 0; */
}


/* cssタブ切り替え */


/*タブ切り替え全体のスタイル*/

.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 100%;
    margin: 0 auto;
}


/*タブのスタイル*/

.tab_item {
    width: calc(100%/3);
    height: 50px;
    border-bottom: 3px solid #5ab4bd;
    background-color: #d9d9d9;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    float: left;
    text-align: center;
    font-weight: bold;
    transition: all 0.2s ease;
}

.tab_item:hover {
    opacity: 0.75;
}


/*ラジオボタンを全て消す*/

input[name="tab_item"] {
    display: none;
}


/*タブ切り替えの中身のスタイル*/

.tab_content {
    display: none;
    padding: 40px 40px 0;
    clear: both;
    overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/

#education:checked~#education_content,
#work_experience:checked~#work_experience_content,
#certifications:checked~#certifications_content {
    display: block;
}


/*選択されているタブのスタイルを変える*/

.tabs input:checked+.tab_item {
    background-color: #5ab4bd;
    color: #fff;
}


/*インプットフォームのCSS*/

.cp_iptxt {
    position: relative;
    /* width: 80%;
	margin: 40px 3%; */
    width: 65%;
    margin: 20px 0;
}

.cp_iptxt input[type='text'] {
    font: 15px/24px sans-serif;
    box-sizing: border-box;
    width: 100%;
    letter-spacing: 1px;
    padding-left: 4em;
}

.cp_iptxt input[type='text']:focus {
    outline: none;
}

.ef {
    position: relative;
    padding: 7px 15px;
    border: 0;
    border: 1px solid #1b2538;
    background: transparent;
}

.ef~.focus_bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    transition: 0.4s;
    background-color: transparent;
}

.ef:focus {
    border: 1px solid #da3c41;
}

.ef:focus~.focus_bg,
.cp_iptxt.ef~.focus_bg {
    width: 100%;
    transition: 0.4s;
    background-color: rgba(218, 60, 65, .3);
}

.ef~label {
    position: absolute;
    z-index: -1;
    top: 10px;
    left: 14px;
    width: 100%;
    transition: 0.3s;
    letter-spacing: 0.5px;
    color: #aaaaaa;
}

.ef:focus~label,
.cp_iptxt.ef~label {
    font-size: 12px;
    top: -18px;
    left: 0;
    transition: 0.3s;
    color: #da3c41;
}

textarea {
    width: 65%;
    padding: 10px;
}


/*サブミットボタンのCSS*/

.button {
    display: inline-block;
    border-radius: 5%;
    /* 角丸       */
    font-size: 18pt;
    /* 文字サイズ */
    text-align: center;
    /* 文字位置   */
    cursor: pointer;
    /* カーソル   */
    /* padding       : 12px 12px;   余白       */
    padding: 4px 28px;
    /* 余白       */
    background: #000066;
    /* 背景色     */
    color: #ffffff;
    /* 文字色     */
    line-height: 1em;
    /* 1行の高さ  */
    transition: .3s;
    /* なめらか変化 */
    box-shadow: 6px 6px 3px #666666;
    /* 影の設定 */
    border: 2px solid #000066;
    /* 枠の指定 */
    text-decoration: none;
}

.button:hover {
    box-shadow: none;
    /* カーソル時の影消去 */
    color: #000066;
    /* 背景色     */
    background: #ffffff;
    /* 文字色     */
}

.punctuation {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 30px;
    margin-bottom: 30px;
}

h1 {
    color: #364e96;
    /*文字色*/
    padding: 0.5em 0;
    /*上下の余白*/
    border-top: solid 3px #364e96;
    /*上線*/
    border-bottom: solid 3px #364e96;
    /*下線*/
}