body {
  font-size: 16px;
  color: rgba(0,0,0,0.86);

  font-family: 'Noto Sans JP', sans-serif;
  margin: 0px;
  -webkit-text-size-adjust: 100%;
  -webkit-user-select:none;
  -webkit-touch-callout:none;
}

input {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.86);
  border-radius: 4px;
  padding: 8px;
}
input:focus {
  border: 1px solid #795548;
  outline: 0;
  background-color: #EFEBE9;
}

textarea {
  border: 1px solid #000;
  outline: 0;
  border-radius: 4px;
}

textarea:focus {
  border: 1px solid #795548;
  outline: 0;
  background-color: #EFEBE9;
}


input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type="number"] {
    -moz-appearance:textfield;
}

.text_gray {
  color: rgba(0,0,0,0.58) !important;
}
.text_disabled {
  color: rgba(0,0,0,0.38) !important;
}
.input_label {
  border: 1px solid rgba(0,0,0,0.86);
  border-radius: 4px;
  padding: 8px;
  position: relative;
  display: inline-block;
  height: 24px;
  min-width: 150px; 
  margin-bottom: 8px;
  /*
  overflow: hidden;
  */
}
.input_label .input_label_icon {
  position: absolute;
  display: block;
  top: 10px;
  right: 0px;
  overflow: hidden;
  width: 30px;
}
.input_label.disabled {
  border: 1px solid rgba(0,0,0,0.38);
  color: rgba(0,0,0,0.38);
}
.input_data {
  display: inline-block;
}
.label_input_suffix {
 /*
  border: 1px solid red;
 */
}

#wrapper {
/*
 position:relative;
*/
}

.text_underline {
  text-decoration: underline;
}

select {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  border: 1px solid rgba(0,0,0,0.86);
  border-radius: 4px;
  padding: 8px;
  margin: 0px 0px 4px 0px;
  -webkit-appearance: none;
  appearance: button;
  padding-left: 8px; 
  padding-right: 24px;
  background-color: #fff;
  background-image: url(ui/select_arrow_1_mat.svg);
  background-repeat: no-repeat;
  background-position: right center;
}
select:focus {
  outline: 0;
  background-color: #EFEBE9;
  border: 1px solid #795548;
}
select:disabled {
   background-image: url(ui/select_arrow_2_mat.svg);
}

.select_number {
  text-align: right;
  width: 3.5em;
}
.select_nengo {
  width: 5em;
}
textarea {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}
button {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height : 1.2;
  display: inline-block;
  overflow: hidden;
}

.button_2lines {
 padding: 12px 4px;
 height: 48px;
 position: relative;
/*
 top: 50%;
 transform: translate(0,-50%);
*/
 height: 48px;
 min-width: 3em;
}
.button_2lines > span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.inline_block {
  display: inline-block;
}

.small {
  font-size: 12px;
}

.large {
  font-size: 24px;
}

.input99 {
  max-width: 100%;
  width: 100%;
  box-sizing:border-box;
}
.label99 {
  max-width: 400px;
  width: 100%;
  box-sizing:border-box;
  display: inline-block;
}
.textarea99 {
  max-width: 100%;
  width: 100%;
  height: 100px;
  box-sizing:border-box;
}
.resume_textarea {
  height: 7em;
}
.input2 {
  width: 4em;
}

.white_background {
  background-color: #FFFFFF !important;
}

.clearfix {
  clear: both;
}
a {
/*
  color: rgba(0,0,0,0.86);
*/
  color: #795548;
}

.sub_input_area {
  padding: 16px 8px;
  position: relative; border-bottom: 1px solid #ccc;

}

.gakureki_period {
 margin-top: 16px;
 width: 4em;
}

.gakureki_content_item {
 margin-top: -1px;
 padding-top: 16px !important;
 padding-bottom: 16px !important;
}

.gakureki_status {
  margin-top: 8px;
  width: 12em !important;
}



.label {
  margin: 16px 0px 4px 2px;
  font-size: 12px;
}
.label:first-child {
  margin-top: 0px;
}
.label0 {
  font-size: 20px;
  overflow: hidden;
  line-height: 1.7;
}

.label0 .small {
  font-size: 16px;
}

td .label {
  margin-top: 0px;
}

.label0 + .label {
  margin-top: 0px;
}

.ad_year_display {
  position: absolute;
  right: -11px;
  bottom: -38px;
}

.notice {
  font-size: 12px;
  color: #FF5252;
  margin: 4px 0px 8px  0px;
  padding: 0;
  line-height: 1.5;
}





    #header_menu_shadow {
      position: fixed; top: 0px; right: 0px; bottom: 0px; left: 0px;
      background-color: rgba(0,0,0,0.5);
      display: none;
      z-index: 100;
    }
    #header_menu {
