body {
  font-family:"Noto Sans", sans-serif;
  font-size: 14px;
  color: #454545;
}

input, select, label, span, img, h1, h2, h3, h4, h5, h6, a, button {
  display: inline-block;
  vertical-align: top;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-sizing: border-box;
}

button:hover,
button:focus {
  filter: invert(0%) sepia(31%) saturate(178%) hue-rotate(336deg) brightness(84%) contrast(97%);
}

a:visited {
  filter: invert(37%) sepia(31%) saturate(178%) hue-rotate(346deg) brightness(154%) contrast(97%);
}

a:hover,
a:active {
  filter: invert(17%) sepia(11%) saturate(178%) hue-rotate(346deg) brightness(154%) contrast(97%);
}

input::placeholder {
  color: #bebfc0;
}

input::-webkit-input-placeholder {
  color: #bebfc0;
}

input:-ms-input-placeholder {
  color: #bebfc0;
}

div, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, input, select, span, p, a, ul, li, i, em, strong, b, h1, h2, h3, h4, h5, h6, img, video, audio {
  position: relative;
  box-sizing: border-box;
}

div:after, article:after, aside:after, details:after, figcaption:after, figure:after, footer:after, header:after, hgroup:after, menu:after, nav:after, section:after {
  content: '';
  display: block;
  clear: both;
}

.wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  background: #f1f1f1;
  padding: 55px 0px 0px 200px;
}

.c_section {
  box-sizing: border-box;
  margin: 1%;
  width: 48%;
  float: left;
}

@media screen and (max-width: 679px){
  .wrap {
/*    padding-left: 0px;
    padding-top: 0px;
*/  }

  .c_section {
    width: 100%;
    margin: 0 1%;
    clear: both;
  }
}

.wrap .button_section {
  background: #fff;
  padding: 0px 0px 0px 0px;
  margin: 20px 0px 20px 0px;
  text-align: center;
  clear: both;
}

.wrap .button_section button {
  display: inline-block;
  background: #ff5721;
  color: #f2f2f2;
  border-radius: 8px;
  font-size: 0.9em;
  padding: 10px 54px;
  cursor: pointer;
  line-height: 2em;
  outline: none;
  border: 0px;
  font-weight: 600;
}

[data-r-include="include_side_menu"] {
  position: absolute;
  top: 55px;
  left: 0px;
  width: 200px;
  background: #f9f9f9;
  z-index: 10;
  padding: 8px 0px 0px 22px;
  display: block;
}

[data-r-include="include_side_menu"]>ul>li {
  line-height: 1.2em;
  padding: 10px 0 10px 0px;
  width: 100%;
  cursor: pointer;
}

[data-r-include="include_side_menu"]>ul>li>ul {
  padding: 10px 0px 0px 0px;
  width: 100%;
}

[data-r-include="include_side_menu"]>ul>li>ul>li {
  line-height: 1.2em;
  padding: 5px 0 5px 0px;
  width: 100%;
}

[data-r-include="include_side_menu"]>ul li>span:nth-of-type(1) {
  width: 20px;
  margin: 0px 10px 0px 0px;
  text-align: center;
}

[data-r-include="include_side_menu"]>ul li>a>span {
  font-size: 1em;
  font-weight: 400;
}

@media screen and (max-width: 679px){
  [data-r-include="include_side_menu"] {
/*    display: none;*/
  }
  .wrap {
    padding-left: 0px;
  }

[data-r-include="include_side_menu"] {
  display: none;
}
}

[data-r-include="include_side_menu"] h2 {
  font-weight: 500;
  font-size: 0.9em;
}
[data-r-include="include_side_menu"] [data-r-widget="sign_in"] {
  display: inline-block;
  padding: 5px 15px;
  background: #f1a090;
  color: #fff;
  font-size: 0.8em;
  margin: 10px 0px 10px 0px;
}

.wrap table thead {
  position: relative;
  z-index: 1;
}

.wrap table th {
  padding: 8px 0px 8px 0px;
  background: #f1f5ff;
  font-size: 0.9em;
}

.wrap table td {
  padding: 6px 2px 6px 2px;
  border: 1px solid #f1f1f1;
  text-align: center;
}

.wrap table tr:nth-of-type(2n) td {
  background: #fafafa;
}

.list_section {
  background: #fff;
  padding: 20px 10px 10px 13px;
  min-height: 400px;
}

.list_section .scroll_x_section {
  width: 100%;
  overflow-x: auto;
}

