/*
Theme Name: Sagarmatha blogs
Theme URI: sagarmatha-japan.com
Author: kashmantech
Author URI: kashmantech.info
Description: Sagarmatha official blog
Version: 1.0
Requires at least: 5.0
Tested up to: 5.2
Requires PHP: 5.0
*/
html {
  -webkit-text-size-adjust: 100%;
}
/**
  * Remove the margin in all browsers.
  */
*,
html,
body {
  margin: 0;
  padding: 0;
}
/*
html {
scroll-behavior: smooth;
}*/

/**
  * Render the `main` element consistently in IE.
  */
main {
  display: block;
  width: 100%;
}
/**
  * 1. Add the correct box sizing in Firefox.
  * 2. Show the overflow in Edge and IE.
  */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
pre {
  font-size: 1em;
}
/**
  * Remove the gray background on active links in IE 10.
  */
a {
  background-color: transparent;
}
/**
  * 1. Remove the bottom border in Chrome 57-
  * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
  */
abbr[title] {
  border-bottom: none;
}
/**
  * Add the correct font weight in Chrome, Edge, and Safari.
  */
b,
strong {
  font-weight: bold;
}
/**
  * 1. Correct the inheritance and scaling of font size in all browsers.
  * 2. Correct the odd `em` font sizing in all browsers.
  */
code,
kbd,
samp {
  font-size: 1em;
}
/**
  * Add the correct font size in all browsers.
  */
small {
  font-size: 80%;
}
/**
  * Prevent `sub` and `sup` elements from affecting the line height in
  * all browsers.
  */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/**
  * Remove the border on images inside links in IE 10.
  */
img {
  border-style: none;
}
/* Forms
    ========================================================================== */
/**
  * 1. Change the font styles in all browsers.
  * 2. Remove the margin in Firefox and Safari.
  */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
  * Show the overflow in IE.
  * 1. Show the overflow in Edge.
  */
button,
input {
  overflow: visible;
}

/**
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
  * 1. Remove the inheritance of text transform in Firefox.
  */
button,
select {
  text-transform: none;
}

/**
  * Remove the inner border and padding in Firefox.
  */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
  * Restore the focus styles unset by the previous rule.
  */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}
/**
  * form placeholder.
  */
  ::placeholder,
  :-ms-input-placeholder,
  ::-ms-input-placeholder  { 
  color: #9c9c9c;
}
/**
  * Correct the padding in Firefox.
  */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
  * 1. Correct the text wrapping in Edge and IE.
  * 2. Correct the color inheritance from `fieldset` elements in IE.
  * 3. Remove the padding so developers are not caught out when they zero out
  *		`fieldset` elements in all browsers.
  */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */
progress {
  vertical-align: baseline;
}
/**
  * Remove the default vertical scrollbar in IE 10+.
  */
textarea {
  overflow: auto;
}

/**
  * 1. Add the correct box sizing in IE 10.
  * 2. Remove the padding in IE 10.
  */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
/**
  * Correct the cursor style of increment and decrement buttons in Chrome.
  */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */
[type="search"] {
  outline-offset: -2px;
}
/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
  * 1. Correct the inability to style clickable types in iOS and Safari.
  * 2. Change font properties to `inherit` in Safari.
  */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
/*
  * Add the correct display in Edge, IE 10+, and Firefox.
  */
details {
  display: block;
}
/*
  * Add the correct display in all browsers.
  */
summary {
  display: list-item;
}
/**
  * Add the correct display in IE 10+.
  */
template {
  display: none;
}
/**
  * Add the correct display in IE 10.
  */
[hidden] {
  display: none;
}
/* Box sizing
--------------------------------------------- */
*::before,
*::after {
  box-sizing: inherit;
}
*{
  box-sizing: border-box;
}



button,
input,
select,
optgroup,
textarea {
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}
dfn,
cite,
em,
i {
  font-style: inherit;
}
blockquote {
  margin: 0;
}

address {
  margin: 0;
}