/* 
     display: none;
*/
      position: fixed;
      z-index: 101;
      width: 250px;
/*
      height: 100%;
*/
      background-color: #F0F0F0;
      right: -8px;
      top: 0px;
      bottom: 0px;
      margin-right: -258px;
      transition: margin-right 0.5s ease;
   }
   #header_menu ul {
     margin: 0px;
     padding: 0px;
   }
   #header_menu li {
     overflow:hidden;
     width: 100%;
     margin: 0px 0px 0px 0px;
     border-top: 1px solid #ccc;
     padding: 8px;
     cursor: pointer;
   }
   #header_menu li:last-of-type {
     border-bottom: 1px solid #ccc;
   }
   #header_menu li a {
     text-decoration: none;
   }

    .header_menu_open {
       margin-right: 0px !important;
       transition: margin-right 0.5s ease; 
    }
    .header_menu_close {
    }
    #header_menu_close_button {
       cursor: pointer;
      
    }



#main {

}

#main > .notice {
  margin: -14px 8px 16px 8px;
}

button .notice {
  margin: 0px;
}

.info {
  font-size: 12px;
  color: rgba(0,0,0,0.58);
}

.info_border {
  position: relative;
  border: 1px solid rgba(0,0,0,0.58);
  padding: 8px 8px 8px 32px;
}

.accordion {
  padding: 16px 0px;
  border-top: 1px solid rgba(0,0,0,0.38);
/*
  border-bottom: 1px solid rgba(0,0,0,0.38);
*/
  margin-top: 16px;
}

.accordion_opener {
  cursor: pointer;
}

.tab {
/*
  border-top: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
*/
  float: left;
  text-align: center;
  padding:  16px 8px;
  background-color : #f0f0f0;
  cursor: pointer;
  color: rgba(0,0,0,0.58);
  position: relative;
}
.tab_active {
  background-color: #fff;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
 z-index: 2;
 color: rgba(0,0,0,0.87);
}

.tab_folder {
 position: relative;
/*
 padding: 16px;
*/
  clear: both;
  background-color: #ffffff;
 z-index: 4;
/*
 box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
*/
  overflow: hidden;
}

.tab_folder > div  {
  display: none;
}

.border_top {
  border-top:  1px solid #ccc;
}


label {
  vertical-align:middle;
}
input[type="checkbox"] {
   display: none;
 }
 input[type="checkbox"] + label {
    background-image: url(ui/input_cb_2.php);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-color: #F0F0F0;
    line-height: 48px;
    height: 48px;
    padding: 0px 8px 0px 48px;
    display: block;
    float: left;
    margin: 8px 16px 8px 0px; 
 }
 input[type="checkbox"]:checked + label{
    background-image: url(ui/input_cb_1.php);
    background-color: #795548;
    color: #fff;
    color: #fff;
   box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);    
 }
 input[type="checkbox"][disabled] + label{
    background-image: url(ui/input_cb_4.svg);
 }
 input[type="checkbox"][disabled]:checked + label{
    background-image: url(ui/input_cb_3.svg);
 }


 input[type="radio"] {
   display: none;
 }
 input[type="radio"] + label {
    background-image: url(ui/input_rb_2_svg.php);
    background-repeat: no-repeat;
    background-position: left 12px center;
    background-color: #F0F0F0;
    line-height: 48px;
    height: 48px;
    padding: 0px 8px 0px 48px;
    display: block;
    float: left;
    margin: 8px 16px 8px 0px; 
 }
 input[type="radio"]:checked + label {
   background-image: url(ui/input_rb_1.php);
   background-color: #795548;
   color: #fff;
   box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
 }

 input[type="radio"]:disabled + label {
   color: rgba(0,0,0,0.38);
 }
 input[type="checkbox"]:disabled + label {
   color: rgba(0,0,0,0.38);
 }

#picker {
        display: none;
        width: 100%;
        height: 100%;
}
#picker_shadow {
        position: fixed;
        left: 0px; top: 0px;
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        height: 100%;
}
#picker_wrapper {

        position: absolute;
/*
        width: 100%;
*/
      margin-right: auto;
      margin-left: auto;
}

#picker_window {
/*
        border: 2px solid #aaa;
        background-color: #f7f7f7;
*/
        background-color: #ffffff;
        overflow: hidden;
        box-shadow: 5px 5px 10px  #000;
        position: relative;
}

#picker_header {
        position: relative;
        margin: 5px;
        height: 28px;
        border-bottom: 1px solid #aaa;
}

#picker_caption {
        line-height: 1;
        font-weight: bold;
        font-size: 15px;
        color: #444;
/*
        padding: 3px;
        position: absolute;
        bottom: 0px;
*/
}




