body,
body.body_login {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  color: #575c6a;
  background: #fcf5f0;
}

body:before,
body.body_login:before,
body.body_login:after {
  display: none;
}

body:after,
body.body_login:after {
  content: "";
  display: block;
  width: 100%;
  height: 23.0769230769vw;
  min-width: 1300px;
  background: url("../../images/user/bg_grade.png") no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

body.body_login:after {
  height: 300px;
  min-width: inherit;
  top: -90px;
}

.btn_line a {
  display: inline-block;
  border: 1px solid #fe7f2d;
  color: #fe7f2d;
  line-height: 1.2;
  padding: 0.5rem 2rem;
  border-radius: 4em;
  background: #fff;
  transition: all 0.2s;
}
.btn_line a:hover {
  background: rgb(249.9, 249.9, 249.9);
}

/*=======================================
	layout
=======================================*/
/*------------------------------------------------ bar */
.bar {
  min-width: 1300px;
  height: 80px;
  padding: 0 30px;
  align-items: center;
}
.bar a {
  color: #575c6a;
}
.bar .user_status {
  position: relative;
}
.bar .user_status .btn {
  display: flex;
  align-items: center;
  text-align: right;
  min-width: 178px;
  height: 50px;
  line-height: 1;
  box-sizing: border-box;
  background: #fff;
  color: #575c6a;
  padding: 0 40px 0 1rem;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
}
.bar .user_status .btn:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 2px solid #575c6a;
  border-bottom: 2px solid #575c6a;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
}
.bar .user_status .btn span {
  display: block;
  width: auto;
  height: auto;
  line-height: 1;
  background: none;
  border-radius: 0;
  text-align: right;
  color: #888fa3;
  padding: 0;
  margin: 3px 0 0;
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-size: 12px;
  font-weight: normal;
}
.bar .user_status .btn span:hover {
  opacity: 1;
}
.bar .user_status .outer {
  position: absolute;
  top: 50px;
  right: 0;
  width: 100%;
  min-width: 250px;
  padding-top: 5px;
  text-align: left;
  line-height: 1.2;
  word-wrap: break-word;
  display: none;
}
.bar .user_status .inner {
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.2);
}
.bar .user_status dt {
  font-size: 12px;
  font-weight: bold;
}
.bar .user_status dd {
  font-size: 15px;
  margin-bottom: 10px;
}
.bar .user_status dd:last-of-type {
  margin-bottom: 0;
}
.bar .user_status ul {
  display: block;
  padding: 0;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 20px;
}
.bar .user_status ul li {
  display: block;
  margin-bottom: 10px;
}
.bar .user_status ul li:last-child {
  margin-bottom: 0;
}
.bar .user_status ul a {
  display: block;
  padding: 0.5rem 2rem;
  border-radius: 4em;
  transition: all 0.2s;
  background: #fff;
  border: 1px solid #fe7f2d;
  color: #fe7f2d;
  text-align: center;
}
.bar .user_status ul a:hover {
  background: rgb(249.9, 249.9, 249.9);
}
.bar .user_status:hover .outer {
  display: block;
}

/*------------------------------------------------ footer */
footer {
  min-width: inherit;
  width: auto;
  height: auto;
  line-height: 1;
  margin: 40px 0 20px;
  border-top: none;
  background: none;
  color: #c8b7aa;
  text-align: right;
  font-size: 12px;
}

.body_login footer {
  width: 100%;
  height: 50px;
  line-height: 1;
  border-top: 1px solid #ebe6e3;
  background: #fff;
  color: #c8b7aa;
  text-align: center;
  font-size: 12px;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 11;
}

.contents_wrap {
  display: flex;
  min-width: 1300px;
  padding-right: 30px;
  box-sizing: border-box;
}