@media screen and (max-width: 679px){
  .list_section table {
    width: 200%;
  }
  .list_section .scroll_x_section {
    overflow-x: auto;
  }
}

/* graphic radio, checkbox */
.list_section .container input[type="radio"],
.list_section .container input[type="checkbox"]{
  display: none;
}
.list_section .container {
  margin: 5px 20px 10px 48px;
  display: inline-block;
}
.list_section .container label {
  position: relative;
}

.list_section .container span::before,
.list_section .container span::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list_section .container span.radio:hover {
  cursor: pointer;
}
.list_section .container span.radio::before {
  left: -47px;
  width: 45px;
  height: 25px;
  background-color: #A8AAC1;
  border-radius: 50px;
}
.list_section .container span.c2::before {
  background-color: #C8AAC1;
}
.list_section .container span.c3::before {
  background-color: #AAC8C1;
}

.list_section .container span.radio::after {
  left: -40px;
  width: 17px;
  height: 17px;
  border-radius: 10px;
  background-color: #6C788A;
  transition: left .25s, background-color .25s;
}
.list_section .container input[type="radio"]:checked + label span.radio::after {
  left: -27px;
  background-color: #EBFF43;
}

.list_section .container span.checkbox::before {
  width: 27px;
  height: 27px;
  background-color: #fff;
  left: -35px;
  box-sizing: border-box;
  border: 3px solid transparent;
  transition: border-color .2s;
}
.list_section .container span.checkbox:hover::before {
  border: 3px solid #F0FF76;
}
.list_section .container span.checkbox::after {
  content: '\f00c';
  font-family: 'FontAwesome';
  left: -31px;
  top: 2px;
  color: transparent;
  transition: color .2s;
}
.list_section .container input[type="checkbox"]:checked + label span.checkbox::after {
  color: #62AFFF;
}

.list_section td input[type="text"], .list_section td input[type="number"], .list_section td input[type="date"], .list_section td input[type="email"], .list_section td select {
  width: 100%;
}

.list_section td span {
  position: relative;
  line-height: 1em;
  display: inline-block;
  width: 100%;
  margin: 0px 0px 3px 0px;
}

.list_section td small {
  position: absolute;
  font-size: 0.9em;
  bottom: 0.4em;
  right: 0.4em;
}

.details_section {
  background: #fff;
  padding: 20px 10px 10px 20px;
  min-height: 400px;
}

.details_section .full {
  width: 99%;
  padding: 10px 2px 3px 2px;
  margin-bottom: 15px;
  clear: both;
  background: #f1f1f1;
  border-radius: 0px 5px;
  box-sizing: border-box;
  position: relative;
}

.details_section .half {
  width: 49%;
  padding: 10px 2px 3px 2px;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-right: 1%;
  background: #f1f1f1;
  border-radius: 0px 5px;
  position: relative;
}

.details_section .quarter {
  width: 24%;
  padding: 10px 2px 3px 2px;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-right: 1%;
  background: #f1f1f1;
  border-radius: 0px 0px;
  position: relative;
}

.details_section .fifth {
  width: 19%;
  padding: 10px 2px 3px 2px;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-right: 1%;
  background: #f1f1f1;
  border-radius: 0px 5px;
  position: relative;
}

.details_section .row {
  width: 200px;
  padding: 0px 2px 3px 2px;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-right: 1%;
  background: #f1f1f1;
  border-radius: 0px 5px;
  position: relative;
}

.details_section .row .delete_row {
  display: inline-block;
  text-align: right;
  padding: 8px 2px 5px 0px;
  width: 100%;
  cursor: pointer;
}

.details_section .add_row {
  width: 200px;
  padding: 26px 0px 26px 0px;
  float: left;
  margin-bottom: 15px;
  box-sizing: border-box;
  margin-right: 1%;
  background: #f5f1f1;
  border-radius: 0px 5px;
  text-align: center;
  cursor: pointer;
}

.details_section .row > label, .details_section .item > label {
  font-size: 0.6em;
  line-height: 1.5em;
  display: inline-block;
  padding: 1px 8px 1px 5px;
  position: absolute;
  color: #F2607F;
  top: -2px;
  left: -2px;
  z-index: 1;
  text-shadow: 0 0 0.2em #ffffff;
  background: rgba(255, 255, 255, 0.3);
}

@media screen and (max-width: 979px){
  .details_section .full, .details_section .half, .details_section .quarter, .details_section .fifth {
    width: 99%;
    clear: both;
  }
}