#modal_shadow {
/*
  background-color: rgba(0,0,0,0.5);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 10;
*/
}
#modal_wrapper {
/*
  position: relative;
  z-index: 15;
*/
}

.cursor_pointer {
  cursor: pointer;
}

.material-icons-inline {
  transform: translate(-4px,0px);
  margin-bottom: -8px !important;
  overflow: hidden;
}

.info .material-icons-inline {
  font-size: 16px !important;
  transform: translate(0px,-4px);
}
.notice .material-icons-inline {
  font-size: 16px !important;
  transform: translate(0px,-4px);
}
.error_message .material-icons-inline {
  font-size: 16px !important;
  transform: translate(0px,1px);
  float: left;
}
.error_message .message {
  margin-left: 20px;
}

.step_button_area .material-icons-inline {
  font-size: 40px;
  margin-left: 16px; 
}
.step_button_area .float_left .material-icons-inline {
  margin-top: 4px;
}
button .material-icons-inline {
  font-size: 24px !important;
  margin-left: 0px !important;
  transform: translate(0px, -2px);
}
.example_button_area {
  text-align: right;
  margin: 8px 0px 16px 0px;
}
.material-icons-inline.disabled {
  color: rgba(0,0,0,0.38);
}

#header {
  background-color: #FFFFFF;
   box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
 height: 48px;
  position: relative;
  margin-top: 0px;
   transition: margin-top 0.3s ease;
}
#header.hidden {
   margin-top: -48px !important;
}

#header_body {
  font-size: 24px;
  padding-left: 58px;
  padding-right: 58px;
}

#header_body h1 {
 margin: 0;
 padding: 0;
 line-height: 0;
 
}

#appli_logo_wrapper {
  position: absolute;
  top: 0px;
  left: 0px;
}
#header_menu_wrapper {
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
}

#main {
  margin: 0px auto;

/*
  padding: 8px;
*/
}

#main p {
   margin: 16px;
}

.container p {
  margin: 0px 0px 16px 0px !important;
}

table {
  border-spacing: 0;
}


#footer {
/*
 margin-top: 16px;
*/
  background-color: #F0F0F0;
  color: rgba(0,0,0,0.87);

  padding-bottom: 8px;
}


#footer ul {
  margin: 0px;
  padding: 4px 16px;
}

#footer ul li {
  display: inline-block;
  padding: 0px 8px;
  margin: 4px 0px;
}
#footer ul li:not(.last) {
  border-right: 1px solid #ccc;
}

#footer hr {
  margin: 8px 16px;
  color: rgba(0,0,0,0.58);
   
}

h2,h3,h4,h5,h6 {
  font-weight: normal;
}

#stage {
 overflow: hidden;
}

h2:not(.content_header) {
  text-align: center;
  background-image: url(images/hr_bar_w100.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 16px;
  font-size: 24px;
}

h3 {
  text-align: left;
  margin: 32px 8px 0px 8px;
  padding 0px;
  font-size: 20px;
  color: #795548;

}

ol {
  margin: 0px;
}

.link_area {
/*
  padding: 8px 40px 8px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: auto;
  white-space: nowrap;
*/
  padding: 8px;
}
/*
.link_area_static {
  padding: 8px 40px 8px 8px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  overflow: hidden;
  white-space: nowrap; 

}
*/

.link_area i {
  transform: translate(-2px, 0px);
  width: 18px;
}

.text_center {
  text-align: center;
}
.text_right {
  text-align:right;
}
.card {
  overflow: hidden;
  margin: 16px 8px 64px 8px;
      box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.card_large {
  overflow: hidden;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2); 
}

.card_large .content_footer {
  padding: 16px 8px !important;
}

.edit_card {
  margin: 8px 8px 16px 8px;
}

.container {
  padding: 16px;
}

#footer .container {
  padding: 4px 16px;
}

.container > .content_item {
  border: 1px solid #ccc;
  margin-top: -1px;
  padding: 16px 8px;
}
.container > .content_item > .item_label {
 margin-top: 4px;
}
.container8 {
  padding: 8px;
}

.content_item {
 position: relative;
 clear:both;
 padding: 8px;
 overflow: hidden;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
/*
 box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
*/
}

.content_header {
  background-color: #795548;
  color: #FFFFFF;
  font-size: 20px;
  margin: 0px;
  padding: 8px;
  position: relative;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
  z-index: 2;
  text-aling:left;
}

.content_header.has_button {
  margin-top: 16px;
  
}
.content_header button {
  position: absolute;
  bottom: 8px;
  right: 8px;
}

#modal .content_header {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.content_body {
/*
  padding: 8px;
*/
  background-color: #F0F0F0;
}

.content_body img {
/*
 max-width: 100%;
*/
}