/*------------------------------------------------ side_b */
.side_b {
  width: 250px;
  padding: 30px 30px 80px 20px;
  margin-right: 30px;
  border-radius: 0 8px 0 0;
  background: #fff;
  box-sizing: border-box;
  position: sticky;
  bottom: 0;
  z-index: 30;
  align-self: flex-end;
  min-height: 100vh;
  font-size: 15px;
  line-height: 1.4;
  transition: all 0.2s;
  /*	nav.b{
  		display: none;
  	}*/
}
.side_b a {
  color: #575c6a;
  transition: all 0.2s;
}
.side_b a:hover {
  color: #fe7f2d;
}
.side_b .btn_shrink {
  position: absolute;
  top: 23px;
  right: -20px;
  background: #fff;
  width: 20px;
  height: 50px;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
}
.side_b .btn_shrink:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-right: 2px solid #999;
  border-bottom: 2px solid #999;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%) rotate(135deg);
}
.side_b .btn_shrink.active:before {
  left: 40%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.side_b .logo {
  position: absolute;
  top: -71px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  transition: all 0.4s;
}
.side_b .btn_side_toggle {
  display: flex;
  text-align: center;
  background: #f2f4f7;
  border: 1px solid #e3e3e3;
  padding: 4px;
  margin-bottom: 20px;
  border-radius: 4px;
  box-sizing: border-box;
  line-height: 1;
  color: #888;
}
.side_b .btn_side_toggle li {
  width: 50%;
  padding: 6px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.2s;
  overflow: hidden;
}
.side_b .btn_side_toggle li:hover {
  background: #fff;
}
.side_b .btn_side_toggle li.current {
  background: #575c6a;
  color: #fff;
  font-weight: bold;
  cursor: default;
}
.side_b .btn_side_toggle span {
  display: block;
}
@keyframes toggle_txt {
  0% {
    opacity: 0;
    max-width: 0;
    max-height: 0;
  }
  100% {
    opacity: 1;
    max-width: 100%;
    max-height: 1em;
  }
}
.side_b section {
  border-top: 1px solid #e3e3e3;
  padding: 15px 0;
}
.side_b section h3 {
  font-size: 14px;
  color: #999;
}
.side_b section ul.level_1 > li {
  position: relative;
  padding: 13px 0 13px 34px;
}
.side_b section ul.level_1 > li:hover .sub {
  display: block;
}
.side_b section ul.level_1 > li > a:hover svg,
.side_b section ul.level_1 .current > a svg {
  fill: #fe7f2d;
}
.side_b section ul.level_1 > li > a:hover .ico_dot,
.side_b section ul.level_1 .current > a .ico_dot {
  background: #fe7f2d;
}
.side_b section ul.level_1 .current > a {
  font-weight: bold;
}
.side_b section ul.level_1 svg {
  width: 20px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  fill: #575c6a;
}
.side_b section ul.level_1 .ico-register,
.side_b section ul.level_1 .ico-payroll,
.side_b section ul.level_1 .ico-report {
  width: 22px;
}
.side_b section ul.level_1 .ico_dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0.5em;
  transform: translateY(-50%);
  background: #575c6a;
}
.side_b section .sub {
  position: absolute;
  top: -12px;
  left: 100%;
  z-index: 60;
  padding-left: 30px;
  white-space: nowrap;
  display: none;
}
.side_b section .sub .flex {
  display: flex;
  background: #fff;
  padding: 25px 0;
  border-radius: 8px;
  border: 1px solid #e3e3e3;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}
.side_b section .sub .flex:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right: 8px solid #fe7f2d;
  border-left: none;
  position: absolute;
  top: 30px;
  left: -8px;
}
.side_b section .sub .col {
  padding: 0 30px 0 20px;
}
.side_b section .sub .col + .col {
  border-left: 1px solid #e3e3e3;
}
.side_b section .sub h4 {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding-left: 10px;
  position: relative;
}
.side_b section .sub h4:before {
  content: "";
  display: block;
  width: 4px;
  height: 1em;
  background: #fe7f2d;
  position: absolute;
  top: 0;
  left: 0;
}
.side_b section .sub ul {
  margin-bottom: 1.4rem;
  padding-left: 10px;
}
.side_b section .sub ul:last-child {
  margin-bottom: 0;
}
.side_b section .sub li {
  margin-bottom: 0.3rem;
}
.side_b section .sub li:last-child {
  margin-bottom: 0;
}
.side_b nav .level_1 > li:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #575c6a;
  border-bottom: 1px solid #575c6a;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(-45deg);
}
.side_b .btn_manual {
  text-align: center;
  position: fixed;
  bottom: 30px;
  width: 210px;
  transition: all 0.2s;
}
.side_b .btn_manual a {
  display: block;
  border: 1px solid #fe7f2d;
  color: #fe7f2d;
  line-height: 1;
  padding: 10px 0;
  border-radius: 60px;
  background: #fff;
  box-sizing: border-box;
  transition: all 0.2s;
}
.side_b .btn_manual a:hover {
  background: rgb(249.9, 249.9, 249.9);
}
.side_b .btn_manual a > span {
  display: inline-block;
  position: relative;
  padding-left: 30px;
}
.side_b .btn_manual svg {
  width: 18px;
  height: auto;
  fill: #fe7f2d;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

/*------------------------------------------------ main */
.main {
  min-width: 990px;
  background: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  flex: 1;
}
.main .nav_level_3 li {
  margin: 0 10px 10px 0;
}
.main .nav_level_3 a {
  background: #ececec;
  position: relative;
  padding: 5px 10px 5px 20px;
}
.main .nav_level_3 a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: 0;
  border-right: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translateY(-50%) rotate(-45deg);
}
.main .nav_level_3 a:hover,
.main .nav_level_3 a.current {
  background: #575c6a;
}
.main .nav_level_3 a:hover:before,
.main .nav_level_3 a.current:before {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

/*------------------------------------------------ layout change */
body.side_nav_b nav.a {
  display: none;
}
body.side_nav_b nav.b {
  display: block;
}

body.shrink .side_b {
  width: 60px;
  padding: 20px 8px 80px;
}
body.shrink .side_b .btn_shrink:before {
  left: 40%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
body.shrink .side_b .logo {
  top: -42px;
  width: 46px;
}
body.shrink .side_b .btn_side_toggle {
  padding: 3px;
  border-radius: 2px;
}
body.shrink .side_b .btn_side_toggle li {
  border-radius: 2px;
}
body.shrink .side_b .btn_side_toggle span {
  display: none;
}
body.shrink .side_b section h3 {
  font-size: 13px;
  text-align: center;
}
body.shrink .side_b section ul.level_1 > li {
  padding: 15px 0 15px 0;
}
body.shrink .side_b section ul.level_1 > li > a, body.shrink .side_b section ul.level_1 > li > .a {
  font-size: 10px;
  text-align: center;
}
body.shrink .side_b section ul.level_1 > li > a > span, body.shrink .side_b section ul.level_1 > li > .a > span {
  display: block;
  margin-top: 0.3rem;
}
body.shrink .side_b section ul.level_1 > li > a > span span, body.shrink .side_b section ul.level_1 > li > .a > span span {
  display: none;
}
body.shrink .side_b section ul.level_1 svg {
  display: block;
  position: static;
  top: auto;
  left: auto;
  transform: none;
  margin: 0 auto;
}
body.shrink .side_b section ul.level_1 .ico_dot {
  position: static;
  top: auto;
  left: auto;
  transform: none;
  display: block;
  margin: 0 auto;
}
body.shrink .side_b nav .level_1 > li:after {
  display: none;
}
body.shrink .side_b .btn_manual {
  width: 44px;
}
body.shrink .side_b .btn_manual a {
  padding: 0;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}
body.shrink .side_b .btn_manual a > span {
  position: static;
  padding-left: 0;
}
body.shrink .side_b .btn_manual a > span span {
  display: none;
}
body.shrink .side_b .btn_manual svg {
  width: 24px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=======================================
	home
=======================================*/
.shop_data {
  display: flex;
}
.shop_data .data {
  min-width: 800px;
  width: 100%;
  margin-right: 12px;
  font-size: 15px;
}
.shop_data .data .select {
  background: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 8px 0;
  line-height: 1;
  border-radius: 6px;
  border-left: 5px solid #fe7f2d;
}
.shop_data .data .select select,
.shop_data .data .select input {
  padding: 0.5rem 0.8rem;
  height: auto;
  line-height: 1;
  background: #f2f4f7;
  border: none;
  border-radius: 3px;
}
.shop_data .data .select .col {
  display: flex;
  align-items: center;
  padding: 0 30px;
}
.shop_data .data .select .col:first-child {
  border-right: 1px solid #ccc;
}
.shop_data .data .select label {
  margin-right: 0.5rem;
}
.shop_data .data .col_two {
  display: flex;
  margin-bottom: 12px;
}
.shop_data .data .col_two .col {
  width: 49.25%;
}
.shop_data .data .col_two .col:first-child {
  margin-right: 1.5%;
}
.shop_data .data .col_two.type_a .col {
  width: 62.5%;
}
.shop_data .data .col_two.type_a .col:first-child {
  width: 36%;
}
.shop_data .data .box {
  background: #fff;
  border-radius: 5px;
  padding: 20px;
}
.shop_data .data .box + .box {
  margin-top: 12px;
}
.shop_data .data h2 {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  border-left: 5px solid #fe7f2d;
  padding-left: 7px;
  margin-bottom: 20px;
}
.shop_data .data h2 a {
  color: #575c6a;
  transition: all 0.2s;
}
.shop_data .data h2 a:hover {
  color: #fe7f2d;
}
.shop_data .data dl {
  font-weight: bold;
  line-height: 1.2;
}
.shop_data .data dl .s {
  font-size: 0.8em;
  margin-left: 0.2rem;
}
.shop_data .data dt {
  font-size: 12px;
  padding-top: 8px;
}
.shop_data .data dt:first-of-type {
  padding-top: 0;
}
.shop_data .data dd {
  font-size: 22px;
  border-bottom: 1px dashed #ccc;
  text-align: right;
  padding-bottom: 8px;
}
.shop_data .data dd:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.shop_data .data .graph canvas {
  width: 100% !important;
  height: auto !important;
}
.shop_data .data .graph_s {
  height: 150px;
}
.shop_data .info {
  min-width: 178px;
  max-width: 300px;
  width: 100%;
  font-size: 14px;
}
.shop_data .info a {
  color: #0b57d0;
}
.shop_data .info h2 {
  background: #f2f4f7;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 15px;
  border-radius: 6px 6px 0 0;
}
.shop_data .info .outer {
  background: #fff;
  color: #575c6a;
  font-size: 12px;
  padding: 20px 15px;
  border-radius: 0 0 6px 6px;
  margin: 0;
}
.shop_data .info .outer:after {
  display: none;
}
.shop_data .info time {
  color: #999;
}
.shop_data .info time:before {
  display: none;
}
.shop_data .info p,
.shop_data .info figure {
  margin: 0 0 1em;
}
.shop_data .info .btn_line {
  text-align: center;
  margin-top: 20px;
}
.shop_data .info .btn_line a {
  display: block;
  font-size: 15px;
  color: #fe7f2d;
}

/*=======================================
	login
=======================================*/
.login form {
  box-shadow: 2px 0 15px 0 rgba(0, 0, 0, 0.1);
}
.login form:after {
  display: none;
}
.login form .inner {
  border: 1px solid #e4d7cf;
}
.login form dl {
  display: flex;
  flex-wrap: wrap;
}
.login form dt {
  font-weight: normal;
  width: 36.25%;
  float: none;
}
.login form dd {
  width: 63.75%;
  float: none;
}
.login form dd input {
  font-weight: normal;
}
.login form .btn a,
.login form .btn button,
.login form .btn input[type=submit],
.login form .btn input[type=button] {
  font-family: "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
  font-weight: normal;
  background: #0e2841;
  padding: 15px 60px;
}
.login form .btn a:before,
.login form .btn button:before,
.login form .btn input[type=submit]:before,
.login form .btn input[type=button]:before {
  content: "";
  margin: 0;
}