.details_section h3 {
  font-weight: 700;
  font-size: 1.4em;
  line-height: 1.4em;
  padding-bottom: 10px;
  clear: both;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  color:#313131;
  position: relative;
}

.details_section h4 {
  font-weight: 500;
  font-size: 1.2em;
  line-height: 1.2em;
  clear: both;
  display: inline-block;
  box-sizing: border-box;
  width: 100%;
  color:#313131;
  position: relative;
  padding: 12px 0px;
}

.details_section h5 {
  font-weight: 500;
  font-size: 0.8em;
  line-height: 1.5em;
  text-indent: 5px;
  display: inline-block;
  padding: 1px 8px 1px 5px;
  position: absolute;
  background: #F2607F;
  top: -10px;
  left: 0px;
  border-radius: 5px 0px 0px 0px;
  color: #fff;
}

.details_section h5::after {
  content: '';
  display: block;
  clear: both;
}

.details_section h5 button {
  padding: 5px 10px 3px 10px;
  margin-left: 20px;
  background: #eee;
  border-radius: 2px;
  color: #999;
}

.details_section h6 {
  padding: 1px 8px 1px 5px;
  width: 100%;
  clear: both;
}

.details_section img {
  max-width: 100%;
  object-fit: cover;
  display: inline-block;
}

.details_section input[type="text"], .details_section input[type="password"], .details_section input[type="email"], .details_section input[type="date"], .details_section input[type="number"] {
  width: 100%;
  font-weight: 200;
  font-size: 0.9em;
  line-height: 3em;
  border: 0;
  border-bottom: 1px solid #ddd;
  background: #fff;
  padding: 0 10px;
  height: 3em;
  box-sizing: border-box;
  display: inline-block;
}

.details_section section b {
  font-weight: 200;
  font-size: 0.9em;
  line-height: 3em;
  padding: 0px 5px;
  box-sizing: border-box;
  display: inline-block;
}