.content_footer {
  clear: both;
  position: relative;
  overflow: hidden;
  padding: 8px;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

button {
  font-size: 16px;
  border: none;
  padding: 16px;
}


.float_right {
  float: right;
}
.float_left {
  float: left;
}

.button_exec {
  background-color: #795548;
  color: #FFFFFF;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.button_exec.disabled {
  background-color: #EFEBE9;
  color: rgba(0,0,0,0.58);
 box-shadow: initial !important;
}
.button_delete {
  background-color: #FF5252; 
  color: #FFFFFF;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.button_accent {
  background-color: #FF5252;
  color: #FFFFFF;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
button.disabled {
  color: rgba(0,0,0,0.38);
  background-color: #F0F0F0;
   box-shadow: initial !important;
}
.button_delete.disabled {
  background-color: #FFEBEE !important;
}

.basecolor {
  color: #795548;
}

.basecolor_background {
  background-color: #795548;
}

.subbasecolor {
  color: #D7CCC8;
}

.subbasecolor_background {
  color: rgba(0,0,0,0.87);
  background-color: #EFEBE9;
}

.accentcolor {
  color: #FF5252;
}

.accentcolor_background {
  background-color: #FF5252;
}

.boxshadow {
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}

.resume_thumb_wrapper {
  background-color: #FFFFFF;
  overflow: hidden;
  text-align: center;
  line-height: 0;
}

.resume_thumb_wrapper img {
  width: 48%;
}

.resume_thumb_wrapper {
  max-width: 500px;
  margin: 0px auto;
}

.resume_step {
  background-color: #795548;
  color: #FFFFFF;
  padding:  6px 2px;
  overflow: visible;
  font-size: 10px;
  font-weight: bold;
  position: relative;
  text-align: center;
  width: 28px;
  line-height: 1;
  display: inline-block;
}
.resume_step > span {
  font-size: 16px;
  font-weight: bold;
  color: #795548;
  background-color: #FFFFFF;
  border: 2px solid #795548;
  display: block;
  padding: 2px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  position: absolute;
  left: 0px;
  bottom: -30px;
  text-align: center;
}

.disabled .resume_step {
  color: rgba(0,0,0,0.37) !important;
}
.disabled .resume_step {
  background-color: rgba(0,0,0,0.37) !important;
  /* color: rgba(0,0,0,0.37) !important */;
}
.disabled .resume_step > span {
  border: 2px solid rgba(0,0,0,0.37) !important;
  color: rgba(0,0,0,0.37) !important;
}
.disabled .notice {
/*
  color: rgba(0,0,0,0.37) !important;
*/
}

.resume_step_body {
  background-color: #ffffff;
  position: relative;
}

.step_button_area {
  margin: 16px 8px;
  padding: 16px 0px 0px 0px;
  border-top: 1px solid rgba(0,0,0,0.38);
  text-align: right;
/*
  overflow: hidden;
*/
}

.resume_thumb_wrapper .resume_step {
  transform: scale(0.8);
}

 .resume_edit_button .resume_step {
  position: absolute; top: 0px; left: 0px;
}
.resume_edit_button {
  position: relative;
  padding: 12px 0px 18px 38px;
  margin: 0px 0px 16px 0px; 
  font-size: 16px;
  text-align: left;
  width: 100%;
  box-sizing:border-box; 
  height: 52px;
  font-weight: bold;
}

.resume_edit_button:last-child {
  margin-bottom: 0px;
}

.resume_edit_header {
  margin: 0px 0px 0px 0px;
/*
  height: 32px;
*/
  padding: 12px 8px 8px 16px; 
  overflow: hidden;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  font-weight: bold;
}
.resume_edit_header .resume_step {
  position: absolute; top: 0px; left: 0px;
}
.resume_edit_button_left {
}

.resume_edit_button_right {
}

.bold {
  font-weight: bold;
}

#modal_window {
  background-color: #fff;
}

#modal {
  display: none;
  position: absolute;
  top: 0px;
  bottom: 0px;
 left: 0px;
  right: 0px;
  background-color: #fff;
}

.modal_hover_back_button_area {
 position: absolute;
 top: -2px;
 left: -2px; 
 overflow: hidden;
 z-index: 2;
}
.modal_hover_back_button_area a {
  background-color: rgba(200,200,200,0.5);
  border-radius: 4px;
  padding: 8px 8px 12px 8px;
  text-decoration: none;
  margin: 16px 16px 16px 16px;
  display: inline-block;
  line-height: 1;
  color: rgba(0,0,0,0.87) !important;  
}

#preview_swipe {
  background-color: rgba(200,200,200,0.4);
  border-radius: 4px;
  padding: 4px 8px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  transform: translate(-108px, -50px);
  top: 50%;
}
#preview_tap {
  background-color: rgba(200,200,200,0.4);
  border-radius: 4px;
  padding: 4px 8px;
  width: 100px;
  height: 70px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  text-align: center;
}