pre {
  line-height: 1.5;
  max-width: 100%;
  overflow: auto;
}
abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
html {
  -ms-touch-action: manipulation;	
  touch-action: manipulation;	
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
dl,
dt,
dd {
  width:100%;
  margin: 0;
  padding: 0;
  margin-inline-start: 0;
}
/* Make sure embeds and iframe fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}
img {
  height: auto;
  max-width: 100%;
}
figure {
  margin:0;
}

/* Links
--------------------------------------------- */
a {
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: inherit;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: none;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea { 
  border-radius: 0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  outline:none;
}
textarea {
  width: 100%;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* color */
:root {
  --font-color:#231F20;
  --primary-color: #069314;
  --white:#FFFFFF;  
  --yellow:#F9BB0B;
  --grey: #d2d2d2;
  --light-grey: #F3F3F3;
}
/* Typography */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
:root {
  --gothic: "游ゴシック体", "游ゴシック", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  --yumincho: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS P	Mincho","Times New Roman", serif;  
  --noto-sans: 'Noto Sans JP', sans-serif; 
  --noto-serif: 'Noto Serif JP', serif;
}

body {
  font-family:var(--gothic);
  font-size: 15px;
  line-height:1.5;
  font-weight:300;
  color: var(--font-color);
  background:#FFFFFF;
  overflow-x: hidden;
}
/*
# Login
--------------------------------------------------------------*/
@media screen and (min-width:0px) {
  .loginform__wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100vh;
  }
  .loginform__container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 360px;
    width: 100%;
    padding: 20px;
  }
  .loginform__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .loginform__logo {
    display: block;
    width: 50%;
  }
  .loginform__logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .loginform__title {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    font-family: var(--yumincho);
    text-align: center;
    line-height: 20px;
    margin-top: 10px;
  }
  .loginform {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
  .loginform > label {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: auto;
  }
  .loginform > label:not(:first-child) {
    margin-top: 20px;
  }
  .loginform > label > input {
    width: 100%;
    height: 40px;
    padding: 10px;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid var(--grey);
    border-radius: 5px;
  }
  .loginform > label > input::placeholder {
    color: var(--grey);
  }
  .loginform > label > .error {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ff0000;
    line-height: 1;
    font-weight: 600;
    margin-top: 10px;
  }
  .login-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border: none;
    margin-top: 20px;
    background: var(--primary-color);
    color: var(--white);
    font-family: var(--yumincho);
    font-size: 14px;
    line-height: 1;
    cursor: pointer;
  }
  .login-btn:hover {
    transition: opacity 0.3s ease;
    opacity: 0.7;
  }
  .loginform__error {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
  }
}
/*
# Admin - Header
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid var(--grey);
    background-color: var(--white);
  }
  .site-logo {
    display: block;
    width: 180px;
  }
  .site-logo > img {
    display: block;
    width: 100%;
    object-fit: cover;
  }
  .navbar-toggler {
    display: none;
  }
  .site-header__loginuser {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
  }
  .site-header__user {
    font-size: 12px;
    font-family: var(--yumincho);
    line-height: 20px;
    padding-right: 20px;
  }
  .logout-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 30px;
    border-radius: 15px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    line-height: 1;
    font-family: var(--yumincho);
    font-weight: 500;
  }
  .logout-btn:hover {
    transition: background-color 0.3s ease;
    background-color: var(--font-color);
  }
}
/*
# Admin - layout
--------------------------------------------------------------*/
@media screen and (min-width:992px) {
  .site-container {
    display: flex;
    align-items: flex-start;
    width: 100%;
    padding: 50px 0 0 0px;
  }
  .site-sidebar {
    position: fixed;
    left: 0;
    top: 50px;
    display: block;
    width: 200px;
    height: 100%;
    padding: 30px 20px 0 20px;
    background-color: var(--white);
    overflow-y: scroll;
  }
  .site-contents {
    display: block;
    width: 100%;
    padding: 30px 20px 50px 220px;
  }
}
/*
# Admin - sidebar
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .site-nav {
    display: block;
    width: 100%;
  }
  .site-nav > li  {
    display: block;
    width: 100%;
    padding: 5px 0;
  }
  .site-nav > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--yumincho);
    color: var(--font-color);
    line-height: 30px;
    padding-left: 20px;
    font-weight: 500;
    border-radius: 5px;
  }
  .site-nav > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 6px;
    border-color: transparent transparent transparent var(--font-color);
  }
  .site-nav > li > a:hover {
    transition: background-color 0.3s ease, color 0.3s ease;
    background-color: rgba(0,0,0,.16);
    color: var(--primary-color);
  }
  .site-nav > li > a:hover::before {
    transition: background-color 0.3s ease;
    border-color: transparent transparent transparent var(--primary-color);
  }
  .site-nav__submenu {
    display: block;
    width: 100%;
    padding-left: 20px;
  }
  .site-nav__submenu > li  {
    display: block;
    width: 100%;
  }
  .site-nav__submenu > li > a {
    position: relative;
    display: block;
    width: 100%;
    font-size: 14px;
    font-family: var(--yumincho);
    color: var(--font-color);
    line-height: 30px;
    padding-left: 10px;
    font-weight: 500;
    border-radius: 5px;
  }
  .site-nav__submenu > li > a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 5px;
    height: 1px;
    background-color: var(--font-color);
    
  }
  .site-nav__submenu > li > a:hover {
    transition: color 0.3s ease;
    color: var(--primary-color);
  }
  .site-nav__submenu > li > a:hover::before {
    transition: background-color 0.3s ease;
    background-color: var(--primary-color);
  }
}
/*
# Admin - page content
--------------------------------------------------------------*/
@media screen and (min-width:992px) {
  .page-content {
    display: block;
    width: 100%;
  }
  .page-content > h2 {
    display: block;
    width: 100%;
    font-size: 18px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 30px;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--grey);
  }
  .page-content > h2 > small {
    font-size: 14px;
    color: var(--primary-color);
    padding-left: 20px;
  }
  .page-list {
    display: block;
    width: 100%;
    margin-top: 30px;
    border: 1px solid var(--grey);
  }
  .page-list > li {
    display: block;
    width: 100%;
  }
  .page-list > li:nth-child(odd) {
    background-color: var(--light-grey);
  }

  .page-list > li > dl {
    display: flex;
    justify-content: space-between;
    width: 100%;   
  }
  .page-list > li > dl > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
  }
  .page-list > li > dl > dd:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    font-family: var(--yumincho);
    font-size: 14px;
  }
  .page-list > li > dl > dd:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    font-family: var(--yumincho);
    font-size: 14px;
  }
  .page-list > li > dl > dd:nth-child(4) {
    width: calc(100% - 100px - 150px - 100px - 200px);
  }
  .page-list > li > dl > dd:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
  }
  .page-list > li > dl > dt,
  .page-list > li > dl > dd {    
    padding: 5px;
  }
  .page-list > li:first-child > dl > dt,
  .page-list > li:first-child > dl > dd {
    text-align: center;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
  }
  .page-list > li > dl > dd {
    border-left: 1px solid var(--grey);
  }
  .page-list > li:nth-child(n+2) > dl {
    border-top: 1px solid var(--grey);
  }
  .modify-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    font-size: 14px;
    font-weight: 500;
    color: var(--font-color);
    margin: 0 5px;
    line-height: 20px;
    font-family: var(--yumincho);
  }
  .modify-btn:hover {
    transition: color 0.3s ease, text-decoration 0.3s ease;
    color: var(--primary-color);
    text-decoration: underline;
  }
}
/*
# Admin - page content form
--------------------------------------------------------------*/
@media screen and (min-width:992px) {
  .single-page-frm {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .field-wrap {
    display: block;
    width: 100%;
    border: 1px solid var(--light-grey);
  }
  .field-wrap:nth-child(n+2){
    margin-top: 20px;
  }
  .field-wrap > label {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 20px;
    border-bottom: 1px solid var(--light-grey);
  }
  .field-wrap > .field {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 10px;
  }
  .field-wrap > .field > .error {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
    color: #FF0000;
    font-family: var(--yumincho);
    margin-top: 5px;
  }
  .field-wrap > .field input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid var(--grey);
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 28px;
  }
  .field-wrap > .field textarea {
    width: 100%;
    height: 70px;
    border: 1px solid var(--grey);
    border-radius: 5px;
    padding: 5px;
    font-size: 14px;
    line-height: 28px;
  }
  .field-wrap > .field textarea[name="contents"] {
    height: 400px;
    font-family: var(--yumincho);
  }
  .field-wrap > .field textarea[name="summary"] {
    height: 200px;
    font-family: var(--yumincho);
  }
  .field-wrap > .field textarea[name="introduction"],
  .field-wrap > .field textarea[name="flag_desc"] {
    height: 200px;
    font-family: var(--yumincho);
  }
  .subfield {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .subfield:nth-child(n+2){
    margin-top: 10px;
  }
  .subfield > h3 {
    font-size: 13px;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .field-radio {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .field-radio > label {
    display: flex;
    align-items: center;
    width: auto;
  }
  .field-radio > label:nth-child(n+2){
    margin-left: 30px;
  }
  .field-radio > label > .status {
    display: none;
  }
  .field-radio > label > .status + span {
    position: relative;
    font-size: 14px;
    font-family: var(--yumincho);
    font-family: 400;
    line-height: 20px;
    padding-left: 30px;
  }
  .field-radio > label > .status + span::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    border: 1px solid var(--grey);
  }
  .field-radio > label > .status:checked + span::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2.5px;
    display: block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background-color: var(--font-color);
  }
  .field-btn {
    display: flex;
    width: 100%;
    margin-top: 50px;
  }
  .frm-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 40px;    
    border-radius: 5px;
    font-size: 14px;
    color: var(--white);
    font-family: var(--yumincho);
    line-height: 1;
    cursor: pointer;
  }
  .frm-btn:nth-child(n+2) {
    margin-left: 20px;
  }
  .frm-btn.update {
    background-color: var(--primary-color);
  }
  .frm-btn.update:hover {
    transition: background-color 0.3s ease;
    background-color: var(--font-color);
  }
  .frm-btn.preview {
    background-color: var(--font-color);
  }
  .frm-btn.preview:hover {
    transition: background-color 0.3s ease;
    background-color: var(--primary-color);
  }
}
/*
# Admin - pagination
--------------------------------------------------------------*/
@media screen and (min-width:0px) {
  .pagination {
    display: block;
    width: 100%;
    margin-top: 30px;
  }
  .pagination > ul {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .pagination > ul > li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
  }
  .pagination > ul > li:nth-child(n+2){
    margin-left: 5px;
  }
  .pagination > ul > li > .page-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    font-weight: 500;
    color: var(--font-color);
  }
  .pagination > ul > li > .page-link.prev {
    background: url(../images/icon-prev.svg) no-repeat center;
    background-size: 15px 15px;
  }
  .pagination > ul > li > .page-link.next {
    background: url(../images/icon-next.svg) no-repeat center;
    background-size: 15px 15px;
  }
  .pagination > ul > li > a.page-link:hover {
    transition: color 0.3s ease;
    font-weight: 700;
    color:var(--primary-color);
  }
  .pagination > ul > li > .active {
    background: var(--primary-color);
    color: var(--white);
    pointer-events: none;
    border-radius: 25px;
  }
}
/*
# Admin - search form
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .search-form {
    display: block;
    width: 100%;
  }
  .search-form > form {
    display: flex;
    align-items: center;
    max-width: 400px;
    width: 100%;
    height: 32px;
    border: 1px solid var(--grey);
    margin-top: 20px;
  }
  .search-form > form > button {
    display: block;
    width: 40px;
    height: 30px;
    border: none;
    border-left: 1px solid var(--grey);
    background: #FFF url(./../images/icon-search.svg) no-repeat center / 20px 20px;
    cursor: pointer;
  }
  .search-form > form > input {
    width: calc(100% - 40px);
    border: none;
    height: 30px;
    padding: 5px;
    font-size: 15px;
    line-height: 20px;
  }
}
/*
# Admin - element list
--------------------------------------------------------------*/
@media screen and (min-width:768px) {
  .page-list-element {
    display: block;
    width: 100%;
    margin-top: 30px;
    border: 1px solid var(--grey);
  }
  .page-list-element > li {
    display: block;
    width: 100%;
  }
  .page-list-element > li:nth-child(odd) {
    background-color: var(--light-grey);
  }

  .page-list-element > li > dl {
    display: flex;
    justify-content: space-between;
    width: 100%;   
  }
  .page-list-element > li > dl > dt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
  }
  .page-list-element > li > dl > dd:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    font-family: var(--yumincho);
    font-size: 14px;
  }
  .page-list-element > li > dl > dd:nth-child(3) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    font-family: var(--noto-sans);
    font-size: 14px;
  }
  .page-list-element > li > dl > dd:nth-child(4) {
    width: calc(100% - 100px - 150px - 150px - 200px);
  }
  .page-list-element > li > dl > dd:nth-child(5) {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
  }
  .page-list-element > li > dl > dt,
  .page-list-element > li > dl > dd {    
    padding: 5px;
  }
  .page-list-element > li:first-child > dl > dt,
  .page-list-element > li:first-child > dl > dd {
    text-align: center;
    font-family: var(--yumincho);
    font-weight: 500;
    line-height: 20px;
    font-size: 14px;
  }
  .page-list-element > li > dl > dd {
    border-left: 1px solid var(--grey);
  }
  .page-list-element > li:nth-child(n+2) > dl {
    border-top: 1px solid var(--grey);
  }
}