.details_section [type="checkbox"]:not(:checked),
.details_section [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.details_section [type="checkbox"]:not(:checked) + label,
.details_section [type="checkbox"]:checked + label {
  position: relative;
  display: inline-block;
  padding: 5px 10px 5px 35px;
  margin: 4px 2px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.details_section [type="checkbox"]:not(:checked) + label {
  -webkit-transform: scale(0.8) rotate(0);
      transform: scale(0.8) rotate(0);
  background: #fff url(svgs/square.svg) 8px bottom no-repeat;
  border-radius: 0px;
  color: #999;
}
.details_section [type="checkbox"]:checked + label {
  -webkit-transform: scale(0.9) rotate(0deg);
      transform: scale(0.9) rotate(0deg);
  background: #fff url(svgs/check-square.svg) 8px bottom no-repeat;
  border-radius: 2px;
  color: #333;
}

.details_section [type="radio"]:not(:checked),
.details_section [type="radio"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.details_section [type="radio"]:not(:checked) + label,
.details_section [type="radio"]:checked + label {
  position: relative;
  display: inline-block;
  border-radius: 5px;
  padding: 5px 10px 5px 35px;
  cursor: pointer;
  -webkit-transition: all .2s;
      transition: all .2s;
}
.details_section [type="radio"]:not(:checked) + label {
  -webkit-transform: scale(0.9) rotate(0);
      transform: scale(0.9) rotate(0);
  background: #fff url(svgs/circle.svg) 8px bottom no-repeat;
  color: #999;
}
.details_section [type="radio"]:checked + label {
  -webkit-transform: scale(1) rotate(0deg);
      transform: scale(1) rotate(0deg);
  background: #ffe1e4 url(svgs/dot-circle.svg) 8px bottom no-repeat;
  color: #333;
}

.details_section input[data-r-duplicated] {
  border: 1px solid #ff3333;
  background: url(images/duplicated_user_id.png) right center no-repeat;
}

.details_section button {
  background: #ebebeb;
  color: #666;
  font-size: 0.8em;
  padding: 0 24px;
  cursor: pointer;
  line-height: 1em;
  outline: none;
  border: 0px;
  font-weight: 600;
}

.details_section select {
  outline: none;
  border: 0;
  border-bottom: 1px solid #ddd;
  font-family: 'Noto Sans';
  font-weight: 200;
  font-size: 0.9em;
  line-height: 3em;
  width: 100%;
  padding: 0 10px;
  display: inline-block;
  height: 3em;
  box-sizing: border-box;
}

.details_section small {
  position: absolute;
  font-size: 0.9em;
  bottom: 1em;
  right: 1em;
}

.details_section textarea{
  width: 100%;
  min-height: 100px;
  border: 0px;
  outline: none;
  resize: vertical;
  padding: 2px;
  box-sizing: border-box;
}

.page_section {
  padding: 5px 0px;
  text-align: right;
}

.page_section > label {
  display: inline-block;
  padding: 2px 5px 0px 0px;
  margin-left: 12px;
}

.page_section > span {
  display: inline-block;
  padding: 2px 5px 0px 0px;
}

.search_section {
  width: 100%;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-align: left;
  line-height: 2em;
}

.search_section label {
  padding: 5px 2px;
  display: inline-block;
  border-radius: 5px 0px 2px 0px;
  background: #a0a0c1;
  color: #ffffff;
  line-height: 1em;
  margin-left: 0px;
  text-align: center;
  clear: both;
}

.search_section select {
  width: 100px;
  line-height: 1em;
  height: 1.8em;
}

.search_section input[type="text"],
.search_section input[type="date"] {
  line-height: 1em;
  height: 1.8em;
  width: 150px;
}

.search_section button {
  width: 100%;
  clear: both;
  display: block;
  padding: 2px 30px;
  top: 5px;
  right: 0px;
  background: #f1a090;
  color: #f2f2f2;
  border-radius: 8px;
  font-size: 0.9em;
  cursor: pointer;
  line-height: 2em;
  outline: none;
  border: 0px;
  font-weight: 600;
}

@media screen and (max-width: 679px){
  .search_section input[type="date"]:first-of-type {
    
  }
}

.list_top_button_section button {
  display: inline-block;
  padding: 3px 10px;
  background: #f190a0;
  color: #f2f2f2;
  border-radius: 8px;
  font-size: 0.8em;
  cursor: pointer;
  line-height: 2em;
  outline: none;
  border: 0px;
  font-weight: 600;
}

.list_change_section {
  text-align: right;
}

.list_change_section span {
  display: inline-block;
  box-sizing: border-box;
  padding: 3px 10px;
  border-radius: 4px;
  background: #f1f1f1;
  margin: 0px 20px 0px 0px;
}

.list_change_section button {
  display: inline-block;
  padding: 3px 10px;
  background: #9180d0;
  color: #f2f2f2;
  border-radius: 8px;
  font-size: 0.8em;
  cursor: pointer;
  line-height: 2em;
  outline: none;
  border: 0px;
  font-weight: 600;
}



.details_section .row_small {
  width: 100px;
  padding: 0px 2px 3px 2px;
  float: left;
  margin-bottom: 5px;
  box-sizing: border-box;
  margin-right: 5px;
  background: #f1f1f1;
  border-radius: 0px 5px;
  position: relative;
}

.details_section .row_small > input[type="number"] {
  font-size: 0.9em;
  line-height: 1em;
  height: 2em;
  text-align: right;
}

.details_section .row_small > label {
  font-size: 0.6em;
  line-height: 1.5em;
  display: inline-block;
  padding: 1px 8px 1px 5px;
  position: absolute;
  color: #F2607F;
  top: -2px;
  left: -2px;
  z-index: 1;
  text-shadow: 0 0 0.2em #ffffff;
  background: rgba(255, 255, 255, 0.3);
}

.details_section .row_small > small {
  position: absolute;
  font-size: 0.8em;
  bottom: 8px;
  right: 1em;
}

.inner_table th, .inner_table td {
  position: relative;
  font-size: 0.8em;
}

.inner_table input[type="number"] {
  font-size: 1em;
  line-height: 1em;
  text-align: right;
  padding-right: 10px;
  height: 1.6em;
}






.a11 {
  box-sizing: border-box;
  width: 46%;
  float: left;
  padding: 50px 2px;
  line-height: 1.2em;
  text-align: center;
  font-size: 20px;
  background: #e1e1e1;
  border-radius: 10px;
  margin: 1%;
  cursor: pointer;
}

.titi {
  box-sizing: border-box;
  width: 46%;
  float: left;
  padding: 5px 2px;
  line-height: 1.2em;
  text-align: center;
  font-size: 15px;
  background: #f1e1e1;
  border-radius: 10px;
  margin: 1%;
  cursor: pointer;
}

.b11 {
  box-sizing: border-box;
  padding: 10px;
  border: 1px solid #999;
  border-radius: 10px;
  margin: 20px 5px;
}