.age_num {
  font-size: 20px;
}

.select_jpnen {
  margin-bottom: 28px;
}

#edit_education_list .num {
 display: inline-block;
 font-size: 20px;
 width: 1.5em;
 text-align: right;
}
#edit_education_list .content {
  margin-left: 16px;
}
.education_item {
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  overflow: hidden;
}
.education_item .item_label {
/*
  text-align: right;
*/
}
.education_item .item_label .year {
/*
  right: 34px;
*/
}
.education_item.disabled {
  background-color: #ddd !important;
  color: rgba(0,0,0,0.38);
}
.education_item.disabled .num {
  color: rgba(0,0,0,0.38);
}

.education_item.error {
  background-color: #FFEBEE !important;
}

#edit_work_list .num {
 display: inline-block;
 font-size: 20px;
 width: 1.5em;
 text-align: right;
}
#edit_work_list .content {
  margin-left: 16px;
}
.work_item {
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  overflow: hidden;

}
#edit_skill_list .num {
 display: inline-block;
 font-size: 20px;
 width: 1.5em;
 text-align: right;
}
#edit_skill_list .content {
  margin-left: 16px;
}
.skill_item {
  padding: 8px 8px 8px 16px;
  border-bottom: 1px solid #ccc;
  min-height: 50px;
  overflow: hidden;

}
.skill_item.error {
  background-color: #FFEBEE !important;
}

.item_label {
  float: left;

  width: 145px;
  line-height: 1;
  position: relative;
  color: rgba(0,0,0,0.58);
  display: inline-block;
}
.item_label .num {
  color: rgba(0,0,0,0.87);
}
.item_content {
  display: block;
/*
  margin-left: 152px !important;
*/
  margin-left: 152px;
  line-height: 1.5;
}

.item_notice {
  margin-left: 148px !important;
  color: #FF5252;
}

#edit_list .num {
 display: inline-block;
 font-size: 20px;
 width: 1.5em;
 text-align: right;
}
#edit_list .content {
  margin-left: 16px;
}
.work_item {
  min-height: 50px;
}
.work_item.error {
  background-color: #FFEBEE !important;
}


.list_item {
  padding: 8px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}
.skill_item {
  min-height: 50px;
}

#ad_footer {
/*
   position: fixed;

   z-index: 80;
*/
   left: 0px;
   right: 0px;
   bottom: 0px;
/*
   height: 100px;
*/
   background-color: rgba(200,200,200);
   text-align: center;
}

#preview_seal_wrapper #preview_seal {
  border: 1px solid rgba(0,0,0,0.86);

}
#preview_seal_wrapper.disabled  {
  color: rgba(0,0,0,0.38);
}

#preview_seal_wrapper.disabled #preview_seal {
  border: 1px solid rgba(0,0,0,0.38) !important;
}
#preview_seal_wrapper.disabled img {
 display: none;
}

#my_date_input_wrapper.disabled {
  color: rgba(0,0,0,0.38) !important;
}
#my_date_input_wrapper.disabled #my_date_display .input_data {
  visibility: hidden;
}

.tab_list {
  position: relative;
  margin-top: 16px;
  z-index: 2;
}



.date_inline {
}
.date_inline .num {
  font-size: 20px;
}

.button_4 {
  width: 100px
}


input.error {
  border: 1px solid #FF5252;
  background-color: #FFEBEE;
}
textarea.error {
  border: 1px solid #FF5252;
  background-color: #FFEBEE;
}

input.disabled {
  border: 1px solid rgba(0,0,0,0.38);
  background-color: #EAEAEA;
  color: rgba(0,0,0,0.38) ;  
}
textarea.disabled {
  border: 1px solid rgba(0,0,0,0.38);
  background-color: #EAEAEA;
  color: rgba(0,0,0,0.38) ;  
}

.error_message {

  font-size: 12px;
  color: #FF5252;
  margin: 4px 0px 4px 0px;
  padding: 0;
  line-height: 1.5;
/*
  line-height: 1;
  height: 1em; 
  */ 
}

.error_message i.float_left {
}


.education_group {
  position: relative;
  z-index: 1;
}

.education_group_open {
  border-left: 8px solid #795548;
  z-index: 2 !important;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.education_group_open .education_item {
  background-color: #EFEBE9;
  padding-left: 8px;
}
.education_group_open .education_area {
}
.education_group_open .education_group_edit_area {
  position: relative;
  overflow:hidden;
  border-bottom: 1px solid #ccc;
}
.education_status_option_area {
  display: none;
}


.work_group {
  position: relative;
  z-index: 1;
}
.work_group_open {
  border-left: 8px solid #795548;
  z-index: 2 !important;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.work_group_open .work_item {
  background-color: #D7CCC8;
  padding-left: 8px;
}
.work_group_open .work_area {
}
.work_group_open .work_group_edit_area {
  position: relative;
  overflow:hidden;
  border-bottom: 1px solid #ccc;
}
.work_status_option_area {
  display: none;
}

.skill_group {
  position: relative;
  z-index: 1;
}
.skill_group_open {
  border-left: 8px solid #795548;
  z-index: 2 !important;
  box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
}
.skill_group_open .skill_item {
  background-color: #D7CCC8;
  padding-left: 8px;
}
.skill_group_open .skill_area {
}
.skill_group_open .skill_group_edit_area {
  position: relative;
  overflow:hidden;
  border-bottom: 1px solid #ccc;
}
.skill_status_option_area {
  display: none;
}

.data_delete_button {
  position: absolute;
  right: 80px;
  top: 6px;
}

.cb_toggle {
  display: inline-block;
  font-size: 16px;
  cursor: pointer;
  position: relative;
  padding-left: 32px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.label0 .cb_toggle {
  margin-left: 16px;
}

.cb_toggle > .cb {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 8px;
  left: 0px;
  border: 1px solid #444;
}
.cb_toggle > .cb i {
  font-size: 36px !important;
  position: absolute;
  left: -5px;
  top: -8px;
  visibility: hidden;
}
.cb_toggle.toggle_on {
  color: #795548;
}
.cb_toggle.toggle_on > .cb {
  background-color: #EFEBE9;
}
.cb_toggle.toggle_on > .cb > i {
  visibility: visible;
}
.cb_toggle.toggle_off {
  
}

.year {
  position: absolute;
  right: 52px;
  top: 30px;
}



.selectable_list {
}

.selectable_list > .selectable {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-top: -1px;
  padding: 8px;
  cursor: pointer;
  padding-left: 40px;
  background-image: url(ui/input_rb_2.svg);
  background-repeat: no-repeat;
  background-position: left 8px  top 10px;
}

.selectable_list > .selectable.selected {
  background-color: #795548; 
  color: #fff;
  background-image: url(ui/input_rb_1.svg);
}
.selectable > .title {
  font-size: 20px;
  line-height: 1;
  padding: 4px 0px;
  margin: 0px 0px 8px 0px;
}


.list .content_item.accordion {
  margin-top: -1px;
  padding: 16px 16px 16px 16px;
}

.list .content_item:not(.accordion) {
  margin-top: -1px;
  padding: 16px 32px 16px 16px;
}
.link_list .link {
  cursor: pointer;
}

.content_item:not(.accordion) .right_button_area {
 /*
  float: right;
  margin-right: -8px;
 */
  position: absolute;
  top: 16px; 
  right: 8px;
}

.content_item.accordion .right_button_area {
  float: right;
  margin-right: -8px;
}

.price_table {
  font-size: 14px;
  margin: 0px auto;
  border-collapse: collapse;

}

.price_table td {
  border: 1px solid #ccc;
  position: relative;
  padding: 8px 4px;
}
.price_table tr > td {
  text-align:center;
}
.price_table tr > td:first-child {
  text-align:left;
/*
  width: 25%;
*/
  font-size: 12px;
  margin-left: 8px;
}
.price_table .ours {
/*
  outline: 1px solid #ccc;
*/
  background-color: #EFEBE9;
  font-weight: bold;
}
.price_table .small_secondline {
  font-size: 8px;
 /*  position: absolute;
  left: 0; right: 0; bottom: 4px;
 */
}
.price_table .small {
  font-size: 10px;
}
.noborder {
  border: none !important;
}

.content_item .news_date {
  text-align: right;
  color: rgba(0,0,0,0.58);
  float: left;
  font-size: 12px;
  line-height: 1.2;
  margin-right: 16px;
  width: 60px;
}

.content_item .news_title {
  margin-left: 80px;
  margin-right: 16px;
}

.qa_list {
  
}
.qa_list .content_item > div {
  padding-left: 40px;
  position: relative;
}
.qa_label {
  position: absolute;
  width: 32px;
  font-size: 24px;
  text-align: center;
  line-height: 32px;
  left: 0px;
}
.qa_label_q {
  color: #FFF;
  background-color: #795548;
  font-weight: bold;
  top: 12px;  
  left: 16px;
}
.qa_label_a {
  color: #FF5252;
  font-weight: bold;
  top: 12px;
  left: 16px;  
}

.content_item.accordion {
/*
  background-color: #D7CCC8; 
*/
  background-color: #EFEBE9;
  border: 1px solid #ccc;

}

.item_q {
/*
  padding-bottom: 16px;
*/
  cursor: pointer;
  padding-right: 28px !important;
  position: relative;

  margin: -16px;
  padding: 16px 32px 16px 16px !important;
}

.qa_list .item_q {
  padding: 16px 32px 16px 56px !important;
}

.item_q .right_button_area {
  position: absolute;
  right: 16px;
  top: 16px;
}
.item_a {
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  margin-bottom: -16px;
  padding: 16px 16px 16px 16px !important;
  border-top: 1px solid #ccc;
  display: none;
  background-color: #fff;
}

.qa_list .item_a {
  padding: 16px 16px 16px 56px !important;
}
.open .item_a {
  display: block;
}

.step_dl {
}

.step_dl dt {
  margin: 0px 0px 0px 18px;
  padding: 4px 16px 4px 32px;
  position: relative;
  font-size: 20px;
}
.step_dl dt:not(:last-of-type) {
  border-left: 1px solid #795548;
}
.step_dl dd {
  margin: -2px 0px 0px 18px;
  padding: 16px 16px 16px 32px;
  position: relative;
}
.step_dl dd:not(:last-of-type) {
  border-left: 1px solid #795548;
}
.step_dl dt .step {
  position: absolute;
  left: -18px;
  top: 0px;
  display: inline-block;
  width: 38px;
  height: 38px;
  background-color: #795548;
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  line-height: 38px;
  padding: 0;
  font-size: 20px;
}

.require_mark {
  display: inline-block;
  vertical-align:middle;
  color: #fff;
  background-color: #FF5252;
  font-size: 12px;
  padding: 2px 4px;
  overflow: hidden;
/*
  transform: translate(0px, 3px);
*/
}

.label0 .require_mark {
  transform: translate(0px, -2px);
}

.h_indicator {
  height: 48px;
  margin: 8px auto;
  width: 228px;
}

.h_indicator > div {
  float:left;
  text-align:center;
}
.h_indicator .step {
  width: 44px;
  height: 52px;
}
.h_indicator .step > div:first-of-type {
  width: 40px;
  height: 40px;
  border: 2px solid #ccc;
  border-radius: 24px;
  background-color: #FFF;
  font-size: 20px;
  line-height: 40px;
  color: rgba(0,0,0,0.38);
}
.h_indicator .step > div:last-of-type {
  font-size: 12px;
  color: rgba(0,0,0,0.38);
}

.h_indicator .arrow {
  width: 48px;
  height: 2px;
  position: relative;
  top: 22px;
  background-color: #ccc;
}

.h_indicator .step.visited > div:first-of-type {
  color: #795548 !important;
  border: 2px solid #795548 !important;
}
.h_indicator .step.visited > div:last-of-type {
  color: rgba(0,0,0,0.87) !important;
}
.h_indicator .step.active > div:first-of-type {
  color: #fff !important;
  background-color: #795548 !important;
  border: 2px solid #795548 !important;
}
.h_indicator .step.active > div:last-of-type {
  color: rgba(0,0,0,0.87) !important;
}
.h_indicator .step.past > div:first-of-type {
  color: #fff !important;
  background-color: #795548 !important;
  border: 2px solid #795548 !important;
}
.h_indicator .step.past > div:last-of-type {
  color: rgba(0,0,0,0.87) !important;
}
.h_indicator .arrow.active {
  background-color: #795548 !important;
}
.h_indicator .arrow.visited {
  background-color: #795548 !important;
}
.h_indicator .arrow.past {
  background-color: #795548 !important;
}


.filled {
  color: rgba(0,0,0,0.37) !important;
}
.filled .resume_step {
  background-color: rgba(0,0,0,0.37) !important;
  /* color: rgba(0,0,0,0.37) !important */;
}
.filled .resume_step > span {
  border: 2px solid rgba(0,0,0,0.37) !important;
  color: rgba(0,0,0,0.37) !important;
}


footer a {
  color: rgba(0,0,0,0.87);
}
#header_menu a {
  color: rgba(0,0,0,0.87);
}

#mail_sent_message_area {
  text-align: center;
}

.info .message_body {
  margin-left: 20px;
}
.notice .message_body {
  margin-left: 20px;
}
.error_message .message_body {
  margin-left: 20px;
}

.info i.float_left {
  margin-top: 6px;  
}


.easyhtml_page {
  position: relative;
  width: 595px;
  height: 842px;
   transform-origin: left top;
}

.resume_thumb_wrapper .easyhtml_page {
   transform: scale(0.42);
   width: 240px;
    height: 340px;
   float: left;   
}
#preview_wrapper .easyhtml_page {
  float: left;
}

.easyhtml_box {
  position: absolute;
}
.easyhtml_img {
  position: absolute;

}
.easyhtml_template_image {
  position: absolute;
  left: 0;
  top: 0;
  width: initial !important;
}


/* ripple */
.ripple {
    overflow: hidden;
    position: relative;
}
.ripple__effect {
    width: 150px ;
    height: 150px ;

    /* 必須 */
    position: absolute !important;
    border-radius: 100% ;
    pointer-events: none ;
    transform: scale(0);
    opacity: 0 ;
    display: inline !important;
}
.ripple__effect.is-orange { background: #f1c40f;}
.ripple__effect.is-blue   { background: #4aa3df;}
.ripple__effect.is-black  { background: #999;}
.ripple__effect.is-white  { background-color: rgba(255,255,255,0.5);}
.ripple__effect.is-show {
    animation: ripple 0.75s ease-out;
}
@keyframes ripple {
    from {
        opacity: 1;
        transform: scale(0);
    }
    to {
        transform: scale(2);
        opacity: 0;
    }
}


/*  */
.info_accordion {
  border: 1px solid rgba(0,0,0,0.87);
  margin: 16px;
}

.info_accordion .accordion_opener {
  color: rgba(0,0,0,0.87);
  position: relative;
}
.info_accordion .accordion_opener > .material-icons-inline {
  transform: translate(0,-2px);
}
.info_accordion .accordion_opener + div {
  border-top: 1px solid rgba(0,0,0,0.87);
  margin-top: 8px;
  padding-top: 8px;
}


.accentcolor_info_accordion {
  border: 1px solid #FF5252;
  margin: 16px;
}

.accordion_icon {
  float: right;
  position: absolute;
  right: 0px;
  top: 0px;
}
.accentcolor_info_accordion .accordion_opener {
  position: relative;
  color: #FF5252;
}
.accentcolor_info_accordion .accordion_opener > .material-icons-inline {
  transform: translate(0,-2px);
}
.accentcolor_info_accordion .accordion_opener + div {
  border-top: 1px solid #FF5252;
  margin-top: 8px;
  padding-top: 8px;
}



.vtable {
  margin-top: 8px;
}

.vtable .content_header {
  position: relative;
  background-color: #EFEBE9;
  border: 1px solid rgba(0,0,0,0.87);
  box-shadow: initial !important;
  color: rgba(0,0,0,0.87);
  font-size: 16px;
}

.vtable .content_body {
  position: relative;
}
.vtable .content_item {
  position: relative;
  margin-top: -1px;
  border: 1px solid rgba(0,0,0,0.87);
  background-color: #fff;
}
.vtable .item_label {
/*
 width: 90px;
*/
 width: initial;
 padding: 4px 0px;
 line-height: 1.5;
  text-align: right;
}
.vtable .item_content {
  margin-left: 96px;
  padding: 4px 0px;
  word-wrap: break-word;
}


#footer_button_area {
  margin: 16px auto;
  
}

#edit_step_button_table {
  margin: 8px 8px 0px 8px; background-color: #fff; position: relative;
}

.content_image {
  max-width: 100%;
}

.man_image {
  max-width : 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

#form_error_message {
  margin: 16px;

}


.pmark_area {
width: 86px ; height: 86px; border: 1px solid rgba(0,0,0,0.58); background-color: #fff;
 margin: 0px auto 8px auto;
 padding: 16px;
}

.term_h {
  font-weight: bold;
}

.step_info_area {
  font-size: 20px;
}
.step_info_area i {
  font-size: 40px;
}

#backtop {
  position: fixed;
  z-index: 10;
  width: 56px;
  height: 56px;
  background-color: rgba(0,0,0,0.3);
  bottom: 16px;
  right: 16px;
  overflow: hidden;
  text-align:center;
  cursor: pointer;
  display:none;
}

#backtop > i {
  font-size: 56px;
}

#backtop > .mask  {
 width: 100%;
 height: 100%;
 position: absolute;
 left: 0;
  top: 0;
}

.col2 {
  width: 50%;
}









    .slider {
       height: 36px;
       width: 250px;
       position: relative;
    }
    .slider .left_button_area {
      position: absolute;
      top: 0;
      left: -40px;
      cursor: pointer;
    }
    .slider .right_button_area {
      position: absolute;
      top: 0;
      right: -40px;
      cursor: pointer;
    }
    .slider_button_area i {
      font-size: 40px;
      transform: translate(0,0px);
    }

     .slider_groove {
        position: absolute;
        border-radius: 4px;
        width: 214px;
        height: 8px;
        top: 14px;
        left: 17px;
        background-color: #EFEBE9;
     }
     .slider_body {
        width: 36px;
        height: 36px;
        border-radius: 18px;
        background-color: #795548;
        box-shadow: 0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12),0 2px 4px -1px rgba(0,0,0,.2);
        position: absolute;  
        cursor: pointer;
     }


#seal_preview {
  overflow: hidden;
  padding: 8px;
  border: 1px solid #e0e0e0;
  line-height: 0;
}



.download_button_area {
  display: none;
}

