@charset "UTF-8";
/*	Reset
------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

html {
  color: #3c3c3c;
  font-size: 62.5%;
  font-family: "Noto Sans JP", sans-serif, "Yu Gothic", 游ゴシック, YuGothic, 游ゴシック体, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.7;
  background-color: #fff;
  word-break: break-word;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input,
input[type="file"],
textarea,
button,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font: inherit;
  border-radius: 0;
  word-break: normal;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #a9a9a9;
}

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;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: c ollapse;
  border-spacing: 0;
  width: 100%;
}

caption,
th,
td {
  text-align: left;
}

a {
  color: #777777;
  text-decoration: none;
  outline: none;
}

img {
  font-size: 0;
  vertical-align: top;
}

hr {
  height: 1px;
  margin: 0;
  border: 0;
}

.cf:after {
  content: "";
  clear: both;
  display: block;
}

/*	Utility
------------------------------*/
.dis_blo {
  display: block !important;
}

.dis_inl {
  display: inline !important;
}

.dis_inB {
  display: inline-block !important;
}

.dis_non {
  display: none !important;
}

@media print {
    header,
    .no-print {
        display: none !important;
    }
    .visible-print {
        overflow: visible !important;
    }
    .no-margin-print {
        margin: 0 !important;
    }
}

/*-- Layout --*/
.al_l {
  text-align: left !important;
}

.al_c {
  text-align: center !important;
}

.al_r {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .sp_al_l {
    text-align: left !important;
  }
  .sp_al_c {
    text-align: center !important;
  }
  .sp_al_r {
    text-align: right !important;
  }
}

.va_t {
  vertical-align: top !important;
}

.va_m {
  vertical-align: middle !important;
}

.va_b {
  vertical-align: bottom !important;
}

/*-- Text --*/
.fs10 {
  font-size: 1rem;
}

.fs11 {
  font-size: 1.1rem;
}

.fs12 {
  font-size: 1.2rem;
}

.fs13 {
  font-size: 1.3rem;
}

.fs14 {
  font-size: 1.4rem;
}

.fs15 {
  font-size: 1.5rem;
}

.fs16 {
  font-size: 1.6rem;
}

.fs17 {
  font-size: 1.7rem;
}

.fs18 {
  font-size: 1.8rem;
}

.fs19 {
  font-size: 1.9rem;
}

.fs20 {
  font-size: 2rem;
}

.fw_n {
  font-weight: 400 !important;
}

.fw_m {
  font-weight: 500 !important;
}

.fw_b {
  font-weight: 700 !important;
}

.nowrap {
  white-space: nowrap !important;
}

.brAll {
  word-break: break-all !important;
}

/*-- Margin & Padding --*/
.mt_0 {
  margin-top: 0px;
}

.mb_0 {
  margin-bottom: 0px;
}

.pt_0 {
  padding-top: 0px;
}

.pb_0 {
  padding-bottom: 0px;
}

.mt_5 {
  margin-top: 5px;
}

.mb_5 {
  margin-bottom: 5px;
}

.pt_5 {
  padding-top: 5px;
}

.pb_5 {
  padding-bottom: 5px;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.pt_10 {
  padding-top: 10px;
}

.pb_10 {
  padding-bottom: 10px;
}

.mt_15 {
  margin-top: 15px;
}

.mb_15 {
  margin-bottom: 15px;
}

.pt_15 {
  padding-top: 15px;
}

.pb_15 {
  padding-bottom: 15px;
}

.mt_20 {
  margin-top: 20px;
}

.mb_20 {
  margin-bottom: 20px;
}

.pt_20 {
  padding-top: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.mt_25 {
  margin-top: 25px;
}

.mb_25 {
  margin-bottom: 25px;
}

.pt_25 {
  padding-top: 25px;
}

.pb_25 {
  padding-bottom: 25px;
}

.mt_30 {
  margin-top: 30px;
}

.mb_30 {
  margin-bottom: 30px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_30 {
  padding-bottom: 30px;
}

.mt_35 {
  margin-top: 35px;
}

.mb_35 {
  margin-bottom: 35px;
}

.pt_35 {
  padding-top: 35px;
}

.pb_35 {
  padding-bottom: 35px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_40 {
  margin-bottom: 40px;
}

.pt_40 {
  padding-top: 40px;
}

.pb_40 {
  padding-bottom: 40px;
}

.mt_45 {
  margin-top: 45px;
}

.mb_45 {
  margin-bottom: 45px;
}

.pt_45 {
  padding-top: 45px;
}

.pb_45 {
  padding-bottom: 45px;
}

.mt_50 {
  margin-top: 50px;
}

.mb_50 {
  margin-bottom: 50px;
}

.pt_50 {
  padding-top: 50px;
}

.pb_50 {
  padding-bottom: 50px;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

br.pc {
  display: inline-block !important;
}

br.sp {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br.pc {
    display: none !important;
  }
  br.sp {
    display: inline-block !important;
  }
}

/*	portal_top
------------------------------*/
@media screen and (max-width: 768px) {
  .card.clock {
    display: none !important;
  }
  .slider {
    display: none !important;
  }
}

/*  clock
------------------------------*/
.home .clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}

.home .clock_txt {
  color: #777777;
}

.home .clock_day {
  font-family: "Roboto", sans-serif;
  font-size: 9rem;
  line-height: 1;
  color: #424242;
  display:inline-block;
}

.home .clock_day_hi {
  display:inline-block;
}

.home .clock_box {
  background: #f4f7fa;
  width: 58%;
  text-align: center;
  padding: 20px 0;
  margin-left: 7%;
}

.home .clock_box img {
  width: 50%;
  max-width: 130px;
}

#clock {
  position: relative;
  min-width: 100px;
  height: 100px;
  background-image: url(../img/dummy_clock_hontai.png);
  background-size:contain;
  list-style: none;
  background-repeat:no-repeat;
  display:none;
}

#min {
  position: absolute;
  width: 10px;
  height: 100px;
  top: 2px;
  left: 48px;
  background-size:contain;
}

#hour {
  position: absolute;
  width: 10px;
  height: 100px;
  top: 2px;
  left: 45px;
  background-size:contain;
}

#min {
  background-image: url(../img/dummy_clock_minute.png);
  background-repeat: no-repeat;
  z-index: 1;
}

#hour {
  background-image: url(../img/dummy_clock_hour.png);
  background-repeat: no-repeat;
  z-index: 2;
}

.clock_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.clock_txt {
  padding-left: 20px;
}

#view_clock {
  display: inline-block;
  margin-top: 10px;
  font-family: "Roboto", sans-serif;
  font-size: 3rem;
}

/*	login
------------------------------*/
.wrap_login {
  background: #eceff2;
  height: 100vh;
  overflow: auto;
}

.login {
  background: #eceff2;
}

.login_main {
  text-align: center;
  width: 40vw;
  margin: 15vh auto auto auto;
}

@media screen and (max-width: 768px) {
  .login_main {
    width: 100%;
    margin: 10vh auto auto auto;
    padding: 0 18px;
  }
}

.login_main_title {
  font-size: 4.0rem;
  font-weight: 700;
  letter-spacing: 0;
  color: #2390ed;
  margin-bottom: 20px;
}

.login_main_title img {
  width: 300px;
}

.text_form {
  background: #fff;
  width: 100%;
  max-width: 300px;
  padding: 8px 20px;
  border-radius: 4px 4px 0 0;
  border: 1px solid #bac5cc;
  border-bottom: none;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.pass_form {
  background: #fff;
  width: 100%;
  max-width: 300px;
  padding: 8px 20px;
  border-radius: 0 0 4px 4px;
  border: 1px solid #bac5cc;
  box-sizing: border-box;
  display: block;
  margin: 0 auto;
}

.chk_form {
  -moz-appearance: checkbox;
  -webkit-appearance: checkbox;
  cursor: pointer;
  vertical-align:middle;
}

.login_chk>span {
  vertical-align:middle;
}

.mail_form {
  background: #fff;
  width: 300px;
  padding: 8px 20px;
  border-radius: 4px;
  border: 1px solid #bac5cc;
  border-bottom: none;
  box-sizing: border-box;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.login_retention {
  margin: 10px 0 20px 0;
}

.login_chk {
  vertical-align: middle;
}

.login_submit_box {
  margin: 40px auto 0 auto;
}

.login_submit.btn {
	width: 100%;
  max-width: 300px;
  padding: 14px 22px;
}

.forget_password,
.login_pass_ch_link {
  margin-top:20px;
}

.forget_password>a {
  color: #2390ed;
  text-decoration: underline;
  font-size: 1.0rem;
}

.login_pass_ch_link>a {
  color: #2390ed;
  text-decoration: underline;
}

.login_maintenance {
  margin: 50px 0 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media screen and (max-width: 768px) {
	.login_maintenance {
  	 margin-top: 30px;
	}
}

.login_maintenance_box {
  min-width: 300px;
  width: 100%;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  text-align: left;
}

@media screen and (max-width: 768px) {
	.login_maintenance_box {
  	 padding: 12px;
	}
}

.login_maintenance_ttl {
  width: 100%;
  color: #2390ed;
  font-weight: 700;
  font-size: 1.6rem;
  display: inline-block;
  padding: 10px 5px;
  position: relative;
}

.login_maintenance_ttl.folding {
  cursor: pointer;
}

.login_maintenance_ttl.folding::after {
  content: "";
  display: block;
  width: 12px;
  height: 18px;
  background: url(../img/arrow_gy.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.acd_maintenance_list {
  display: none;
  padding: 0 5px 10px 5px;
}

.login_maintenance_item {
  border-bottom: 1px solid #e8eef2;
}

.login_maintenance_item:last-child {
  border-bottom: none;
}

.acd_maintenance_list.display_letter {
  display: block;
}

.login_mail_please {
  padding-bottom: 5px;
}

.login_mail_message {
  padding-top: 10px;
}

.login_form .login_language .login_language_select {
  display: block;
  border-radius: 4px;
  border: 1px solid #bac5cc;
  margin: 0 auto;
  width: 100%;
  max-width: 300px;
  background-position: 4px 4px;
  background-size: 22px;
  padding: 4px 14px 4px 36px;
}

.login_language {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 40px auto;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .login_language {
    padding: 0 10px;
  }
}

.login_language_letter {
  font-size: 1.0rem;
}

.login_agree_box {
  padding: 30px 10%;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .login_agree_box {
    padding: 30px 20px;
    text-align: left;
    width: 100%;
  }
}

.login_agree_box > p {
  margin-bottom: 20px;
}

.agree_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
}

.agree_list > .btn {
  width: 50%;
  padding: 10px 10px;
  font-weight: 300;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #b4b4b4;
  border: 1px solid #bac5cc;
  box-sizing: border-box;
  box-shadow: none;
}

.agree_list > .btn:last-child {
  border-radius: 0 4px 4px 0;
}

.js-agree.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

.agree_submit_box > .login_submit.btn {
  max-width: 280px;
}

@media screen and (max-width: 768px) {
  .agree_list {
    max-width: 100%;
  }
  .agree_submit_box > .login_submit.btn {
    max-width: 100%;
  }
}

.logout_list > .login_submit.btn {
  margin: 40px 0 0 0;
}

.agree_submit_box {
  margin: 40px 0 0 0;
}

.input_mail_row .text_form{
  border-bottom: 1px solid #bac5cc;
  border-radius: 4px;
}

.radio {
  -moz-appearance: radio;
  -webkit-appearance: radio;
  cursor: pointer;
  vertical-align: middle;
  margin-right: 8px;
}

.radio_box {
  text-align: left;
  width: 200px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .radio_box {
    width: 100%;
  }
}

.radio_box label {
  display: block;
  padding-top: 10px;
}

/*	給与明細一覧
------------------------------*/
@media screen and (max-width: 768px) {
  .salary .wrap .cont .main .sort_box {
    margin-bottom: 40px;
  }
}

.select_year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sort_list_link {
  color: #7a7a7a;
  width: 100%;
  cursor: pointer;
}

.sort_list_link.is_active {
  background: #2390ed;
  border-color: #2390ed;
  color: #fff;
}

.select_arrow_link {
  display: inline-block;
  padding: 8px;
}

.select_arrow_link > .select_arrow.is_disabled {
  padding: 8px;
  cursor: default;
}

.select_arrow_link > .select_arrow.is_disabled:hover {
  opacity: 0.4;
}

@media screen and (max-width: 768px) {
.select_arrow_link {
  padding: 8px 8px 8px 20px;
  }
}

.info_head_supply_date {
  width: 100px;
}

.info_head_supply_name {
  width: calc(100% - 100px);
}

/*	給与明細詳細
------------------------------*/
.company_box {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .company_box {
    margin-bottom: 12px;
  }
}

.company_list {
	display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .company_list {
    display: block;
    }
  }

.company_name {
  width: 66%;
  padding: 14px;
  background: #2390ed;
  border-color: #2390ed;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .company_name {
    width: 100%;
    padding: 10px;
  }
}

.company_date {
  width: 34%;
  padding: 14px;
  background: #eceff2;
  border-color: #eceff2;
  color: #424242;
  font-weight: 700;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .company_date {
    width: 100%;
    padding: 10px 10px 10px 14px;
  }
}

.employee_box {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .employee_box {
    margin-bottom: 30px;
  }
}

.employee_name {
  padding: 4px 14px;
  background: #eceff2;
  border-top: 1px solid #dce2e5;
  border-bottom: 1px solid #dce2e5;
}

.employee_code {
  padding: 4px 14px;
  border-bottom: 1px solid #dce2e5;
}

.subtraction_box {
  padding: 14px;
  background: #2390ed;
  border-color: #2390ed;
  color: #fff;
  font-size: 1.6rem;
  width: 50%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .subtraction_box {
    width: 100%;
    padding: 10px;
  }
}

.subtraction_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.subtraction_money {
  font-weight: 700;
}

.detail_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom: 20px;
  width:100%;
}

@media screen and (max-width: 768px) {
  .detail_box {
    display:block;
    margin-bottom: 20px;
    width:100%;
  }
}

.total_box {
  width: 50%;
  padding-right: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .total_box {
    width: 100%;
    padding-right: 0;
  }
}

.breakdown_box {
  width:50%;
  padding-left: 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .breakdown_box {
    width: 100%;
    padding-left: 0;
  }
}

.money_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 4px 14px;
}

@media screen and (max-width: 768px) {
  .money_row {
    padding: 9px 14px;
    position: relative;
  }
}

.supply_item {
  border-top: 1px solid #dce2e5;
}

.salary .total.supply_item {
  background: #edf5fb;
  border-top: 4px solid #dce2e5;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .salary .total.deduction_item {
    margin-bottom: 30px;
  }
}

.salary .total.supply_item>.money_row>.money_title,
.salary .total.supply_item>.money_row>.money_data {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .total.supply_item>.money_row>.money_title:after,
  .total.deduction_item>.money_row>.money_title:after,
  .breakdown_ttl:after,
  .detail_notice:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 10px;
  width: 15px;
  height: 2px;
  background: #707070;
  transition: all .2s ease-in-out;
  }

  .total.supply_item>.money_row>.money_title:before,
  .total.deduction_item>.money_row>.money_title:before,
  .breakdown_ttl:before,
  .detail_notice:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 10px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #707070;
  transition: all .3s ease-in-out;
  }
}

@media screen and (max-width: 768px) {
  .is_close.total.supply_item>.money_row>.money_title:before,
  .is_close.total.deduction_item>.money_row>.money_title:before,
  .is_close>.breakdown_ttl:before,
  .is_close.detail_notice:before {
    transform: rotate(180deg);
  }
  .is_close.total.supply_item>.money_row>.money_title:after,
  .is_close.total.deduction_item>.money_row>.money_title:after,
  .is_close>.breakdown_ttl:after,
  .is_close.detail_notice:after {
    opacity: 0;
  }
}

.deduction_item {
  border-top: 1px solid #dce2e5;
}

.salary .total.deduction_item {
  background: #edf5fb;
  border-top: 4px solid #dce2e5;
}

.salary .total.deduction_item>.money_row>.money_title,
.salary .total.deduction_item>.money_row>.money_data {
  font-weight: 700;
}

.breakdown_item {
  border-top: 1px solid #dce2e5;
}

.breakdown_item:last-child {
  border-bottom: 1px solid #dce2e5;
}

.breakdown_ttl {
  padding: 4px 14px;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-weight:600;
  background: #eceff2;
}

@media screen and (max-width: 768px) {
  .breakdown_ttl {
    padding: 9px 14px 9px 30px;
  }
}

.breakdown_item>.money_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 6px 14px;
}

@media screen and (max-width: 768px) {
.breakdown_item>.money_row {
  padding: 9px 14px;
  }
}

.detail_info_box {
  margin-bottom:50px;
}

.detail_notice {
  padding: 4px 14px;
  background: #eceff2;
  border-top: 1px solid #dce2e5;
  border-bottom: 1px solid #dce2e5;
  font-weight:600;
  margin-bottom:10px;
}

@media screen and (max-width: 768px) {
  .detail_notice {
    padding: 9px 14px 9px 30px;
  }
}

.notice_item {
  padding: 4px 14px;
}

.detail_ft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}

@media screen and (max-width: 768px) {
  .detail_ft  {
    display:block;
  }
}

.mouth_btn_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-left: auto;
  margin-right: 18px;
  margin-top: 18px;
}

@media screen and (max-width: 1023px) {
  .mouth_btn_box {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .mouth_btn_box {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

.detail_ft_pdf .btn {
  background: #777777;
  padding: 15px 55px;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 300;
}

.mouth_btn_box .btn {
  padding: 17px 30px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .mouth_btn_box .btn {
    padding: 12px 40px;
    font-weight: 300;
    width: 143px;
  }
}

.mouth_btn_prev {
  padding-right: 10px;
}

.mouth_btn_box>.is_disabled>.btn {
  pointer-events: none;
  opacity: 0.4;
}

@media screen and (max-width: 1023px) {
  .mouth_btn_prev {
    padding-bottom: 10px;
  }
}

.main_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  margin: 20px 0 40px 0;
  padding-right: 18px;
  width: 100%;
}

.tax.main_out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
  margin: 20px 0 40px 0;
  padding-right: 18px;
  width: 100%;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .main_out {
    display: block;
    padding: 0 10px 10px 10px;
    margin-bottom:40px;
    width: 100%;
  }
}

.main_out .btn {
  background: #777777;
  padding: 15px 0;
  width: 240px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .main_out .btn {
    width: 100%;
    text-align: center;
  }
}

.slary_detail_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .slary_detail_sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .slary_detail_pc {
    display: none;
  }
}

.acd_dowm_breakdown,
.acd_dowm_other {
  margin-bottom: 20px;
}

.acd_dowm_notice {
  padding-bottom: 40px;
}

.supply_item.total.dropdown>.money_row,
.deduction_item.total.dropdown>.money_row {
  padding-left: 30px;
}

.supply_triger,
.deduction_triger,
.breakdown_triger,
.other_triger,
.notice_triger {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .breakdown_item.dropdown {
    position: relative;
  }
}

.notice_triger {
  position: relative;
}

.other_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .other_box {
  display: none;
  }
}

.other_list {
  width: 50%;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .other_list {
    width: 100%;
  }
}

.other_list.left {
  padding-right: 8px;
}

.other_list.right {
  padding-left: 8px;
}

.other_item {
    border-top: 1px solid #dce2e5;
}

.other_item:last-child {
    border-bottom: 1px solid #dce2e5;
}

@media screen and (max-width: 768px) {
  .other_item.dropdown {
    position: relative;
  }
}

.other_item .money_row {
  min-height: 30px;
}

/*	給料明細(源泉徴収)
------------------------------*/
.large_list_tax {
  min-width: 1023px;
}

/*	スケール表示---*/
@media screen and (max-width: 768px) {
  .large_list_tax {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-Origin: 0 0;
    max-height: 1000px !important;
  }
}

@media screen and (max-width: 600px) {
  .large_list_tax {
    transform: scale(0.6);
    transform-Origin: 0 0;
    max-height: 1000px !important;
  }
}

@media screen and (max-width: 480px) {
  .large_list_tax {
    transform: scale(0.45);
    transform-Origin: 0 0;
    max-height: 1000px !important;
  }
}

.column1 > .card .card_inr.tax_withholding {
  max-width: 100%;
}

.tax_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0 0 40px 0;
}

@media screen and (max-width: 768px) {
  .tax_box {
    display:block;
  }
}

.tax_ttl,
.tax_detals {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .tax_ttl,
  .tax_detals {
    width: 100%;
  }
}

.tax_ttl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  padding:0 0 0 14px;
  background: #eceff2;
  border-top: 1px solid #dce2e5;
  border-bottom: 1px solid #dce2e5;
  font-weight: 700;
  font-size: 1.4rem;
  margin:0 4px 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .tax_ttl {
    padding: 4px 14px;
  }
}

.tax_detals {
  margin:0 0 0 4px;
}

@media screen and (max-width: 768px) {
  .tax_detals {
    margin:0;
  }
}

.tax_detals .deduction_item:last-child {
  border-bottom: 1px solid #dce2e5;
}

.tax_detals .money_title {
  padding: 0 5px 0 0;
}

/*	給料明細(源泉徴収html表示)
------------------------------*/
.tax_withholding_html {
  font-family: "serif";
  width: 950px;
  margin: 0 auto 40px;
}

.tax_html_ttl {
  text-align: center;
  margin:0 0 4px 0;
}

.card_ttl_txt.year {
  padding:0 10px 0 0;
}

.tax_withholding_box {
  border: 1.5px solid #000;
  box-sizing: border-box;
  height: 1800px;
}

.person_address,
.person_address_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.person_address {
  width: 100%;
}

.person_address_list {
  width: 60%;
}

.person_item,
.address_item,
.address_input_data {
  height: 190px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
}

.person_item {
  /*width: 100px;*/
  width: 18%;
}

.address_item {
  /*width: 30px;*/
  width: 6%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.address_input_data {
  /*width: 420px;*/
  width: 76%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
  justify-content: flex-start;
  padding: 0 0 0 14px;
}

.person_data {
  /*width: calc(100% - 550px);*/
  width: 40%;
}

.supplementary {
  display: block;
  font-size: 1.0rem;
  padding: 2px 0 0 10px;
}

.person_no {
  padding: 0 0 0 8px;
  border-bottom: 1px solid #000;
  height: 45px;
}

.space {
  background: #ebeff2;
}

.person_data .space {
  height: calc(100% - 160px);
  border-bottom: 1px solid #000;
}

.position {
  padding: 0 0 0 8px;
  height: 55px;
  border-bottom: 1px solid #000;
}

.person_name {
  height: 60px;
  border-bottom: 1px solid #000;
}

.person_name_item {
  width: 30px;
  height: 60px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  border-right: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.person_name_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.person_name_details {
  width: calc(100% - 30px);
}

.person_name_details .person_name_kana {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.person_name_details .person_name_kana .person_name_kanji_txt {
  width:auto;
}

.person_name_kana {
  height: 30px;
  border-bottom: 1px solid #000;
}

.person_name_kana .supplementary {
  display: inline;
  padding: 0 8px 0 4px;
}

.person_name_kanji {
  padding: 2px 0 0 8px;
  height: 30px;
}

.salary_bonus_list,
.spouse_deduction_list,
.salary_deduction_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.salary_bonus_list dt,
.salary_deduction_list dt {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 30px;
}

.salary_bonus_list dt:first-child {
  height: 45px;
  text-align: center;
}

.salary_bonus_list dd,
.salary_deduction_list dd {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 50px;
}

.type_box {
  /*width: 230px;*/
  width: 20%;
}

.type_detail {
  display:-webkit-box;
  display:-ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.payment_box {
  /*width: 150px;*/
  width: 20%;
}

.row_detail {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  padding: 0 5px;
}

.row_detail_one {
  text-align: right;
  padding: 0 5px;
}

.detail_money {
  display: block;
  text-align: right;
  margin: 0 10px 0 0;
}

.salary_deduction_after_box {
  /*width: 200px;*/
  width: 20%;
}

.income_deduction_box,
.gensen_box {
  /*width: 183.5px;*/
  width: 20%;
}

.salary_bonus_list .gensen_ttl,
.salary_bonus_list .gensen_detail {
  border-right: none;
}

.spouse_deduction_list .dt,
.spouse_deduction_detail_box li{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 1.1rem;
}

.spouse_deduction_list .dt.no-right,
.spouse_deduction_detail_box li.no-right {
    border-right: none;
}

.spouse_deduction_ttl,
.spouse_sp_deduction_ttl {
  height: 75px;
}

.spouse_deduction_existence_item {
  /*width: 200px;*/
  width: 19.1%;
}

.spouse_deduction_detail_box {
  height: 50px;
  width: 100%;
}

.spouse_deduction_detail_ttl,
.spouse_deduction_detail_sp {
  height: 20px;
}

.spouse_deduction_detail_box.list {
  width: 33.3%;
}

.spouse_deduction_detail_box.list:nth-child(2){
  width: 33.4%;
}

.spouse_deduction_existence_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.spouse_deduction_detail_ttl_num,
.spouse_deduction_detail_sp_space {
  min-height: 30px;
}

.spouse_deduction_waku {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.spouse_sp_deduction_item {
  /*width: 100px;*/
  width: 13%;
}

.spouse_deduction_detail_sp {
  padding: 0 0 0 4px;
}

.box_yen {
  display: inline-block;
  margin-left: auto;
}

.support_relatives_ttl {
  height: 50px;
}

.support_relatives_ttl_sub {
  height: 25px;
}

.spouse_deduction_detail_box.person {
  width: 55%;
}

.spouse_deduction_detail_box.servent {
  width: 45%;
}

.support_relatives_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48%;
}

.support_relatives_item_specific {
  /*width: 100px;*/
  width: 25%;
}

.support_relatives_item_old {
  /*width: 170px;*/
  width: 44%;
}

.support_relatives_item_other {
  /*width: 120px;*/
  width: 30.5%;
}

.support_under_item {
  /*width: 74px;*/
  width: 19%;
}

.obstacle_item {
  /*width: 120px;*/
  height: 50px;
  width: 12.5%;
}

.obstacle_ttl_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.obstacle_ttl.dt {
  height: 50px;
}

.obstacle_ttl_list .obstacle_ttl_sub {
  width: 33.4%;
  height: 25px
}
.obstacle_ttl_list .obstacle_ttl_sub:first-child {
  width: 66.6%;
  height: 25px
}

.un_residence_item {
  /*width: 64px;*/
  border-right: none;
  width: 7.5%;
}

.un_residence_item .spouse_sp_deduction_ttl,
.un_residence_item .spouse_deduction_detail_ttl,
.un_residence_item .spouse_deduction_detail_ttl_num {
  border-right: none;
}

.social_insurance_box,
.life_insurance_box,
.earthquake_insurance_box,
.housing_loan_box {
  width: 25%;
}

.housing_loan_box .deduction_ttl,
.housing_loan_box .deduction_detail {
  border-right: none;
}

.summary_box {
  height: 190px;
  border-bottom: 1px solid #000;
}

.row_detail_one.left {
  text-align: left;
}

.summary_text_main {
  padding: 5px 15px;
}

.social_insurance_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.social_insurance_detail_ttl,
.social_insurance_new_ttl,
.social_insurance_old_ttl,
.social_insurance_nursing_ttl,
.person_new_ttl {
  width: 8.2%;
  font-size: 1.1rem;
}
.person_old_ttl {
  width: 9%;
  font-size: 1.1rem;
}

.social_insurance_detail_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  height: 50px;
}

.social_insurance_detail_list dd {
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  height: 50px;
}

.social_insurance_new_detail,
.social_insurance_old_detail,
.person_new_detail,
.person_old_detail,
.social_insurance_nursing_detail  {
  width: 10%;
}

.social_insurance_detail_list .person_old_detail {
  border-right: none;
}

.social_insurance_new_detail .detail_money,
.social_insurance_old_detail .detail_money,
.social_insurance_nursing_detail .detail_money,
.person_new_detail .detail_money,
.person_old_detail .detail_money {
  margin: 0 4px 0 0;
  font-size: 10px;
}

.Housing_loan_sp_deduction_two {
  width: 91.8%;
}

.Housing_loan_sp_deduction_ttl{
  width: 8.2%;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 1.1rem;
}

.Housing_loan_sp_deduction_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Housing_loan_sp_deduction_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
}

.sp_deduction_num,
.sp_deduction_num_detail,
.live_start,
.live_start_date,
.sp_deduction_such,
.sp_deduction_such_detail,
.Housing_loan_year_end,
.Housing_loan_year_end_detail,
.sp_deduction_possible {
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
}



.sp_deduction_num,
.sp_deduction_such,
.Housing_loan_year_end {
  width: 14%;
  font-size: 1.2rem;
}

.sp_deduction_num,
.sp_deduction_possible  {
  width: 13%;
  font-size: 1.2rem;
}

.sp_deduction_num_detail {
  width: 13%;
}

.sp_deduction_possible_detail {
  width: 13%;
  height: 90px;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  display: block;
  padding: 20px 0 0 0;
}

.sp_deduction_such_detail {
  width: 7%;
}

.Housing_loan_year_end_detail {
  width: 13%;
  border-right: none;
  height: 90px;
  border-bottom: 2px solid #000;
  display: block;
  padding: 20px 0 0 0;
}

.Housing_loan_year_end_detail .detail_money,
.sp_deduction_possible_detail .detail_money {
  font-size: 1.2rem;
  margin: 0 6px 0 0;
}

.live_start {
  width: 15%;
}

.live_start .live_start_ttl,
.live_start .live_start_detail {
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  text-align: center;
  font-size: 1.2rem;
}

.live_start_ttl {
  height: 100%;
  width: 80%;
  border-right: 1px solid #000;
}

.live_start_detail {
  height: 100%;
  width: 20%;
}

.live_start_year_list {
  width: 50%;
  height: 100%;
  border-right: 1px solid #000;
}

.live_start_month_list,
.live_start_day_list {
  width: 25%;
  height: 100%;
  border-right: 1px solid #000;
}

.live_start_day_list {
  border-right: none;
}

.live_start_date_ttl,
.live_start_date_detail {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-bottom: 1px solid #000;
  text-align: center;
}

.live_start_date_detail {
  border-bottom: none;
}

.live_start_date {
  width: 13%;
}

.detail_bold {
  font-weight:700;
  font-size:1.3rem;
}

.tax_sp_spouse_box {
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tax_sp_spouse_ttl {
  width: 26%;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 1.2rem;
}

.tax_sp_spouse_detail {
  width: 74%;
  height: 100px;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
}

.tax_sp_spouse_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tax_sp_spouse_detail_name {
  width: 82%;
  border-right: 1px solid #000;
}

.tax_sp_spouse_detail_list .family_type {
  height: 70px;
  width: 18%;
}

.tax_sp_spouse_detail_list .family_type_ttl,
.tax_sp_spouse_detail_list .family_type_detail {
  width: 50%;
  height: 70px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.tax_sp_spouse_detail_name .person_name_kana {
  height: 20px;
  font-size: 1.0rem;
}

.tax_sp_spouse_detail_name .person_name_kanji {
  height: 50px;
  border-bottom: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.2rem;
}

.person_name_kanji_txt {
  width: 87%;
  text-align: center;
  padding-right: 2px;
}

.tax_sp_spouse_detail_name .person_name_kanji .supplementary {
  padding: 0;
  width: 13%;
}

.tax_sp_spouse_detail_name .person_name_kana .supplementary {
  padding: 0 2px;
}

.tax_sp_spouse_detail_name .person_name_kana span:last-child {
  width: 74%;
  display: inline-block;
  text-align: center;
  padding-right: 8px;
}

.tax_sp_spouse_detail .space {
  background: #ebeff2;
  height: 30px;
  border-bottom: 2px solid #000;
}

.tax_sp_spouse_other_box,
.other_box_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.other_box_list {
  width: 100%;
}

.tax_other_box {
  width: 55%;
}

.other_box_list dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-sizing: border-box;
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  text-align: center;
  height: 100px;
}

.other_deduction_box {
  width: 34.5%;
}

.other_deduction_box > div{
  height: 50px;
  display: flex;
}

.other_deduction_box > div > .national_pension_ttl,
.other_deduction_box > div > .national_pension_detail,
.other_deduction_box > div > .damage_ttl,
.other_deduction_box > div > .damage_detail {
  height: 50px;
  width: 50%;
}

.other_deduction_box .national_pension_detail .detail_money,
.other_deduction_box .damage_detail .detail_money {
  margin: 4px 4px 0 0;
}

.spouse_todal_ttl {
  width: 12%;
  font-size:1.1rem;
}

.national_pension_ttl {
  width: 15.5%;
  font-size:1.1rem;
}

.damage_ttl {
  width: 15.5%;
  font-size:1.1rem;
}

.other_box_list dd {
  border-right: 1px solid #000;
  border-bottom: 2px solid #000;
  height: 100px;
}

.spouse_todal_detail,
.national_pension_detail {
  width: 19%;
}

.damage_detail {
  width: 19%;
}

.other_box_list .damage_detail {
  border-right: none;
}

.spouse_todal_detail .detail_money,
.national_pension_detail .detail_money,
.damage_detail .detail_money {
  margin:20px 4px 0 0;
  font-size: 1.1rem;
}

.support_family_deduction_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.3%;
}

.support_family_deduction_ttl {
  width: 7%;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 436px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.support_family_deduction_list {
  width: 93%;
  height: 436px;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.family_num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 12%;
  height: 109px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.family_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.family_name_ttl {
  height: 100%;
  width: 20%;
}

.family_name_ttl_kanji {
  height: 100%;
  width: 60%;
}

.family_name_list {
  width: 88%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.family_furigana {
  height: 28px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  font-size: 1.0rem;
  padding: 4px 4px;
}

.family_kanji {
  height: 52px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.family_kanji .supplementary {
  font-size: 1.3rem;
}

.family_kanji .kanji_txt {
  width: 60%;
  text-align: center;
}

.family_name_ttl .space,
.family_name_ttl_kanji .space {
  height: 29px;
  border-bottom: 1px solid #000;
}

.family_name_ttl_kanji .space {
  width: 133.3%;
  /*border-right: 1px solid #000;*/
}

.family_name_ttl_kanji .family_furigana {
  padding-left: 8px;
}

.family_name_ttl_kanji .family_kanji .kanji_txt {
  width: 100%;
  font-size: 1.2rem;
  text-align: left;
  padding-left: 7px;
}

.family_type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  height: 80px;
}

.family_type_ttl {
  width: 50%;
  height: 80px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.family_type_detail {
  width: 50%;
  height: 80px;
  -ms-writing-mode: tb-rl;
  /*writing-mode: vertical-rl;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.family_type_ttl {
  border-right: 1px solid #000;
}

.support_family_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.support_family_under_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48.3%;
}

.support_family_under_box .support_family_deduction_ttl {
  writing-mode: horizontal-tb;
  -ms-writing-mode: horizontal-tb;
  padding: 0 12px;
}

.support_family_box .space_box {
  width: 3.4%;
  background: #ebeff2;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.human_info_box {
  height: 180px;
}

.human_info_list,
.payment_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.minor_list,
.payment_list {
  width: 4.5%;
}

.countries_list {
  width: 6%;
}

.dead_list {
  width: 6%;
}

.disaster_list {
  width: 6%;
}

.column_list {
  width: 3%;
}

.column_list.list_plus {
  width: 4%;
}

.obstacle_list {
  width: 12%;
}

.obstacle_list.list_plus {
  width: 13%;
}

.widow_list {
  width: 8%;
}

.widower_list,
.student_list {
  width: 3%;
}

.widower_list.list_plus,
.student_list.list_plus {
  width: 4%;
}

.employment_retirement_list,
.receipt_list {
  width:24.3%;
}

.side_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 111px;
}

.side_list_box .side_list1,
.side_list_box .side_list2 {
  width: 50%;
}

.employment_retirement_list .side_list_box .side_list1,
.employment_retirement_list .side_list_box .side_list2,
.employment_retirement_list .side_list_box .side_list3,
.employment_retirement_list .side_list_box .side_list4,
.employment_retirement_list .side_list_box .side_list5 {
  width: 20%;
}

.receipt_list .side_list_box .side_list1,
.receipt_list .side_list_box .side_list2,
.receipt_list .side_list_box .side_list3,
.receipt_list .side_list_box .side_list4 {
  width: 10%;
}

.receipt_list .side_list_box .side_list_gengou {
  width: 40%;
}

.receipt_list .side_list_box .side_list5,
.receipt_list .side_list_box .side_list6,
.receipt_list .side_list_box .side_list7 {
  width: 20%;
}

.side_list_ttl {
  width: 100%;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.human_list_ttl {
  width: 100%;
  height: 130px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.side_list_column_ttl {
  width: 100%;
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.human_list_detail {
  width: 100%;
  height: 50px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.side_list_column_detail {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.side_list1 .human_list_ttl,
.side_list2 .human_list_ttl {
  height:105px;
}

.receipt_list .side_list_ttl {
  border-right: none;
}

.side_list7 .side_list_column_ttl,
.side_list7 .side_list_column_detail {
  border-right: none;
}

.two_stage {
  width: 100%;
  height: 100%;
}

.two_stage span {
	width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-sizing: border-box;
  height: 50%;
  padding-left: 6px;
}

.payment_info_box {
  height: 172px;
}

.payment_info_box .payment_info_list .payment_list ul {
  height: 100%;
}

.payment_list .human_list_ttl {
  height: 100%;
  border-bottom: none;
}

.payment_detail_list {
  width: 95.5%;
}

.payment_detail_list > ul {
  height: 100%;
}

.payment_detail_list .space {
  width:100%;
  height: 65px;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.payment_list_ad {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
}

.side_list_payment_ttl {
  width: 22%;
}

.side_list_payment_detail {
  width: 78%;
}

.side_list_payment_detail li:last-child{
  height: 55px;
}

.payment_list_name {
  width: 100%;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: 1px solid #000;
  box-sizing: border-box;
}

.payment_list_ad_detail {
  width: 100%;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: none;
  border-bottom: 1px solid #000;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.payment_list_name_detail {
  width: 60%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: none;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}

.summary_text_main,
.summary_text_main_ttl {
  height:16.5%;
}

.summary_text_main_ttl {
  padding: 5px;
}

.summary_text_main_ttl span{
  padding: 0 10px 0 0;
}

.summary_text_main {
  padding: 5px 15px;
}

.payment_name_phone {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.payment_list_phone {
  width:8%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-right: none;
  box-sizing: border-box;
}

.payment_list_phone_detail {
  width:32%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-right: none;
  box-sizing: border-box;
  padding: 0 0 0 10px;
}


/*	雇用契約一覧
------------------------------*/
.icon_img_pdf {
  vertical-align: text-top;
  margin-left: 10px;
}

@media screen and (max-width: 768px){
  .icon_img_pdf {
    vertical-align: middle;
    margin-left: 5px;
    height: 15px;
  }
}

.note_msg{
  color:red !important;
}

.employ_cont.employ_list .date{
  min-width:95px;
}

.not_active {
  pointer-events:none;
  opacity: 0.4;
}

.employ_disagreement .content_choice_box{
  height:270px;
}

@media screen and (max-width: 768px) {
  .employ_disagreement .content_choice_box{
    height:300px;
  }
}

.employ_disagreement .textarea{
  height:85px;
}

.textarea_box {
  padding-top:15px;
}

.employ_pdf_link {
  color:#3c3c3c;
}

.employ_cont_form.sort .info_head_employ_ttl,
.employment_list_box .info_employ_ttl{
  width: 40%;
}

.employment_list_box .info_employ_ttl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 14px;
  min-width: 150px;
}

.employ_cont_form.sort .info_head_employ_limit,
.employment_list_box .info_employ_limit{
  width: 15%;
  min-width: 95px;
}

.employment_list_box .info_employ_limit{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.employ_cont_form.sort .info_head_answer,
.employment_list_box .info_answer{
  width: 45%;
  text-align: center;
}

.employment_list_box .info_answer .info_txt{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .employment_list_box .info_answer .info_txt{
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .employment_list_box .info_employ_ttl{
    padding-right: 0;
    width: 100%;
  }
  .employment_list_box .info_employ_limit{
    width: 100%;
    min-width: 100%;
    font-size: 1.2rem;
  }
  .employment_list_box .info_answer{
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
    margin-bottom: 4px;
  }
  .info_list.employ_list .info_item:first-child{
    border-top: 1px solid #e8eef2;
  }
}

.employment_list_box .sp_head {
  display: none;
}

@media screen and (max-width: 768px) {
  .employment_list_box .sp_head {
    display: inline-block;
  }

  .info_employ_limit{
    color:#777;
  }
}

.employment_list_box .info_item .btn{
  position: static;
  -webkit-transform: none;
  transform: none;
  z-index: 0;
  right: 0;
  top: 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  padding: 10px 10px;
  width: 120px;
  letter-spacing: 1.0px;
}

.employment_list_box .info_item .btn:last-child {
  margin: 0 0 0 4px;
}

@media screen and (max-width: 1023px){
  .employment_list_box .info_item .btn:last-child {
    margin: 4px 0 0 0;
  }
}

@media screen and (max-width: 768px){
  .employment_list_box .info_item .btn{
    display: inline-block;
  }
  .employment_list_box .info_item .btn:last-child {
    margin: 0 0 0 6px;
  }
}

.employ_cont.employment_list_box .info_row{
  min-height: 54px;
}

.employ_cont.employment_list_box .info_row .info_employ_ttl .info_txt{
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.employ_cont.employment_list_box .info_item:last-child{
  border-bottom: 1px solid #e8eef2;
}

.employ_cont_form .info_head{
  margin-bottom: 10px;
}

.content_choice {
  display: none;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 10;
  position: fixed;
  height: 100%;
  width: 100%;
}

.content_choice_inr {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_choice_box {
  background: #fff;
  width: 380px;
  height: 200px;
  padding: 10px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .content_choice_box {
    width: 80%;
    padding: 20px;
    height: 180px;
  }
}

.content_choice_msg {
  padding-top: 10px;
}

.content_choice_btn>.btn {
  padding: 18px 20px;
}

@media screen and (max-width: 768px) {
  .content_choice_btn>.btn {
    padding: 16px 24px;
    font-weight: 300;
    letter-spacing: 1.0px;
  }
}

.content_choice_btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 768px) {
  .content_choice_btn {
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 100%;
  }
}

.info_head_employ_name {
  width: 300px;
}

.info_head_employ_limit {
  width: 200px;
}

.info_head_employ_answer {
  width: calc(100% - 500px);
}

/*	pdf salary
------------------------------*/
.main.pdf_main {
  margin-top: 0;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .wrap .cont .main.pdf_main {
    margin-top: 0;
  }
}

.card.salary.pdf_section {
  border-radius: 0;
  margin-bottom: 0;
  padding: 40px 30px;
}

.pdf_card_ttl_cont {
  display: none;
}

.pdf_company_box {
  border-top: 4px solid #c9c9c9;
  padding-top: 5px;
}

.pdf_company_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pdf_company_list>.company_name,
.pdf_company_list>.company_date {
  width: 49.5%;
  text-align: center;
  font-size: 2rem;
  padding: 10px;
}

.pdf_info_office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.pdf_worker,
.pdf_subtraction {
  width: 49.5%;
}

.pdf_worker_item {
  border-top: 1px solid #dce2e5;
  border-bottom: 1px solid #dce2e5;
  margin-bottom: 5px;
}

.pdf_worker_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pdf_worker_ttl {
  padding: 4px 14px;
  background: #dae8f6;
  width: 49.5%;
  font-weight: 700;
}

.pdf_worker_data {
  padding: 4px 14px;
}

.pdf_subtraction_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: calc(100% - 5px);
}

.pdf_subtraction_ttl {
  padding: 25px 20px;
  width: 50%;
  background: #2390ed;
  border-color: #2390ed;
  color: #fff;
  line-height: 1.2;
}

.pdf_subtraction_data {
  padding: 25px 20px;
  width: 50%;
  background: #fff;
  border-top: 1px solid #dce2e5;
  border-bottom: 1px solid #dce2e5;
  text-align: right;
  line-height: 1.2;
  font-weight: 700;
}

.pdf_payment,
.pdf_deduction {
  width:49.5%;
}

.pdf_item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 14px;
  min-height: 30px;
}

.pdf_payment_item {
  border-top: 1px solid #dce2e5;
}

.pdf_payment_item:first-child {
  border-top: 4px solid #c9c9c9;
}

.pdf_payment_item:last-child {
  border-top: 4px solid #c9c9c9;
  background: #dae8f6;
  font-weight: 700;
}

.pdf_breakdown {
  margin-bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pdf_total_breakdown_box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pdf_total_breakdown_left,
.pdf_total_breakdown_right {
  width: 49.5%;
}

.pdf_total_breakdown_ttl {
  padding: 4px 14px;
  background: #eceff2;
  border-top: 1px solid #dce2e5;
  border-bottom: 1px solid #dce2e5;
  font-weight: 700;
}

.pdf_total_breakdown_item {
  border-bottom: 1px solid #dce2e5;
}

.pdf_total_breakdown {
  margin-bottom: 40px;
}

.pdf_news {
  padding-bottom: 40px;
  border-bottom: 1px solid #dce2e5;
}

.pdf_total_breakdown_ttl {
  margin-bottom: 10px;
}

.pdf_ft_border {
  border-bottom: 4px solid #c9c9c9;
  padding-bottom: 5px;
}

/*	anpi
------------------------------*/
.anpi_ttl {
  font-weight: 700;
  font-size: 1.6rem;
}

.anpi_time {
  display: inline-block;
  background: #fef4eb;
  padding: 0 12px;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 1.2rem;
}

.anpi_register_note,
.register_note {
  color: #2390ed;
  font-size: 1.0rem;
}

.anpi_ttl_cont,
.anpi_register_info {
  margin-bottom: 20px;
}

.anpi_form_list,
.anpi_form_list.select_box {
  margin-bottom: 20px;
}

.label_select {
  font-weight: 500;
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
}

.label_select.required::after{
  color: #2390ed;
  content: '*';
  position: absolute;
  right: -7px;
}

.anpi_form_submit {
  padding-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .anpi_form_submit {
    text-align: center;
  }
}

.anpi_form_submit .btn {
  padding: 15px 74px;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .anpi_form_submit .btn {
    width: 100%;
  }
}

.main .column1 .anpi .card_inr {
  max-width: 100%;
}

.anpi_register_inr {
  max-width: 800px;
  width: 100%;
}


.anpi .select_box .select {
  border: 1px solid #bac5cc;
  border-radius: 4px;
}

/*	ecomanege
------------------------------*/
.ecomanege_cont_form {
  margin-top: 20px;
}

/*--800指定より小さくする場合--*/
.ecomanege_cont_info {
  max-width: 800px;
}

.ecomanege_cont_form_item {
  padding-top: 20px;
}

.ecomanege_cont_form_item.list {
  padding-top: 24px;
}

.ecomanege_cont_form_item.top {
  background: #eceff2;
  padding-top: 0px;
}

.ecomanege_cont_form_item.w50p {
  width: 45%;
}

@media screen and (max-width: 768px) {
  .ecomanege_cont_form_item {
    padding-top: 20px;
  }
}

.mail_form,
.password_input,
.text_input {
  background: #fff;
  width: 100%;
  padding: 8px;
  border-radius: 4px;
  border: 1px solid #bac5cc;
  box-sizing: border-box;
  display: block;
}

.text_input.w200p{
  width: 200px;
}

.ecomanege_cont_form_item > label {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 500;
}

.form_submit {
  padding-top: 10px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .form_submit {
    padding-top: 30px;
    text-align: start;
  }
}

.form_submit .btn {
  padding: 15px 0;
  width: 240px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 300;
}

.form_error_msg {
  color: red;
}

@media screen and (max-width: 768px) {
  .form_submit .btn {
    width: 100%;
  }
}

.form_submit .btn_gr {
  padding: 15px 0;
  width: 240px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 300;
  background: #777777;
  border: 1px solid #777777;
}
/*	ecomanege mail lang
------------------------------*/
.now_mailaddress_item {
  color: #b7bbbe;
  padding-top: 14px;
}

.now_mailaddress {
  padding: 2px 4px;
  border-radius: 8px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  display: block;
  background: #eceff2;
}

@media screen and (max-width: 768px) {
.now_mailaddress {
  padding: 2px 10px;
  }
}

.new_mailaddress_item {
  padding-top:24px;
}

.new_mailaddress_re_item {
  padding-top:24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
	justify-content: space-around;
  width: 100%;
}

@media screen and (max-width: 768px) {
.new_mailaddress_re_item {
  display:block;
  }
}

.new_mailaddress_re_input {
  width: 74%;
}

@media screen and (max-width: 768px) {
.new_mailaddress_re_input {
  width: 100%;
  }
}

.new_mailaddress_re_submit {
  width: 24%;
  position: relative;
}

@media screen and (max-width: 768px) {
.new_mailaddress_re_submit {
  width: 100%;
  position: static;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 8px;
  margin-bottom: 10px;
  }
}

.new_mailaddress_re_submit> .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  line-height: 1.9;
  padding: 8px;
  background: #777777;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .new_mailaddress_re_submit> .btn {
    width: 50%;
    position: static;
  }
}

.check_list {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  width: 50%;
}

@media screen and (max-width: 768px) {
  .check_list {
    width: 100%;
  }
}

.check_list > .btn {
  width: 100%;
  padding: 12px 10px;
  font-weight: 300;
  border-radius: 4px 0 0 4px;
  background: #fff;
  color: #b4b4b4;
  border: 1px solid #ddd;
  box-sizing: border-box;
  box-shadow: none;
}

.check_list > .btn:last-of-type {
  border-radius: 0 4px 4px 0;
}

.js-config.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

.main .column1 .card.ecomanege .card_inr {
  max-width: 100%;
}

/*--800指定より小さくする場合--*/
.ecomanege_mail_language_form_list {
  max-width: 800px;
  margin-bottom: 20px;
}

.now_mailaddress_item > p,
.new_mailaddress_item > label,
.new_mailaddress_re_input > label {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 500;
}

/*	ecomanege password
------------------------------*/
.new_password_re_item {
  padding-top:20px;
}

@media screen and (max-width: 768px) {
  .new_password_re_item {
  padding-top:28px;
  }
}

/*	pager
------------------------------*/
.pager .select_arrow_list {
  display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 10px;
}

.pager .select_arrow.is_disabled {
  opacity: 0.4;
  pointer-events:none;
}

.pager .select_arrow {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pager .select_arrow_prev {
  -webkit-transform: translateY(-1px) rotate(180deg);
  transform: translateY(-1px) rotate(180deg);
}

.pager .select_arrow {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pager .simple_arrow {
  padding: 8px;
}

.pager .simple_arrow .is_disabled {
  opacity: 0.4;
}

.pager_box {
  margin-top: 20px;
  margin-bottom: 10px;
}

.pagination {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: center;
	  -ms-flex-pack: center;
	justify-content: center;
}

.page-link {
  position: relative;
  display: block;
  padding: .5rem;
  margin-left: -1px;
  line-height: 1.25;
  white-space: nowrap;
}

.page-item {
  min-width: 30px;
  text-align: center;
  border: 1px solid #dee2e6;
}

.page-item.active {
  color: #fff;
  background-color: #777777;
}

@media screen and (max-width: 768px) {
  .page-item {
    width: 30px;
    text-align: center;
  }
}

/*	form er worning
------------------------------*/
.worning_msg_out {
  color:blue;
  margin-bottom: 20px;
}

.form_error_msg_out {
  color:red;
  margin-bottom: 20px;
}

.form_er {
  border: 1px solid red !important;
}


/*	employee_search
------------------------------*/
.ecomanege_employee_form_list {
  max-width: 800px;
  margin-bottom: 20px;
}

.info_head_employee_id {
  width: 180px;
  min-width: 180px;
}

.info_head_employee_number {
  width: 160px;
  min-width: 160px;
}

.ecomanege_employee_table .info_head_employee_name {
  width: calc(100% - 320px);
}

.select_employee_sort .info_head {
  margin-bottom: 10px;
}

.info_employee_id {
  width: 180px;
    -ms-flex-negative: 0;
  min-width: 180px;
  flex-shrink: 0;
  font-weight: 500;
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 768px) {
  .info_employee_id {
    -ms-flex-order:3;
    order: 3;
    font-size: 1.2rem;
    width: 100%;
  }
}

.info_employee_number {
  width: 160px;
    -ms-flex-negative: 0;
  min-width: 160px;
  flex-shrink: 0;
  font-weight: 500;
  display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
  -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  align-items: baseline;
  color: #3c3c3c;
}

@media screen and (max-width: 768px) {
  .info_employee_number {
    -ms-flex-order:2;
    order: 2;
    width: 100%;
    color:#777777;
  }
}

.info_employee_name {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  align-items: baseline;
  color: #3c3c3c;
}

@media screen and (max-width: 768px) {
  .info_employee_name {
    -ms-flex-order:1;
    order: 1;
    color:#3c3c3c;
  }
}

.info_list.employee_list .info_item {
  border-bottom: none;
  border-top: 1px solid #e8eef2;
}

@media screen and (max-width: 768px) {
  .info_list.employee_list .info_item:first-child {
    border-top: none;
  }
}

.info_list.employee_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.ecomanege_employee_list_box {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.ecomanege_employee_list_info {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ecomanege_employee_table {
  max-width: 800px;
}

.ecomanege_employee_table .sort_submit{
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #777777;
}

.ecomanege_employee_list_info .pc {
  display:inline !important;
}

@media screen and (max-width: 768px) {
  .info_list.employee_list .info_row{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
  }

  .ecomanege_employee_list_box .pager .select_arrow_link {
    padding: 8px;
  }

  .card.ecomanege {
    margin-bottom: 20px;
  }

  .ecomanege_employee_list_info .sp {
    display:inline !important;
  }

  .ecomanege_employee_list_info .pc {
    display:none !important;
  }
}

.info_list.employee_list .info_employee_name {
  width: calc(100% - 320px);
}

@media screen and (max-width: 768px) {
  .info_list.employee_list .info_employee_name {
    width: 100%;
  }
}


/*	employee　edit
------------------------------*/
.employee_profile_box {
  max-width: 800px;
  padding-left: 8px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .employee_profile_box {
    padding-left: 0;
  }
}

.employee_profile_box .breakdown_item.top {
  background: #eceff2;
  font-weight: 500;
}

.breakdown_item>.item_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 4px 14px;
}

.ecomanege_cont_form_inr {
  max-width: 800px;
}

.employee_profile .ecomanege_cont_form_item.list:first-child {
  padding-top: 0;
}

.employee_profile .now_mailaddress_item {
  padding-top: 24px;
}

.js-login.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

.ecomanege_cont_form_item.list .password_reset.btn {
  display: block;
  width: 25%;
  padding: 12px 10px;
  font-weight: 300;
  background: #777777;
  border: 1px solid #777777;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .ecomanege_cont_form_item.list .password_reset.btn {
    width: 50%;
  }
}

.ecomanege_edit_list {
  margin-bottom: 20px;
  max-width: 800px;
}

.ecomanege_employee_cont .select_box .select{
  border: 1px solid #bac5cc;
  border-radius: 4px;
}

.ecomanege_employee_cont .select_box {
  margin: 40px 0 0 0;
}

.ecomanege_cont_form_item.list.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
}

.ecomanege_cont_form_item.list.search .cont_form_right .btn{
  background: #777777;
}

.ecomanege_cont_form_item.list.search .cont_form_left .text_input {
  background: #eceff2;
}

/*	ecomanege login register
------------------------------*/
.tab_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 !important;
}

.card_ttl_cont.tab_cont .card_ttl{
  padding: 8px 0 8px 18px;
}

.tab_cont_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 14px 18px 0 0;
}

.tab_cont_item > a {
  padding: 3px 18px 0 18px;
  display: inline-block;
  border-bottom: 2px solid #e8eef2;
}

.tab_cont_item > a:hover {
  opacity: 0.6;
}

.choice > a{
  color: #2390ed;
  border-bottom: 2px solid #2390ed;
}

.manege_cont_info {
  margin: 0 0 20px 0;
}

.ecomanege_cont_form.login_register .form_list {
  max-width: 800px;
}

/*	ecomanege login list
------------------------------*/
.info_head_status {
  min-width: 65px;
  color: #777777;
}

.info_status {
  width: 65px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.info_head_open_date {
  min-width: 95px;
  color: #777777;
}

.info_open_date {
  width: 95px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
  align-items: center;
  padding: 0 15px 0 0;
}

.info_head_subject {
  min-width: 150px;
  color: #777777;
}

.info_subject {
  width: 150px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  padding: 0 8px 0 0;
}

.info_head_text_main {
  width: calc(100% - 285px);
  color: #777777;
}

.info_text_main {
  width: calc(100% - 480px);
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 1023px){
  .info_text_main {
    width: calc(100% - 280px);
    min-width: 130px;
  }
  .info_head_subject,
  .info_subject  {
    min-width: 120px;
    width: 120px;
  }
}

.info_list.login_list .info_item .edit.btn {
  right: 90px;
}

@media screen and (max-width: 1023px){
  .info_list.login_list .info_item .btn {
    display: inline-block;
    transform: none;
    position: static;
  }
}

.release {
  color: #2390ed;
}

.ecomanege_cont_form.login_list .info_head {
  margin-bottom: 10px;
}

.info_list.login_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_subject.hidden_text .info_txt,
.info_text_main.hidden_text .info_txt {
  visibility: hidden;
}

/*	共通部品
------------------------------*/
.form_item {
  padding: 0 0 20px 0;
}

.sort_submit {
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #777777;
}

.page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}
.page_top a {
  background-color: #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}
.page_top a:hover {
  background-color: #666;
  text-decoration: none;
}

.sort_submit_center {
  width: 100%;
  text-align: center;
  cursor: pointer;
  color: #777777;
}
/*	basemanege
------------------------------*/
.card.basemanege .card_inr .pager_box {
  max-width: 800px;
}

.cont_form_left > label,
.basemanege_cont_form_item > label {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 500;
}

.main .column1 .card.basemanege .card_inr {
  max-width: 100%;
}

.base_list_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

.base_list_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.basemanege_base_table {
  max-width: 800px;
}

.basemanege_base_table .sort_submit{
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #777777;
}

.select_basemanege_sort .info_head {
  margin-bottom: 10px;
}

.info_head_basecode {
  width: 95px;
}

.info_torikomirireki_head_basecode {
  width: 125px;
}

.info_torikomirireki_head_company_code {
  width: 85px;
}

.info_head_basename {
  width: 160px;
}

.info_head_basename_kana {
  width: calc(100% - 255px);
}

.info_basecode {
  width: 95px;
    -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color:#777777;
}

@media screen and (max-width: 768px) {
  .info_basecode {
    -ms-flex-order:3;
    order: 3;
    width: 100%;
  }
}

.info_basename {
  width: 160px;
    -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  align-items: baseline;
  color: #3c3c3c;
}

@media screen and (max-width: 768px) {
  .info_basename {
    -ms-flex-order:1;
    order: 1;
    width: 100%;
  }
}

.info_basename_kana {
  width: calc(100% - 255px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  align-items: baseline;
  color: #3c3c3c;
}

@media screen and (max-width: 1023px) {
  .info_basename_kana {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .info_basename_kana {
    -ms-flex-order:2;
    order: 2;
    color:#777777;
  }
}

.info_list.base_list .info_item {
  border-bottom: none;
  border-top: 1px solid #e8eef2;
}

.info_list.base_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_item .base_edit.btn {
  right: 130px;
}

.basemanege_base_table .info_basename_kana {
  padding-right: 240px;
}

/*編集ボタン2つ*/
@media screen and (max-width: 1023px) {
  .info_list.base_list .info_item .btn {
    display: inline-block;
    transform: none;
    position: static;
  }

  .base_edit_box {
    text-align: right;
    padding: 0 10px 8px 0;
  }

  .basemanege_base_table .info_basename_kana {
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .base_list_box .pager .select_arrow_link {
    padding: 8px;
  }

  .info_list.base_list .info_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -ms-flex-flow:row wrap;
    flex-flow:row wrap;
  }

  .info_basecode .sp {
    display: inline !important;
  }
}



/*	base edit
------------------------------*/
.basemanege_cont_info {
  margin-bottom: 20px;
}

.basemanege_form_list {
  max-width: 800px;
}

.basemanege_cont_form_item {
  padding-bottom: 20px;
}

.basemanege_cont_form_item.select_box {
  margin-bottom: 0;
}

.basemanege_cont_form_item.select_box .test {
  margin-right: 15px;
}

.basemanege_cont_form.edit .basemanege_cont_form_item.code {
  padding-bottom: 30px;
}

.basemanege_cont_form.edit .basemanege_cont_form_item.name {
  width: 65%;
}

@media screen and (max-width: 768px) {
  .basemanege_cont_form.edit .basemanege_cont_form_item.name {
    width: 100%;
  }
  .basemanege_cont_form.edit .form_submit{
    text-align: right;
  }
  .basemanege_cont_form.edit .form_submit .btn{
    width: 50%;
  }
}

/*	base admin
------------------------------*/
.base_info {
  margin-bottom: 20px;
  max-width: 800px;
}

@media screen and (max-width: 768px) {
  .base_info {
    margin-bottom: 30px;
  }
}

.base_list_box.admin {
  margin-bottom:0;
}

.basemanege_admin_table {
  max-width: 800px;
}

.info_head_employee_no {
  width: 120px;
  color: #777777;
}

.info_employee_no {
  width: 120px;
    -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.info_head_employee_name {
  width: 220px;
  color: #777777;
}

.info_employee_name {
  width: 220px;
    -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  align-items: baseline;
}

.info_head_expiration_date {
  width: calc(100% - 340px);
  color: #777777;
}

.info_list.base_admin_list .info_employee_name{
  padding-right: 6px;
}

.info_expiration_date {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
  align-items: baseline;
  color: #3c3c3c;
}

.info_list.base_admin_list{
  margin-bottom: 30px;
}

.basemanege_admin_table .form_submit{
  text-align: left;
}

.info_list.base_admin_list .info_item {
  border-bottom: none;
  border-top: 1px solid #e8eef2;
}

.info_list.base_admin_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.basemanege_admin_table .sort_submit {
  width: 100%;
  text-align: left;
  cursor: pointer;
  color: #777777;
}

@media screen and (max-width: 1023px) {
  .info_list.base_admin_list .base_admin.btn {
    display: inline-block;
    transform: none;
    position: static;
    padding: 9px 26px;
  }

  .admin_edit_box {
    text-align: right;
    padding: 0 10px 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .info_expiration_date .sp {
    display: inline !important;
  }

  .info_list.base_admin_list .info_row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .info_list.base_admin_list .info_employee_name {
    -ms-flex-order:1;
    order: 1;
    width: auto;
    padding-right: 0
  }

  .info_list.base_admin_list .info_employee_no {
    -ms-flex-order:2;
    order: 2;
  }

  .info_list.base_admin_list .info_expiration_date {
    -ms-flex-order:3;
    order: 3;
    color:#777777;
  }
}

/*	base add name
------------------------------*/
.basemanege_cont_form_item.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.cont_form_left {
  width: 74%;
}

.cont_form_right {
  width: 25%;
  position: relative;
}

.cont_form_right > .btn {
  width: 100%;
  position: absolute;
  bottom: 0;
  box-sizing: border-box;
  display: block;
  line-height: 1.9;
  padding: 8px;
  font-weight: 300;
}

.basemanege_admin_table.add_name .info_head_employee_name{
  width: calc(100% - 120px);
  color: #777777;
}

.basemanege_admin_table.add_name .info_employee_name{
  width: 100%;
  flex-shrink: 1;
  padding-right: 84px;
}

@media screen and (max-width: 768px) {
  .basemanege_cont_form_item.search {
    display: block;
    padding-bottom:0;
  }

  .basemanege_cont_form_item.search .cont_form_left{
    width: 100%;
  }

  .basemanege_cont_form_item.search .cont_form_right{
    width: 100%;
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-top: 8px;
    margin-bottom: 10px;
  }

  .basemanege_cont_form_item.search .cont_form_right > .btn{
    width: 50%;
    position: static;
  }

  .base_info.add_name{
    margin-bottom:0;
  }

  .basemanege_admin_table.add_name .info_item > .btn {
    display: block;
    padding: 12px 22px;
  }

  .basemanege_admin_table.add_name .info_employee_no {
    width: 100%;
  }

  .basemanege_admin_table.add_name .info_employee_no .sp {
    display: inline !important;
  }

  .basemanege_admin_table.add_name .info_list.base_admin_list .info_item:first-child {
    border-top: none;
  }

}

/*	base add admin
------------------------------*/
.base_info.admin {
  margin-bottom: 30px;
}

.basemanege_cont_form_inr {
  max-width: 800px;
}

.basemanege_cont_form.admin .basemanege_cont_form_item.search .btn{
  background: #777777;
}

.checkbox_title {
  display: table;
  font-weight: 500;
  margin-bottom: 4px;
}

@media screen and (max-width: 768px) {
  .checkbox_title {
    padding-bottom:10px;
  }
  .basemanege_cont_form.admin .basemanege_cont_form_item.search{
    padding-bottom: 20px;
  }
}

/* 元々のチェックボックス（非表示） */
.checkbox input[type="checkbox"]{
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.checkbox input[type="checkbox"]+label{
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 20px;
}
/* ラベルの左に表示させる正方形のボックス */
.checkbox input[type="checkbox"]+label::before{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  margin-top: -9px;
  left: 0;
  top: 50%;
  border-radius: 2px;
  border: 1px solid;
  background-color: #FFF;
}
/* チェックが入った時のレ点 */
.checkbox input[type="checkbox"]:checked+label::after{
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  width: 10px;
  height: 5px;
  margin-top: -5px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 2px solid;
  border-left: 2px solid;
  border-color: #fff;
}

.checkbox input[type="checkbox"]:checked+label::before{
  background: #2390ed;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

.checkbox input[type="checkbox"]+.chk_er::before,
.checkbox input[type="checkbox"]:checked+.chk_er::before{
  border: 1px solid red;
}

@media screen and (max-width: 768px) {
  .checkbox {
    width: 100%;
  }
  .checkbox > label{
    margin-bottom: 14px;
    display: block !important;
  }
}

.datepicker_title {
  font-weight: 500;
}

.text_input.datepicker,
.text_input.datetimepicker,
.text_input.ympicker {
  padding-left:36px;
  cursor: auto;
}

.input_icon {
  position: relative;
}

.input_icon::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 21px;
  background: url(../img/ic_cal.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  top: 9px;
  left: 9px;
}

.is_unactive {
  color:#b4b4b4;
}

.is_unactivelink {
  opacity: 0.6;
  cursor: default;
}

/*	base add edit
------------------------------*/
.base_info.admin_edit .info_employee_name {
  width: 100%;
  flex-shrink: 1;
}

.basemanege_cont_form.admin_edit .basemanege_form_list {
  margin-bottom: 20px;
}

.base_info.admin_edit {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .base_info.admin_edit {
    margin-bottom: 40px;
  }
}

.del.btn {
  background: #777777;
}

.form_submit .del.btn{
  margin:0 8px 0 0;
}

@media screen and (max-width: 1023px){
  .basemanege_cont_form.admin_edit .form_submit .del.btn{
    margin:0 0 8px 0;
  }
}

@media screen and (max-width: 768px) {
  .basemanege_cont_form.admin_edit .form_submit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 10px;
  }
  .basemanege_cont_form.admin_edit .form_submit .btn{
    width: 49%;
  }
  .basemanege_cont_form.admin_edit .form_submit .del.btn{
    margin: 0;
  }
  .base_info.admin_edit .info_employee_no {
    -ms-flex-order:2;
    order: 2;
  }
  .base_info.admin_edit .info_employee_name {
    width: auto;
    flex-shrink: 0;
  }
  .base_info.admin_edit .info_employee_no .sp{
    display:inline !important;
  }
}

/* basemanege_commnucation_register
------------------------------*/
.upload_file_title {
  display: table;
  font-weight: 500;
  margin-bottom: 4px;
}

.un_text {
  color: #777777;
}

.basemanege_cont_form_item.select_box.individual .select{
  border: 1px solid #bac5cc;
}

.basemanege_cont_form_item.search.individual {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  padding-bottom: 20px;
}

.basemanege_cont_form_item.search.individual .cont_form_left .text_input {
  background: #eceff2;
}

.basemanege_cont_form_item.search.individual .cont_form_right .btn {
  background: #777777;
}

/* 元々のチェックボックス（非表示） */
.basemanege_cont_form_item.upload input[type="file"]{
  display: none;
}
/* チェックボックスの代わりを成すラベル */
.basemanege_cont_form_item.upload input[type="file"]+label{
  display: none;
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 0 30px 0 20px;
}

.upload_file.btn {
  padding: 15px 0;
  width: 240px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
  background: #777777;
}

/* basemanege_commnunication_list
------------------------------*/
.large_list {
  min-width: 1023px;
}

@media screen and (max-width: 768px){
  .large_list {
    min-width: 100%;
  }
}

.inline_item {
  display: inline-block;
}

.basemanege_cont_form_item.inline_item {
  width: 40%;
}

.basemanege_cont_form_item.inline_item:first-child {
  margin-right: 20px;
}

.basemanege_cont_form.com_list .form_submit .btn {
  background: #777777;
}

.basemanege_cont_form.sort.com_list {
  margin-top: 20px;
}

.basemanege_cont_form.sort.com_list .info_head {
  margin-bottom: 10px;
}

.basemanege_cont_form.sort.com_list .info_head_update,
.info_list.com_list .info_update,
.basemanege_cont_form.sort.com_list .info_head_sender,
.info_list.com_list .info_sender,
.basemanege_cont_form.sort.com_list .info_head_destination,
.info_list.com_list .info_destination {
  min-width: 95px;
  width:10%;
  color: #777777;
}

.basemanege_cont_form.sort.com_list .info_head_subject,
.info_list.com_list .info_subject {
  min-width: 170px;
  color: #777777;
}

.basemanege_cont_form.sort.com_list .info_head_subject,
.info_list.com_list .info_subject {
  width: 18%;
  min-width: 170px;
  color: #777777;
}

.basemanege_cont_form.sort.com_list .info_head_text_main {
  width: 30%;
  min-width: 280px;
  color: #777777;
}

.select_comboard_sort .info_head_attachment {
  min-width:205px;
  width: 21%;
  color: #777777;
}

.info_list.com_list .info_update,
.info_list.com_list .info_sender,
.info_list.com_list .info_destination,
.info_list.com_list .info_subject {
  /*-ms-flex-negative: 0;
  flex-shrink: 0;*/
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_list.com_list .info_subject {
  padding: 0 15px 0 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.info_list.com_list .info_attachment {
  min-width: 50px;
  width:21%;
  padding: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_list.com_list .info_text_main {
  min-width: 280px;
  width:30%;
  padding: 0 25px 0 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.info_list.com_list .info_sender,
.info_list.com_list .info_destination {
  padding: 0 8px 0 0;
}

.info_list.com_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_list.com_list .info_item .edit.btn {
  right: 90px;
}

@media screen and (max-width: 1023px) {
  .info_list.com_list .base_edit_box {
    padding: 0;
  }
}

.card.basemanege .card_inr .basemanege_cont.com_list .pager_box {
  max-width: 100%;
}



/* basemanege_commnucation_choice
------------------------------*/
.basemanege_cont.com_choice .basemanege_cont_info,
.basemanege_cont_form.sort.com_choice,
.info_list.com_choice {
  max-width: 800px;
}

.textarea.unactive {
  height: auto;
  background: #f4f7fa;
}

.basemanege_cont_form.com_choice .basemanege_form_list .basemanege_cont_form_item.destination {
  padding: 0 0 40px 0;
}

.basemanege_cont_form_item.search.com_choice .btn {
  background: #777;
}

.info_head_check,
.info_check {
  width: 100px;
  padding: 0 0 0 14px;
}

.basemanege_cont_form.sort.com_choice .info_head_employ_name,
.info_list.com_choice .info_employ_name {
  width: calc(100% - 280px);
}

.info_head_check.checkbox input[type="checkbox"]+label::before,
.info_check .checkbox input[type="checkbox"]+label::before {
  margin-top: -13px;
}

.info_head_check.checkbox input[type="checkbox"]+label::after,
.info_check .checkbox input[type="checkbox"]+label::after {
  margin-top: -9px;
}

.info_list.com_choice .info_item:first-child {
  border-top: 1px solid #e8eef2;
}

.info_list.com_choice .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.basemanege_cont_form_item.destination .btn{
  padding: 8px;
  width: 25%;
  font-size: 1.4rem;
  line-height: 1.9;
}

.main_out.com_choice .btn {
  width: 340px;
}

.basemanege_cont_form.com_choice .form_submit {
  padding-top: 20px;
}

/*	basemanege pdf_upload_temp
------------------------------*/
.basemanege_cont.pdf_upload_temp .basemanege_cont_info {
  max-width: 800px;
  margin: 0 0 40px 0;
}

.basemanege_cont.pdf_upload_temp_list {
  max-width: 800px;
  margin-bottom: 20px;
}

.basemanege_cont_form_item.upload .text_input {
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basemanege_cont_form_item.upload .text_input::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/ic_clip.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 8px 0 5px;
}

.pdf_upload_temp .ecomanege_form_list {
  margin: 0 0 20px 0;
  max-width: 800px;
}

.basemanege_cont.pdf_upload_temp_list .info_head {
  margin-bottom: 10px;
}

.info_list.pdf_upload_temp_list .info_item dt,
.info_list.pdf_upload_temp_list .info_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.pdf_upload_temp_list .info_head_upload_date,
.pdf_upload_temp_list .info_upload_date {
  min-width: 110px;
  width: 12%;
}

.pdf_upload_temp_list .info_head_template_name,
.pdf_upload_temp_list .info_template_name {
  min-width: 110px;
  width: 35%;
}

.pdf_upload_temp_list .info_template_name {
  padding: 0 10px 0 0;
}

.pdf_upload_temp_list .info_head_register_employee_num,
.pdf_upload_temp_list .info_register_employee_num {
  min-width: 110px;
  width: 18%;
}

.pdf_upload_temp_list .info_head_name {
  min-width: 90px;
  width:35%;
}

.pdf_upload_temp_list .info_name {
  min-width: 90px;
  width:calc(35% - 105px);
}

@media screen and (max-width: 1023px){
  .pdf_upload_temp_list .info_name {
    width:35%;
  }

  .pdf_upload_temp_list .info_item .btn {
    display: inline-block;
    transform: none;
    position: static;
  }
}

.info_list.pdf_upload_temp_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

/*	basemanege pdf_prepare
------------------------------*/
.basemanege_cont.pdf_prepare .basemanege_cont_info {
  max-width: 800px;
}

.basemanege_cont.pdf_prepare .basemanege_form_list {
  margin: 0 0 20px 0;
}

.basemanege_cont_info.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.basemanege_cont_info.result .total_num {
  margin: 0 25px 0 0;
}

.basemanege_cont.pdf_prepare_list .info_head {
  margin: 0 0 10px 0;
}

.basemanege_cont_form.pdf_prepare_list .form_submit {
  margin: 20px 0 0 0;
}

.info_list.pdf_prepare_list .info_item dt,
.info_list.pdf_prepare_list .info_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.basemanege_cont.pdf_prepare_list .info_head_employee_number,
.info_list.pdf_prepare_list .info_employee_number {
  min-width: 110px;
  width: 12%;
}

.basemanege_cont.pdf_prepare_list .info_head_name,
.info_list.pdf_prepare_list .info_name {
  min-width: 120px;
  width: 13%;
}

.basemanege_cont.pdf_prepare_list .info_head_pdf_ttl,
.info_list.pdf_prepare_list .info_pdf_ttl {
  min-width: 130px;
  width: 22%;
}

.basemanege_cont.pdf_prepare_list .info_head_open_day,
.info_list.pdf_prepare_list .info_open_day {
  min-width: 80px;
  width:10%;
}

.basemanege_cont.pdf_prepare_list .info_head_upload_num,
.info_list.pdf_prepare_list .info_upload_num {
  min-width: 100px;
  width:15%;
}

.basemanege_cont.pdf_prepare_list .info_head_check_result,
.info_list.pdf_prepare_list .info_check_result {
  min-width: 90px;
  width: 13%;
  text-align: center;
}

.basemanege_cont.pdf_prepare_list .info_head_error_txt,
.info_list.pdf_prepare_list .info_error_txt {
  min-width: 90px;
  width: 15%;
}

.info_list.pdf_prepare_list .info_name,
.info_list.pdf_prepare_list .info_pdf_ttl {
  padding: 0 10px 0 0;
}

.info_list.pdf_prepare_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

/*	basemanege pdf_dl_all
------------------------------*/
.basemanege_cont.pdf_dl_all_list .info_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding: 2px 10px;
}

.info_list.pdf_dl_all_list .info_item dt,
.info_list.pdf_dl_all_list .info_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.basemanege_cont.pdf_dl_all_list .info_head_check,
.info_list.pdf_dl_all_list .info_check {
  min-width: 55px;
  width: 5%;
}

.basemanege_cont.pdf_dl_all_list .info_head_employee_number,
.info_list.pdf_dl_all_list .info_employee_number {
  min-width: 90px;
  width: 10%;
}

.info_list.pdf_dl_all_list .info_employee_number {
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 300;
}

.basemanege_cont.pdf_dl_all_list .info_head_name,
.info_list.pdf_dl_all_list .info_name {
  min-width: 90px;
  width:12%;
}

.basemanege_cont.pdf_dl_all_list .info_head_pdf_title,
.info_list.pdf_dl_all_list .info_pdf_title {
  min-width: 165px;
  width:22%;
}

.info_list.pdf_dl_all_list .info_pdf_title,
.info_list.pdf_dl_all_list .info_name {
  padding: 0 10px 0 0;
}

.basemanege_cont.pdf_dl_all_list .info_head_register_employee_number,
.info_list.pdf_dl_all_list .info_register_employee_number {
  min-width: 90px;
  width:10%;
}

.basemanege_cont.pdf_dl_all_list .info_head_open_date_time,
.info_list.pdf_dl_all_list .info_open_date_time {
  min-width: 125px;
  width: 12%;
}

.basemanege_cont.pdf_dl_all_list .info_head_mail_open,
.info_list.pdf_dl_all_list .info_mail_open {
  min-width: 70px;
  width:11%;
}

.basemanege_cont.pdf_dl_all_list .info_head_upload_num,
.info_list.pdf_dl_all_list .info_upload_num {
  min-width: 80px;
  width:10%;
}

.basemanege_cont.pdf_dl_all_list .info_head_read,
.info_list.pdf_dl_all_list .info_read {
  min-width: 50px;
  width:8%;
}

.basemanege_cont.pdf_dl_all_list .info_head_mail_open .sort_submit,
.basemanege_cont.pdf_dl_all_list .info_head_upload_num .sort_submit,
.basemanege_cont.pdf_dl_all_list .info_head_read .sort_submit {
  text-align: center;
}

.info_list.pdf_dl_all_list .info_mail_open,
.info_list.pdf_dl_all_list .info_upload_num,
.info_list.pdf_dl_all_list .info_read {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.info_list.pdf_dl_all_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.card.basemanege .card_inr .basemanege_cont_form.pdf_dl_all_list .pager_box {
  max-width: 100%;
}

.pdf_dl_all_list .form_submit.dl_popup {
  margin: 20px 0 0 0;
}

.pdf_dl_all_list .form_submit .btn.del {
  background: #777;
  width: 120px;
}

.pdf_dl_all_list .form_submit .btn.change {
  background: #777;
  width: 300px;
}

.pdf_dl_all_list .form_submit.dl_search .btn {
  width: 340px;
}

.pdf_dl_all_list .form_submit.dl_search .btn:last-child {
  margin: 0 0 0 8px;
}

.content_choice.dl_pdf_change .content_choice_box {
  width: 420px;
  height: 280px;
  padding: 18px;
}

.dl_pdf_change .content_choice_msg {
  padding: 0 0 20px 0;
}


/*	communication_board
------------------------------*/
.main .column1 .card.communication .card_inr {
  max-width: 100%;
}

.communication_cont_form .info_head_update,
.communication_cont_form .info_head_sender {
  min-width: 90px;
  width: 10%;
}

.communication_cont_form .info_head_subject {
  min-width: 120px;
  width: 20%;
}

.communication_cont_form .info_head_text_main {
  /*width: calc(100% - 380px);*/
  min-width: 100px;
  width:60%;
}

.info_list.communication .info_update,
.info_list.communication .info_sender {
  min-width: 95px;
  width: 10%;
  /*-ms-flex-negative: 0;
  flex-shrink: 0;*/
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_list.communication .info_sender {
  padding: 0 8px 0 0;
}

.info_list.communication .info_subject {
  /*width: 190px;*/
  min-width: 120px;
  width: 20%;
}

.info_subject.hidden_text.pc {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .info_subject.hidden_text.pc {
    display: none !important;
  }
}

.info_list.communication .info_text_main {
  /*width: calc(100% - 380px);*/
  min-width: 100px;
  width:60%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.info_list.communication .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_item.is_unread .info_subject::before {
  background: #C0D959;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.communication_cont_form .info_head {
  margin-bottom: 10px;
}

.info_list.communication {
  margin: 0 0 20px 0;
}

.read_page_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px){
  .communication_cont .read_page_box {
    display: block;
  }
  .communication_cont .read_page_box .form_submit {
    text-align: left;
    width: 50%;
  }
}

.read_page_box .form_submit .btn {
  background: #777;
}

@media screen and (max-width: 768px){
  .communication_info {
    margin: 0 0 14px 0;
  }
  .info_list.communication .info_text_main.hidden_text {
    display: none;
  }
  .info_list.communication .info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .info_list.communication .info_subject {
    -ms-flex-order:1;
    order: 1;
    width: 100%;
  }
  .info_list.communication .info_update {
    -ms-flex-order:2;
    order: 2;
    width: 100%;
  }
  .info_list.communication .info_sender {
    -ms-flex-order:3;
    order: 3;
    width: 100%;
  }
  .info_list.communication .info_subject.sp {
    display: flex !important;
  }
}

/*	communication_board details
------------------------------*/
.details_ttl {
  font-weight: 700;
  font-size: 1.6rem;
  margin: 0 0 5px 0;
  float: left;
}

.cb {
  clear: left;
}

.icon_status {
  display: inline-block;
  padding: 0 12px;
  margin-top: 5px;
  border-radius: 4px;
  font-size: 1.2rem;
  margin: 0 5px 0 0;
  clear: both;
  display: table;
}

.sender {
  background: #f4f7fa;
}

.update {
  background: #edf8fa;
}

.communication_cont.details {
  max-width: 800px;
}

.communication_ttl {
  margin:0 0 40px 0;
}

.prev_next_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.prev {
  padding-right: 10px;
}

.prev .btn,
.next .btn {
  padding: 17px 30px;
  font-weight: 300;
}

@media screen and (max-width: 768px){
  .prev .btn,
  .next .btn {
    padding: 17px 45px;
  }
}

.prev.is_disabled .btn,
.next.is_disabled .btn {
  pointer-events: none;
  opacity: 0.4;
}

.communication_main {
  margin: 0 0 20px 0;
  white-space: pre-line;
}

.ecnews_list_icon{
  float:left;
}

/* dl_salary
------------------------------*/
.main .column1 .card.dl .card_inr {
  max-width: 100%;
}

.dl_cont_info {
  margin: 0 0 20px 0;
}

.dl_form_list {
  max-width: 800px;
}

.dl_cont_form_item {
  padding-bottom: 20px;
}

.dl_cont_form_item > label {
  margin-bottom: 4px;
  display: inline-block;
  font-weight: 500;
}

.dl.salary_dl .ui-state-default.ui-priority-secondary {
  opacity: 1;
}

.dl.salary_dl .ui-state-default.ui-priority-secondary:hover {
  opacity: 0.7;
}

.radio_list label {
  padding: 0 16px 0 0;
}

.radio_list label:last-child {
  padding: 0;
}

.dl_cont_form.salary_all .dl_cont_form_item.select_box,
.dl_cont_form.salary_all_employee .dl_cont_form_item.select_box {
  margin: 0;
}

.dl_cont.salary_all .info_head_check.checkbox {
  min-width: 45px;
  width: 5%;
  padding: 0 0 0 10px;
}

.dl_cont_form.sort .info_head_basecode,
.info_list.salary_all .info_basecode  {
  min-width: 90px;
  width: 8%;
}

.dl_cont_form.sort .info_head_payment_date,
.info_list.salary_all .info_payment_date {
  min-width: 75px;
  width: 7%;
}

.dl_cont_form.sort .info_head_type,
.info_list.salary_all .info_type {
  min-width: 125px;
  width: 10%;
}

.info_head_supply_number {
  min-width: 105px;
  width: 10%;
}

.dl_cont_form.sort .info_head_employee_number {
  min-width: 110px;
  width: 10%;
}

.dl_cont_form.sort .info_head_employee_name {
  min-width: 120px;
  width: 12%;
}

.info_head_release {
  min-width: 85px;
  width: 8%;
}

.info_head_term {
  min-width: 110px;
  width: 10%;
}

.info_head_web_detail {
  /*width:calc(100% - 865px);*/
  width: 15%;
}

.info_list.salary_all .info_check {
    min-width: 45px;
    width: 5%;
    padding: 0 0 0 10px;
}

.dl_cont.salary_all .info_head {
  margin: 0 0 10px 0;
}

.info_list.salary_all .info_check,
.info_list.salary_all .info_basecode,
.info_list.salary_all .info_payment_date,
.info_list.salary_all .info_type,
.info_list.salary_all .info_supply_number,
.info_list.salary_all .info_employee_number,
.info_list.salary_all .info_employee_name,
.info_list.salary_all .info_release,
.info_list.salary_all .info_term {
    /*-ms-flex-negative: 0;
    flex-shrink: 0;*/
    font-weight: 500;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #3c3c3c;
}

.info_list.salary_all .info_supply_number {
  min-width: 105px;
  width: 10%;
  color: #777777;
}

.info_list.salary_all .info_employee_number {
  min-width: 110px;
  width: 10%;
  color: #777777;
}

.info_list.salary_all .info_employee_name {
  min-width: 120px;
  width: 12%;
  padding: 0 14px 0 0;
  color: #777777;
}

.info_list.salary_all .info_release {
  min-width: 85px;
  width: 8%;
  color: #777777;
}

.info_list.salary_all .info_term {
  min-width: 110px;
  width: 10%;
  color: #777777;
}

.info_list.salary_all .info_web_detail {
  /*width:calc(100% - 865px);*/
  width: 20%;
  margin:auto 0;
}

.info_web_detail .btn {
  position: static;
  right: 0;
  top: 0;
  -webkit-transform: none;
  transform: none;
}

.info_list.salary_all .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.dl_cont_form.salary_all_list .form_submit{
  padding:30px 0 0 0;
}

.salary_all_list .form_submit .btn {
  width: 280px;
}

.salary_all_list .form_submit .change.btn {
  background: #777;
}

.content_choice.salary_all .content_choice_box {
  width: 420px;
  height: 280px;
  padding: 18px;
}

.content_choice.salary_all .content_choice_btn {
  bottom: 18px;
  right: 18px;
}

.content_choice.salary_all .content_choice_msg {
  margin: 0 0 20px 0;
}

.content_choice.salary_all .check_list {
  width: 75%;
  margin: 0 0 25px 0;
}

.js-check {
  pointer-events: none;
  opacity: 0.4;
}

.is_active_check {
  pointer-events: auto !important;
  opacity: 1;
}

/* dl_salary_employee
------------------------------*/
.dl_cont_form_item.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.dl_cont_form_item.search .cont_form_right .btn {
  background: #777;
  text-align: center;
}

/* dl_employment_all
------------------------------*/
.employment_all_dl .large_list {
  min-width: 1900px;
}

@media screen and (max-width: 768px){
  .employment_all_dl .large_list {
    min-width: 100%;
  }
}

.dl_cont_form_item.accordion_box {
  padding: 25px 0 0 0;
}

.from_to_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.from_to_box .input_icon{
  width:48%;
}

.from_to_box .tilde{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dl_cont.employment_all_dl .dl_cont_form_item:last-child{
  padding: 0 0 30px 0;
}

.dl_cont.employment_all_dl .employment_all_dl .form_submit {
  max-width: 800px;
}

.dl_cont.employment_all_dl .info_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding:8px 10px;
}

.dl_cont_form.employment_all_dl_list .info_item:last-child{
  border-bottom: 1px solid #e8eef2;
}

.info_list.employment_all_dl .info_item dt,
.info_list.employment_all_dl .info_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.dl_cont.employment_all_dl .info_head_check,
.dl_cont_form.employment_all_dl_list .info_check{
  min-width: 50px;
  width: 2%;
  padding: 0 0 0 14px;
}

.dl_cont.employment_all_dl .info_head_employee_number,
.dl_cont_form.employment_all_dl_list .info_employee_number{
  min-width: 110px;
  width:6%;
  padding-right: 6px;
}

.dl_cont_form.employment_all_dl_list .info_employee_number{
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 300;
}

.dl_cont.employment_all_dl .info_head_basecode,
.dl_cont_form.employment_all_dl_list .info_basecode{
  min-width: 90px;
  width:6%;
  padding-right: 6px;
}

.dl_cont_form.employment_all_dl_list .info_basecode{
  -ms-flex-negative: 1;
  flex-shrink: 1;
  font-weight: 300;
}

.dl_cont.employment_all_dl .info_head_name,
.dl_cont_form.employment_all_dl_list .info_name{
  min-width: 90px;
  width:8%;
  padding-right: 6px;
}

.dl_cont.employment_all_dl .info_head_contract,
.dl_cont_form.employment_all_dl_list .info_contract{
  min-width: 160px;
  width: 12%;
  padding-right: 6px;
}

.dl_cont.employment_all_dl .info_head_conclusion,
.dl_cont_form.employment_all_dl_list .info_conclusion{
  min-width: 75px;
  width:5%;
}

.dl_cont.employment_all_dl .info_head_read,
.dl_cont_form.employment_all_dl_list .info_read{
  min-width: 50px;
  width:7%;
  padding-right: 1%;
}

.dl_cont.employment_all_dl .info_head_read .sort_submit,
.dl_cont_form.employment_all_dl_list .info_read{
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dl_cont.employment_all_dl .info_head_ans_limit,
.dl_cont_form.employment_all_dl_list .info_ans_limit{
  min-width: 85px;
  width: 6.5%;
}

.dl_cont.employment_all_dl .info_head_contract_date,
.dl_cont_form.employment_all_dl_list .info_contract_date{
  min-width: 85px;
  width: 6.5%;
}

.dl_cont.employment_all_dl .info_head_contract_renewal,
.dl_cont_form.employment_all_dl_list .info_contract_renewal{
  min-width: 85px;
  width: 7%;
}

.dl_cont.employment_all_dl .info_head_reminder,
.dl_cont_form.employment_all_dl_list .info_reminder{
  min-width: 150px;
  width: 11%;
}

.dl_cont.employment_all_dl .info_head_mail_open,
.dl_cont_form.employment_all_dl_list .info_mail_open{
  min-width: 70px;
  width:7.5%;
}

.dl_cont.employment_all_dl .info_head_register_date,
.dl_cont_form.employment_all_dl_list .info_register_date{
  min-width: 85px;
  width: 6.5%;
}

.dl_cont.employment_all_dl .info_head_register_employee_number,
.dl_cont_form.employment_all_dl_list .info_register_employee_number{
  min-width: 85px;
  width:7%;
}

.dl_cont.employment_all_dl .form_submit .btn.del {
  background: #777;
  width: 120px;
}

.dl_cont.employment_all_dl .form_submit .btn.change {
  background: #777;
  width: 300px;
}

.content_choice.dl_employment_del .content_choice_box {
  width: 420px;
  padding: 18px;
}

.content_choice.dl_employment_change .content_choice_box {
  width: 420px;
  height: 340px;
  padding: 18px;
}

.dl_employment_change .content_choice_msg {
  padding:0 0 20px 0;
}

.dl_employment_change .dl_cont_form_item {
  padding:0 0 20px 0;
}

.employment_all_dl .form_submit.dl_popup{
  margin:20px 0 0 0;
}

.dl_cont.employment_all_dl .form_submit.dl_search .btn{
  width: 340px;
}

.dl_cont.employment_all_dl .form_submit.dl_search .btn:last-child{
  margin: 0 0 0 8px;
}

/* dokyumento_ikatsu_download
------------------------------*/
.pdf_dl_all .dl_cont.employment_all_dl .info_head_employee_number,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_employee_number{
  min-width: 110px;
  width:10%;
  padding-right: 6px;
}
.pdf_dl_all .dl_cont.employment_all_dl .info_head_name,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_name{
  min-width: 90px;
  width:15%;
  padding-right: 10px;
}
.pdf_dl_all .dl_cont.employment_all_dl .info_head_register_employee_number,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_register_employee_number{
  min-width: 85px;
  width:15%;
}
.pdf_dl_all .dl_cont.employment_all_dl .info_head_contract,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_contract{
  min-width: 160px;
  width: 25%;
  padding-right: 6px;
}
.pdf_dl_all .dl_cont.employment_all_dl .info_head_contract_date,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_contract_date{
  min-width: 85px;
  width: 7%;
}
.pdf_dl_all .dl_cont.employment_all_dl .info_head_mail_open,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_mail_open{
  min-width: 70px;
  width:12%;
}

.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_mail_open p{
  margin: auto;
}
.pdf_dl_all .dl_cont.employment_all_dl .info_head_read,
.pdf_dl_all .dl_cont_form.employment_all_dl_list .info_read{
  min-width: 50px;
  width:9%;
  padding-right: 1%;
}
.pdf_dl_all .content_choice.dl_employment_change .content_choice_box {
  width: 420px;
  height: 270px;
  padding: 18px;
}

/* dl_auditlog
------------------------------*/
.dl_cont_form.dl_auditlog .dl_form_list {
  margin: 0 0 20px 0;
}

/* manege_upload_salary
------------------------------*/
.ecomanege_cont_form_item.upload .text_input {
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ecomanege_form_list {
  max-width: 800px;
}

.ecomanege_cont_form_item.upload input[type="file"] {
  display: none;
}

.upload_name_box {
  width: 100%;
  height: 26px;
  font-weight:300;
  cursor: default;
  pointer-events: none;
}

.ecomanege_cont_form_item.upload .text_input::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../img/ic_clip.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin: 0 8px 0 5px;
}

.check_list .form_er:first-child {
  border-right: none !important;
}

.ecomanege_cont_form_item.schedule .input_icon{
  margin:8px 0 0 0;
}

.js-config-file.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}
.ecomanege_cont_info.result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
}

.ecomanege_cont_info.result .total_num {
  margin: 0 25px 0 0;
}

.ecomanege_cont.salary_all_employee .ecomanege_cont_form.sort .info_head{
  margin-bottom: 10px;
}

.ecomanege_cont.salary_all_employee .info_head_employee_number,
.info_list.salary_all_employee_list .info_employee_number {
  min-width: 100px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_basecode,
.info_list.salary_all_employee_list .info_basecode {
  min-width: 90px;
  width: 10%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.salary_all_employee .info_head_company_code,
.info_list.salary_all_employee_list .info_company_code {
  min-width: 80px;
  width: 10%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.salary_all_employee .info_head_name,
.info_list.salary_all_employee_list .info_name {
  min-width: 120px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_type,
.info_list.salary_all_employee_list .info_type {
  min-width: 125px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_file_type,
.info_list.salary_all_employee_list .info_file_type {
  min-width: 105px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_role_type,
.info_list.salary_all_employee_list .info_role_type {
  min-width: 105px;
  width: 10%;
}
.ecomanege_cont.salary_all_employee .info_head_release_date,
.info_list.salary_all_employee_list .info_release_date {
  min-width: 140px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_hire_date,
.info_list.salary_all_employee_list .info_hire_date {
  min-width: 90px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_start_payment_date,
.info_list.salary_all_employee_list .info_start_payment_date {
  min-width: 90px;
  width: 10%;
}
.ecomanege_cont.salary_all_employee .info_head_email,
.info_list.salary_all_employee_list .info_email {
  min-width: 100px;
  width: 10%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.ecomanege_cont.salary_all_employee .info_head_mail_notification,
.info_list.salary_all_employee_list .info_mail_notification {
  min-width: 110px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_check_result,
.info_list.salary_all_employee_list .info_check_result {
  min-width: 90px;
  width: 10%;
}

.ecomanege_cont.salary_all_employee .info_head_error_txt,
.info_list.salary_all_employee_list .info_error_txt {
  min-width: 90px;
  width: 20%;
}

.info_list.salary_all_employee_list .info_item dt,
.info_list.salary_all_employee_list .info_item dd {
  /*-ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.info_list.salary_all_employee_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.gray_out {
  background: #f4f7fa;
}

.upload_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  width: 100%;
  padding: 6px;
  border-radius: 4px;
  border: 1px solid #bac5cc;
  box-sizing: border-box;
}

.text_input.upfile {
  width: 40px;
  border: none;
  margin-left: -5px;
}

.upload_file_name {
  width: 100%;
  pointer-events: none;
}

.ecomanege_cont_form.salary_all_employee .ecomanege_cont_form_item.select_box {
  margin-bottom: 0;
}

.ecomanege_cont_form.salary_all_employee .ecomanege_cont_form_item:first-child {
  padding-top:0;
}

.ecomanege_cont_form.salary_all_employee .ecomanege_form_list {
  margin: 0 0 30px 0;
}

.ecomanege_cont_form.salary_all_employee_list {
  margin-top: 0;
}

.ecomanege_cont_form.salary_all_employee_list .form_submit {
  margin-top: 20px;
}

/* manege_salary_calendar
------------------------------*/
.ecomanege_cont.salary_calendar_search .ecomanege_cont_form {
  margin-top: 0px;
}

.ecomanege_cont.salary_calendar_search .ecomanege_form_list {
  margin: 0 0 20px 0;
}

/* manege_salary_calendar_detail
------------------------------*/
.salary_calendar .ecomanege_cont.company_data {
  max-width: 800px;
  margin: 0 0 20px 0;
}

.ecomanege_cont_form.salary_calendar {
  max-width: 1023px;
}

.ecomanege_cont.company_data .info_company_code,
.ecomanege_cont.company_data .info_company_name{
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  color: #777777;
}

.ecomanege_cont.company_data .info_company_code {
  width: 80px;
}

.ecomanege_cont.company_data .info_company_name {
  width: calc(100% - 80px);
}

.ecomanege_cont.company_data .info_list {
  border-top: 1px solid #e8eef2;
  border-bottom: 1px solid #e8eef2;
  margin:0 0 20px 0;
}
/* カレンダー
------------------------------*/
.calendar_date_box .now_month{
  font-size: 2.6rem;
  font-weight: 700;
}
.calendar_date_box .month_txt{
  font-size: 1.5rem;
  font-weight: 700;
}

.calendar_info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  height: 100%;
  padding: 0 0 4px 0;
}

.calendar_info_box .select_arrow_list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.calendar_info_box .select_box .select_arrow {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.calendar_info_box .select_arrow_prev {
  -webkit-transform: translateY(-1px) rotate(180deg);
  transform: translateY(-1px) rotate(180deg);
}

.calendar_info_box .select_arrow.is_disabled {
  opacity: 0.4;
  pointer-events: none;
}

.calendar_info_box .select_arrow {
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  padding: 0 0 0 5px;
}

.calendar_info_box .now_month_link a{
  display: block;
  margin-bottom: 2px;
  font-size: 1.4rem;
}

@media screen and (min-width: 1024px){
  .calendar_info_box .select_arrow:hover {
    opacity: 0.6;
  }
}

.calendar_arrow .select_arrow_list {
  position: relative;
}

.calendar_arrow {
  padding: 0 30px 0 0;
}

.calendar_arrow .select_arrow_list::after{
  content: "";
  display: inline-block;
  width: 17px;
  height: 18px;
  background: url(../img/ic_cal.png) no-repeat;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: -24px;
  top: 10px;
}

.salary_calendar {
  border-spacing: 0;
  border-collapse: collapse;
}

.salary_calendar th{
  padding: 8px 10px;
  background: #f3f9fe;
  border-top: 1px solid #e8eef2;
  border-bottom: 1px solid #e8eef2;
  font-weight: 700;
  width: 14.2%;
}

.salary_calendar th:last-child{
  color:#f48474;
}

.salary_calendar th:nth-child(6){
  color:#69cadd;
}

.th_space td {
  height: 20px;
  border: none;
}

.cell_space td {
  height: 90px;
  padding: 8px;
  text-align: left;
  border: 1px solid #ddd;
  font-weight: 700;
  width: 14%;
  cursor: pointer;
}

.cell_space td:first-child {
  border-left: none;
}

.cell_space td:last-child {
  border-right: none;
}

.cell_space .not_now_month {
  opacity: 0.4;
  cursor: default;
}

.event_day {
  color:#5e5edc
}

.event_detail {
  font-weight: 300;
  display: block;
  background: #ebebfc;
  border-radius: 8px;
  padding: 2px 8px;
  margin: 0 0 4px 0;
  color:#5e5edc
}

.event_detail:last-child {
  margin: 0;
}

.content_choice.salary_calendar {
  background: none;
}

.content_choice.salary_calendar .content_choice_box {
  box-shadow: #00000026 2px 2px 2px;
  -webkit-box-shadow: #00000026 2px 2px 2px;
  padding: 0;
  width: 280px;
  height: 400px;
  /*IEボックスシャドウ用*/
  border: 1px solid #e8eef2;
}

.calendar_date {
  font-weight: 700;
  font-size: 1.6rem;
}

.content_choice.salary_calendar .content_choice_msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 14px 18px;
  border-bottom: 1px solid #e8eef2;
}

.close_cross_btn {
  cursor: pointer;
  height: 16px;
}

.content_choice.salary_calendar .content_choice_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -10px;
}

.content_choice.salary_calendar .content_choice_btn>.btn {
  padding: 12px 20px;
  width: 42%;
}

.content_choice.salary_calendar .content_choice_btn .btn:first-child {
  margin-right: 10px;
}

.calendar_form {
  padding: 0 14px;
}

.calendar_form .ecomanege_cont_form_item.select_box {
  margin-bottom: 0;
}

/* manage_salary_check
------------------------------*/
.ecomanege_cont_form.salary_check_search .ecomanege_cont_form_item {
  padding-top: 0px;
}

.ecomanege_cont_form.salary_check_search .ecomanege_form_list {
  margin:0 0 20px 0;
}

.ecomanege_cont.salary_check_search_list .info_head {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  padding:2px 10px;
}

.ecomanege_cont.salary_check_search_list .ecomanege_cont_form.salary_check_search_list{
  margin-top: 0;
}

.info_list.salary_check_search_list .info_item dt,
.info_list.salary_check_search_list .info_item dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.info_list.salary_check_search_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.salary_check_search_list .info_head_company_code,
.info_list.salary_check_search_list .info_company_code {
  padding-left:8px;
  min-width: 85px;
  width: 8%;
}

.salary_check_search_list .info_head_company_name,
.info_list.salary_check_search_list .info_company_name {
  min-width: 165px;
  width: 17%;
}

.info_list.salary_check_search_list .info_company_name {
  padding-right:10px;
  visibility: hidden;
}

.salary_check_search_list .info_head_type,
.info_list.salary_check_search_list .info_type {
  min-width: 130px;
  width: 14%;
}

.salary_check_search_list .info_head_supply_number,
.info_list.salary_check_search_list .info_supply_number {
  min-width: 115px;
  width: 12%;
}

.salary_check_search_list .info_head_open_date_time,
.info_list.salary_check_search_list .info_open_date_time {
  min-width: 140px;
  width: 12%;
}

.salary_check_search_list .info_head_import_flag,
.info_list.salary_check_search_list .info_import_flag {
  min-width: 80px;
  width: 12%;
}

.info_list.salary_check_search_list .info_import_flag,
.info_head_import_flag .sort_submit{
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-right: 2vw;
}

.salary_check_search_list .info_head_import_date,
.info_list.salary_check_search_list .info_import_date {
  min-width: 150px;
  width: 13%;
}

.salary_check_search_list .info_head_import_number,
.info_list.salary_check_search_list .info_import_number {
  min-width: 80px;
  width: 12%;
}

.ecomanege_cont_form.salary_check_search_list .form_submit{
  margin: 20px 0 0 0;
}

/*.ecomanege_cont_form.salary_check_search .form_submit .btn,*/
.ecomanege_cont_form.salary_check_search_list .form_submit .btn{
  width: 340px;
}


/* manege_upload_history
------------------------------*/
.ecomanege_cont.upload_history .ecomanege_cont_form.sort .info_head{
  margin-bottom: 10px;
}

.ecomanege_cont.upload_history .info_head_upload_datetime,
.info_list.upload_history_list .info_upload_datetime {

  min-width: 137px;
  width: 137px;
}

.ecomanege_cont.upload_history .info_head_company_code,
.info_list.upload_history_list .info_company_code {
  min-width: 100px;
  width: 100px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.upload_history .info_head_upload_type,
.info_list.upload_history_list .info_upload_type {
  min-width: 122px;
  width: 122px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.upload_history .info_head_upload_file_name,
.info_list.upload_history_list .info_upload_file_name {
  min-width: 200px;
  width: 200px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.upload_history .info_head_shikyukaisu,
.info_list.upload_history_list .info_shikyukaisu {
  min-width: 67px;
  width: 67px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
}

.ecomanege_cont.upload_history .info_head_upload_count,
.info_list.upload_history_list .info_upload_count {
  min-width: 122px;
  width: 122px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
}

.ecomanege_cont.upload_history .info_head_inport_count,
.info_list.upload_history_list .info_inport_count {
  min-width: 67px;
  width: 67px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  text-align: center;
}

.ecomanege_cont.upload_history .info_head_release_datetime,
.info_list.upload_history_list .info_release_datetime {
  min-width: 100px;
  width: 100px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.ecomanege_cont.upload_history .info_head_user_id,
.info_list.upload_history_list .info_user_id {
  min-width: 165px;
  width: 165px;
  text-align: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.upload_history .info_head_error_list,
.info_list.upload_history_list .info_error_list {
  min-width: 95px;
  width: 95px;
}

.info_list.upload_history_list .info_error_list {
  margin-left: 10px;
  margin-right: -10px;
}

.ecomanege_cont.upload_history .info_head_delete_list,
.info_list.upload_history_list .info_delete_list {
  min-width: 95px;
  width: 95px;
}

.info_list.upload_history_list .info_delete_list .del.btn.js-popup_content {
  right: initial;
}

.info_list.upload_history_list .info_item dt,
.info_list.upload_history_list .info_item dd {
  /*-ms-flex-negative: 0;
  flex-shrink: 0;*/
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.info_list.upload_history_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_txt.center {
  margin: 0 auto;
}

.info_list.upload_history_list .base_edit_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding:0;
}
/* .info_list.upload_history_list .base_edit_box .del.btn{
  width: 70px;
  text-align: center;
  padding: 12px 8px;
} */

.info_list.upload_history_list .info_item .edit.btn {
  right: initial;
}

/* manage_upload_employment_temp
------------------------------*/
.do_text {
  margin:30px 0 0 0;
}

.ecomanege_cont.upload_employment_temp .ecomanege_cont_form {
  margin-top: 0px;
}

.ecomanege_cont.upload_employment_temp .ecomanege_form_list {
  margin-bottom: 30px;
}

.ecomanege_cont.upload_employment_temp.list .info_head {
  margin: 0 0 10px 0;
}

.ecomanege_cont.upload_employment_temp .ecomanege_cont_form.sort .info_head_upload_date,
.info_list.upload_employment_temp_list .info_upload_date {
  min-width: 110px;
  width: 10%;
}

.ecomanege_cont.upload_employment_temp .ecomanege_cont_form.sort .info_head_template_name {
  min-width: 110px;
  width: 90%;
}

.info_list.upload_employment_temp_list .info_template_name {
  width: calc(90% - 125px);
}

@media screen and (max-width: 1023px){
  .info_list.upload_employment_temp_list .info_template_name {
    width: 90%;
  }
}

.ecomanege_cont.upload_employment_temp .ecomanege_cont_info {
  margin: 0 0 20px 0;
}

.upload_employment_temp.list {
  max-width: 800px;
  margin-bottom: 20px;
}

.info_list.upload_employment_temp_list .info_item dt,
.info_list.upload_employment_temp_list .info_item dd {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #3c3c3c;
}

.info_list.upload_employment_temp_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

@media screen and (max-width: 1023px){
  .info_list.upload_employment_temp_list .info_item .btn {
    display: inline-block;
    transform: none;
    position: static;
  }
}

@media screen and (max-width: 768px){
  .info_list.upload_employment_temp_list .info_item{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .info_list.upload_employment_temp_list .base_edit_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding:0;
  }
  .info_list.upload_employment_temp_list .base_edit_box .del.btn{
    width: 70px;
    text-align: center;
    padding: 12px 8px;
  }
}

/* manage_upload_employment_contract
------------------------------*/
.ecomanege_cont_form.upload_employment .ecomanege_cont_form_item.select_box {
  margin-bottom: 0;
}

.ecomanege_cont_form.upload_employment .ecomanege_cont_form_item:first-child {
  padding-top:0;
}

.ecomanege_cont.upload_employment .ecomanege_cont_info {
  padding: 0 0 20px 0;
}

.ecomanege_cont_form.upload_employment .ecomanege_form_list {
  margin-bottom: 30px;
}

.both_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.both_box a {
  color: #2390ed;
  text-decoration: underline;
  font-size: 1.3rem;
}

.ecomanege_cont_form_item.text_box {
  padding: 30px 0 0 0;
}

.ecomanege_cont_form_item.accordion_box {
  padding: 40px 0 0 0;
}

.accordion_ttl_box {
  width: 110px;
  cursor: pointer;
  position: relative;
}

.accordion_ttl_box.join {
  width: 165px;
}

.accordion_ttl:before,
.accordion_ttl:after {
  content: "";
  position: absolute;
  top: 44%;
  left: 4px;
  width: 15px;
  height: 2px;
  background: #707070;
}

.accordion_ttl:before {
  transform: rotate(90deg);
  transition: all .3s ease-in-out;
}

.accordion_ttl:after {
  transition: all .2s ease-in-out;
}

.accordion_ttl.is_close:before {
  transform: rotate(180deg);
}

.accordion_ttl.is_close:after {
  opacity: 0;
}

.accordion_ttl .text_join{
  color: #2390ed;
  margin-left: 30px;
}

.js-dropdown {
  display: none;
}

.ttl_input_box {
  margin: 8px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ttl_input_box .ttl_item{
  width:94px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ttl_input_box .text_input {
  width: 90%;
}

.ecomanege_cont_form_item.reminder {
  padding-bottom:30px;
}

.ecomanege_cont.upload_employment .ecomanege_cont_info.result{
  padding-bottom: 0;
}

.ecomanege_cont.upload_employment .ecomanege_cont_form.sort .info_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:2px 10px;
}

.upload_employment_list dt,
.upload_employment_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.ecomanege_cont.upload_employment .info_head_employee_number,
.upload_employment_list .info_employee_number {
  min-width: 100px;
  width: 100px;
}

.ecomanege_cont.upload_employment .info_head_basecode,
.upload_employment_list .info_basecode {
  min-width: 90px;
  width: 90px;
  justify-content: center;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.ecomanege_cont.upload_employment .info_head_name,
.upload_employment_list .info_name {
  min-width: 120px;
  width: 120px;
}

.ecomanege_cont.upload_employment .info_head_contract,
.upload_employment_list .info_contract {
  min-width: 150px;
  width: 150px;
}

.upload_employment_list .info_contract {
  padding-right: 10px;
}

.ecomanege_cont.upload_employment .info_head_contract_day,
.upload_employment_list .info_contract_day {
  min-width: 85px;
  width: 85px;
}

.ecomanege_cont.upload_employment .info_head_release_date,
.upload_employment_list .info_release_date {
  min-width: 85px;
  width: 85px;
}

.ecomanege_cont.upload_employment .info_head_reminder,
.upload_employment_list .info_reminder {
  min-width: 170px;
  width: 170px;
  justify-content: center;
}

.ecomanege_cont.upload_employment .info_head_ans_limit,
.upload_employment_list .info_ans_limit {
  min-width: 85px;
  width: 85px;
}

.ecomanege_cont.upload_employment .info_head_check_result,
.upload_employment_list .info_check_result {
  min-width: 100px;
  width: 100px;
  text-align: center;
}

.ecomanege_cont.upload_employment .info_head_check_result .sort_submit {
  text-align: center;
}

.upload_employment_list .info_check_result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ecomanege_cont.upload_employment .info_head_error_txt,
.upload_employment_list .info_error_txt {
  min-width: 150px;
  width: 150px;
}

.ecomanege_cont.upload_employment .info_head_preview,
.upload_employment_list .info_preview {
  min-width: 70px;
  width: 70px;
}

.upload_employment_list .info_preview a {
  right: initial;
}

.ecomanege_cont.upload_employment .info_head {
  margin-bottom: 10px;
}

.ecomanege_cont.upload_employment .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.ecomanege_cont_form.upload_employment_list .form_submit {
  margin-top: 20px;
}

/* match
------------------------------*/
.main .column1 .card.match .card_inr {
  max-width: 100%;
}

.pickup {
  width: 30%;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #f2913d;
  border-radius: 0px 4px 4px 0px;
  padding: 2%;
}

@media screen and (max-width: 768px) {
  .pickup {
    min-width: 95px;
    margin-top: -5%;
    position: relative;
    z-index: 10;
  }
}


.bn_pickup {
  min-width: 50%;
  width: 100%;
  background-color: #edf5f4;
  border-radius: 0px 5px 5px 0px;
}

.bn_pickup_ttl {
  width: 100%;
  background-color: #edf5f4;
  font-size: 14px;
  font-weight: bold;
  height: 100px;
  padding: 6% 2% 2% 2%;

}

.bn_pickup_dtl {
  width: 100%;
  background-color: #edf5f4;
  font-size: 13px;
  height: 150px;
  padding: 2%;
  border-radius: 0px 5px 5px 0px;
}

@media screen and (max-width: 768px) {
  .bn_pickup_ttl {
    width: 100%;
    background-color: #edf5f4;
    font-size: 14px;
    font-weight: bold;
    height: 100%;
    padding: 6% 2% 2% 2%;

  }

  .bn_pickup_dtl {
    width: 100%;
    background-color: #edf5f4;
    font-size: 13px;
    height: 100%;
    padding: 2%;
    border-radius: 0px 5px 5px 0px;
  }
}

.bn_recommend_ttl {
  width: 100%;
  background-color: #edf5f4;
  font-size: 13px;
  font-weight: bold;
  height: 20%;
  padding: 4%;
}

.bn_recommend_dtl {
  width: 100%;
  background-color: #edf5f4;
  font-size: 13px;
  height: 20%;
  padding: 4%;
}

.pickup_recommend {
  /* width: 100%; */
  right: 10%;
  bottom: 10%;
  text-align: right;
  margin-top: -3%;
  padding: 0% 1% 0% 0%;
  background-color: #ffffff;
  border-radius: 0px 0px 5px 5px;
}

.pickup_heart {
  width: 100% !important;
}

@media screen and (max-width: 768px) {
  .pickup_recommend {
    width: 100%;
    text-align: right;
    padding: 0% 2% 2% 0%;
    background-color: #edf5f4;
    border-radius: 0px 0px 5px 5px;
  }
}

.pickup_recommend_cnt {
  width: 100%;
  text-align: right;
  vertical-align: top;
  color: #ffaecd;
  background-color: #edf5f4;
  font-size: 13px;
}

.pickup_recommend_cnt img {
  width: 20px;
  height: 20px;;
  margin: 4px 0px 0px 4px;
}

.recommend {
  width: 100%;
  text-align: right;
  padding: 0% 2% 2% 0%;
  background-color: #edf5f4;
  border-radius: 0px 0px 5px 5px;
}

.recommend_cnt {
  width: 100%;
  text-align: right;
  vertical-align: top;
  color: #ffaecd;
  background-color: #edf5f4;
  font-size: 11px;
}

.recommend_cnt img {
  width: 10px;
  height: 10px;;
  margin: 4px 0px 0px 4px;
}

.bn_category {
  padding: 0;
}

.bn_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 500%;
}

.bn_category li {
  width: 25%;
  padding: 0 0.4% 0 0.5%;
}

.bn_category img {
  width: 100%;
  vertical-align: middle;
}

.bn_category {
  margin-bottom: 20px;
  display: flex;
  padding-top: 10px;
}

.bn_category_ttl {
  width: 100%;
  background-color: #edf5f4;
  font-size: 13px;
  font-weight: bold;
  padding: 4%;
}

.bn_category_dtl {
  width: 100%;
  background-color: #edf5f4;
  font-size: 13px;
  padding: 4%;
}

.category {
  width: 100%;
  text-align: right;
  vertical-align: middle;
  padding: 0% 2% 2% 0%;
  background-color: #edf5f4;
  border-radius: 0px 0px 5px 5px;
}

.bn_category_cnt {
  width: 100%;
  color: #ffaecd;
  background-color: #edf5f4;
  font-size: 11px;
}

.choice.match > a{
  color: #f2913d;
  border-bottom: 2px solid #f2913d;
}

@media screen and (max-width: 768px) {
  .bn_category_ttl {
    width: 86%;
    background-color: #edf5f4;
    font-size: 13px;
    font-weight: bold;
    height: 60px;
    padding: 4%;
    margin-left: 7%;
    text-align: left;
  }

  .bn_category_dtl {
    width: 86%;
    background-color: #edf5f4;
    font-size: 13px;
    /* height: 150px; */
    padding: 4%;
    margin-left: 7%;
    text-align: left;
  }

  .category {
    width: 86%;
    text-align: right;
    vertical-align: middle;
    padding: 0% 2% 2% 0%;
    background-color: #edf5f4;
    border-radius: 0px 0px 5px 5px;
    margin-left: 7%;
  }

  .bn_category_cnt {
    width: 86%;
    color: #ffaecd;
    background-color: #edf5f4;
    font-size: 11px;
  }
  .category_content.match {
    margin: 5px 5px;
  }
}

/* match_detail
------------------------------*/
.pickup {
  width: 30%;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #f2913d;
  border-radius: 0px 4px 4px 0px;
  padding: 2%;
}

@media screen and (max-width: 768px) {
  .pickup {
    min-width: 95px;
    margin-top: -5%;
    position: relative;
    z-index: 10;
  }
}


.bn_pickup {
  min-width: 50%;
  width: 100%;
  background-color: #edf5f4;
  border-radius: 0px 5px 5px 0px;
}

.match_detail_ttl {
  width: 10%;
  font-size: 14px;
  font-weight: bold;
  height: 5%;
  padding: 0% 0% 0% 0%;

}

.match_detail_tag {
  width: 100%;
  padding: 1% 0% 1% 0%;

}

.match_detail_tag .match_detail.tag {
  vertical-align: middle;
  background-color: #FEF4EB;
  font-size: 12px;
  padding: 0% 2% 0% 2%;
  border-radius: 4%;
}

.match_detail_bn {
  margin-top: 2%;
  border-radius: 4px 4px 4px 4px;
}

.match_detail_bn img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 4px 4px 0px 0px;
}

.match_detail_bn .bn_pickup_img {
  position: relative;
  width: 100%;
  height: 512px;
}

.match_detail_bn .bn_pickup_img .pickup {
  width: 20%;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  background-color: #f2913d;
  border-radius: 0px 4px 4px 0px;
  padding: 1% 2% 1% 2%;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .match_detail_bn .bn_pickup_img .pickup {
    width: 20%;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: #f2913d;
    border-radius: 0px 4px 4px 0px;
    padding: 1% 2% 1% 2%;
    position: absolute;
    bottom: -5%;
  }
}

.match_detail_bn .bn_pickup_dtl {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  font-size: 13px;
  padding: 2%;
  border-radius: 0px 5px 5px 0px;
}

@media screen and (max-width: 768px) {
  .match_detail_bn .bn_pickup_dtl {
    width: 100%;
    height: auto;
    background-color: #ffffff;
    font-size: 13px;
    padding: 8% 2% 2% 2%;
    border-radius: 0px 5px 5px 0px;
  }
}

.match_detail_images {
  margin: 7% 0% 3% 0%;
  text-align: center;
}

.match_detail_images > div {
    display: inline-block;
    aspect-ratio: 350 / 170;
    height: 170px;
    width: 33%;
}

.match_detail_images > div img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media screen and (max-width: 768px) {
  .match_detail_images {
    margin: 7% 0% 3% 0%;
    text-align: center;
  }

  .match_detail_images > div {
    width: 50%;
  }
}

.match_detail_list {
  width: 60%;
  background-color: #F3F7FA;
  margin: 2em 0 2em 0;
  border-radius: 5px;
}

.match_detail_list dt {
  width: 25%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .match_detail_list {
    width: 100%;
    background-color: #F3F7FA;
    margin: 5% 0% 5% 0%;
    border-radius: 5px;
  }

  .match_detail_list dt {
    width: 100%;
    font-weight: bold;
  }
}

.match_detail_tag .pickup_heart {
  width: 100% !important;
  vertical-align: middle;
}

.match_detail_tag .pickup_recommend_cnt {
  width: 100%;
  vertical-align: middle;
  color: #ffaecd;
  background-color: #ffffff;
  font-size: 12px;
  margin-left: 2%;
}

/*	kupon_board
------------------------------*/
.ecomanege_kuponkanri_table {
    max-width: 800px;
}
.ecomanege_kuponkanri_table .info_list dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.info_head_kupon_type {
    width: 70px;
    min-width: 70px;
}
.info_head_kupon_show {
    width: 80px;
    min-width: 80px;
}
.info_head_kupon_comcode {
    width: 90px;
    min-width: 90px;
}
.info_head_kupon_comname {
    width: 120px;
    min-width: 120px;
}
.info_head_kupon_title {
    width: 120px;
    min-width: 120px;
}
.info_head_kupon_showdate {
    width: 90px;
    min-width: 90px;
}
.info_head_kupon_id {
    width: 90px;
    min-width: 90px;
}
.info_head_kupon_like {
    width: 60px;
    min-width: 60px;
}
.info_head_kupon_btn {
    width: 60px;
    min-width: 60px;
}
.info_head_kupon_btn .edit-btn {
    position: static;
    display: inline;
    right: 0;
    top: 0;
    padding: 6px 13px;
    text-align:center;
    line-height: inherit;
}
/* pdf_list
------------------------------*/
.pdf_cont.pdf_list {
  max-width: 800px;
}

.pdf_cont_form.sort .info_head_issue,
.info_list.pdf_list .info_issue {
  width:110px;
}

@media screen and (max-width: 768px){
  .pdf_cont_form.sort .info_head_issue,
  .info_list.pdf_list .info_issue {
  width:100%;
  }
}

.pdf_cont_form.sort .info_head_pdf_ttl{
  width: calc(100% - 110px);
}

.info_list.pdf_list .info_pdf_ttl {
  width: calc(100% - 200px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

@media screen and (max-width: 768px){
  .info_list.pdf_list .info_pdf_ttl {
    width: 100%;
  }
}

.info_list.pdf_list .btn {
  letter-spacing: 1.5px;
}

.pdf_cont.pdf_list .info_head{
  margin-bottom: 10px;
}

.info_list.pdf_list .info_item:first-child {
  border-top: 1px solid #e8eef2;
}

.info_list.pdf_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.pdf_cont.pdf_list_box {
  margin: 0 0 20px 0;
}

/* ecomanege_ecnews_list
------------------------------*/
.large_list {
  min-width: 1023px;
}

@media screen and (max-width: 768px){
  .large_list {
    min-width: 100%;
  }
}

.inline_item {
  display: inline-block;
}

.ecomanege_cont_form_item.inline_item {
  width: 40%;
}

.ecomanege_cont_form_item.inline_item:first-child {
  margin-right: 20px;
}

.ecomanege_cont_form.ecnews_list .form_submit .btn {
  background: #777777;
}

.ecomanege_cont_form.sort.ecnews_list {
  margin-top: 20px;
}

.ecomanege_cont_formanege_cont_form.sort.ecnews_list .info_head {
  margin-bottom: 10px;
}

.ecomanege_cont_form.sort.ecnews_list .info_head_update,
.info_list.ecnews_list .info_update {
  min-width: 95px;
  width:10%;
  color: #777777;
}

.ecomanege_cont_form.sort.ecnews_list .info_head_subject,
.info_list.ecnews_list .info_subject {
  width: 23%;
  min-width: 170px;
  color: #777777;
}

.ecomanege_cont_form.sort.ecnews_list .info_head_text_main {
  width: 46%;
  min-width: 280px;
  color: #777777;
}

.select_ecnews_sort .info_head_attachment {
  min-width:205px;
  width: 21%;
  color: #777777;
}

.info_list.ecnews_list .info_update,
.info_list.ecnews_list .info_subject {
  /*-ms-flex-negative: 0;
  flex-shrink: 0;*/
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_list.ecnews_list .info_subject {
  padding: 0 15px 0 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.info_list.ecnews_list .info_attachment {
  min-width: 50px;
  width:21%;
  padding: 0 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_list.ecnews_list .info_text_main {
  min-width: 280px;
  width:45%;
  padding: 0 25px 0 0;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.info_list.ecnews_list .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_list.ecnews_list .info_item .edit.btn {
  right: 90px;
}

@media screen and (max-width: 1023px) {
  .info_list.ecnews_list .base_edit_box {
    padding: 0;
  }
}

.card.basemanege .card_inr .basemanege_cont.ecnews_list .pager_box {
  max-width: 100%;
}

/*	communication_ecnews
------------------------------*/
.main .column1 .card.communication_ecnews .card_inr {
  max-width: 100%;
}

.communication_ecnews_cont_form .info_head_update,
.communication_ecnews_cont_form .info_head_sender {
  min-width: 90px;
  width: 10%;
}

.communication_ecnews_cont_form .info_head_subject {
  min-width: 120px;
  width: 25%;
}

.communication_ecnews_cont_form .info_head_text_main {
  /*width: calc(100% - 380px);*/
  min-width: 100px;
  width:65%;
}

.info_list.communication_ecnews .info_update {
  min-width: 95px;
  width: 10%;
  /*-ms-flex-negative: 0;
  flex-shrink: 0;*/
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.info_list.communication_ecnews .info_subject {
  /*width: 190px;*/
  min-width: 120px;
  width: 25%;
}

.info_subject.hidden_text.pc {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .info_subject.hidden_text.pc {
    display: none !important;
  }
}

.info_list.communication_ecnews .info_text_main {
  /*width: calc(100% - 380px);*/
  min-width: 100px;
  width:65%;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}

.info_list.communication_ecnews .info_item:last-child {
  border-bottom: 1px solid #e8eef2;
}

.info_item.is_unread .info_subject::before {
  background: #59c5d9;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.communication_ecnews .info_item.is_unread .info_subject::before {
  background: #f28178;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.communication_ecnews .info_item.is_unread .info_cont::before {
  background: #f28178;
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.communication_ecnews_cont_form .info_head {
  margin-bottom: 10px;
}

.info_list.communication_ecnews {
  margin: 0 0 20px 0;
}

.read_page_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 768px){
  .communication_ecnews_cont .read_page_box {
    display: block;
  }
  .communication_ecnews_cont .read_page_box .form_submit {
    text-align: left;
    width: 50%;
  }
}

.read_page_box .form_submit .btn {
  background: #777;
}

@media screen and (max-width: 768px){
  .communication_ecnews_info {
    margin: 0 0 14px 0;
  }
  .info_list.communication_ecnews .info_text_main.hidden_text {
    display: none;
  }
  .info_list.communication_ecnews .info_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .info_list.communication_ecnews .info_subject {
    -ms-flex-order:1;
    order: 1;
    width: 100%;
  }
  .info_list.communication_ecnews .info_update {
    -ms-flex-order:2;
    order: 2;
    width: 100%;
  }
  .info_list.communication_ecnews .info_sender {
    -ms-flex-order:3;
    order: 3;
    width: 100%;
  }
  .info_list.communication_ecnews .info_subject.sp {
    display: flex !important;
  }
}

/*	ヘルプページ
------------------------------*/
.help_body .main {
  margin-top: 20px;
}

.help_body .card_ttl_cont {
  height: 200px;
  background: url(../img/mv_help_dammry.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 768px){
  .help_body .card_ttl_cont {
    height: 100px;
    background: url(../img/mv_help_dammry.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 8px 8px 0 0;
  }
}

.help_body h2 {
  display: inline-block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  letter-spacing: 0.05em;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 2;
}

.help_body h2 > span{
  font-size: 4.0rem;
  font-weight: 700;
  color: #FFF;
  display: block;
}

.help_body h2 > span:last-child{
  font-size: 2.0rem;
  font-weight: 700;
  color: #FFF;
  display: block;
}

.help_cont_menu.pick_menu {
  padding: 10px 0 38px 0;
  display: flex;
  justify-content: center;
}

.pick_menu_box {
  height: 14vw;
  max-height: 140px;
  background: #2390ed;
  width: 40%;
  max-width: 400px;
  border-radius: 8px;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.pick_menu_box:first-child{
  margin-right: 2%;
}

.pick_menu_link {
  display: block;
  height: 140px;
}

.pick_menu_link > span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.3;
}

.pick_menu_box:hover {
    opacity: 0.6;
}

.help_nav_btn_icon {
  display: block;
  margin: 0 auto;
  width: 40px;
  padding: 28px 0 16px 0;
}

.pick_menu_box:nth-of-type(2) .help_nav_btn_icon{
  width: 62px;
}

.column1 > .card .card_inr.help_page_box {
  max-width: 100%;
  width: 100%;
}

.help_cont_menu.list_menu {
  display: flex;
  justify-content: center;
  margin-bottom: 180px;
  font-size:1.6rem;
}

.list_menu_ul {
  width: 80%;
  max-width: 800px;
}

.help_list {
  padding-bottom: 28px;
}

.help_list > ul {
  display: flex;
}

.help_list_menu {
  width: 50%;
  font-weight: 700;
}

.help_list > ul > .help_list_menu:nth-child(1) {
  padding-left: 5%;
}

.help_list > ul > .help_list_menu:nth-child(2) {
  padding-left: 8%;
}

.help_list_menu_inr::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
}

.help_home::before {
  background: url(../img/ic_menu_home.svg) no-repeat #2390ed;
  background-position: center;
  background-size: 50%;
}

.help_contract::before {
  background: url(../img/help_contract.svg) no-repeat #6AC36A;
  background-position: center;
  background-size: 50%;
}

.help_employee::before {
  background: url(../img/help_employee.svg) no-repeat #59C5D9;
  background-position: center;
  background-size: 70%;
}

.help_salary::before {
  background: url(../img/help_salary.svg) no-repeat #f28178;
  background-position: center;
  background-size: 64%;
}

.help_pdf::before {
  background: url(../img/help_pdf.svg) no-repeat #02A789;
  background-position: center;
  background-size: 50%;
}

.help_basemanege::before {
  background: url(../img/help_basemanege.svg) no-repeat #7659D9;
  background-position: center;
  background-size: 70%;
}

.help_matching::before {
  background: url(../img/help_matching.svg) no-repeat #F2913D;
  background-position: center;
  background-size: 70%;
}

.help_combord::before {
  background: url(../img/help_combord.svg) no-repeat #59C5D9;
  background-position: center;
  background-size: 70%;
}

.help_ecnews::before {
  background: url(../img/help_ecnews.svg) no-repeat #F3BF5E;
  background-position: center;
  background-size: 70%;
}

.help_list_menu > a:hover {
  opacity: 0.6;
}

.help_tempbox {
  padding:0 18px;
}

.help_title {
  font-size: 2.0rem;
  font-weight: 700;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.help_title_box {
  padding-bottom: 30px;
}

.help_temp_cont .help_title_box {
  padding-bottom: 16px;
  font-weight: 700;
  font-size: 1.6rem;
}

.help_title_inr {
  font-weight: 700;
  font-size: 1.6rem;
}

.help_heading_box {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background-color: #EDEEFA;
  width: 40%;
  max-width: 400px;
  line-height: 2;
  text-decoration-line: underline;
}

.salary .help_heading_box {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background-color: #EDEEFA;
  width: 60%;
  max-width: 600px;
  line-height: 2;
  text-decoration-line: underline;
}

.contract .help_heading_box {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background-color: #EDEEFA;
  width: 50%;
  max-width: 600px;
  line-height: 2;
  text-decoration-line: underline;
}

.combord .help_heading_box {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background-color: #EDEEFA;
  width: 55%;
  max-width: 600px;
  line-height: 2;
  text-decoration-line: underline;
}

.contract_pdf .help_heading_box {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background-color: #EDEEFA;
  width: 45%;
  max-width: 600px;
  line-height: 2;
  text-decoration-line: underline;
}

.ecnews .help_heading_box {
  margin-top: 10px;
  padding: 20px 20px 20px 40px;
  background-color: #EDEEFA;
  width: 45%;
  max-width: 600px;
  line-height: 2;
  text-decoration-line: underline;
}
.help_temp_img {
  padding: 18px 18px 18px 8px;
  width: 60%;
  max-width: 600px;
  height: auto;
}

.help_title::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 34px;
  vertical-align: middle;
  margin-right: 14px;
  border-radius: 50%;
}

.help_temp_text_detail1 {
  padding-left: 13px
}

.help_temp_text_detail2 {
  padding-left: 26px
}

.help_temp_text_detail3 {
  padding-left: 39px
}

.help_all_tempbox {
  width: 60%;
  margin: auto;
}

.help_contract_all_tempbox {
  width: 65%;
  margin: auto;
}

.help_tempbox {
  padding-bottom: 100px;
}

.help_caution_text {
    background-color: #ffdab9;
    color: red;
    width: 100%;
    max-height: 600px;
    padding: 10px;
}

.qa_acd_dowm {
  padding-bottom: 20px;
}

.qa_breakdown_ttl {
  padding: 10px 14px 10px 10px;
  margin-left: 40px;
  width: calc(100% - 40px);
  height: 100%;
  display: inline-block;
  font-weight: 700;
  background-color: white;
  box-sizing: border-box;
}

.qa_breakdown_ttl:after {
  content: "";
  position: absolute;
  top: 48%;
  left: 10px;
  width: 15px;
  height: 2px;
  background: #fff;
  transition: all .2s ease-in-out;
}

.qa_breakdown_ttl:before {
  content: "";
  position: absolute;
  top: 48%;
  left: 10px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: #fff;
  transition: all .3s ease-in-out;
}

.is_close>.qa_breakdown_ttl:before {
  transform: rotate(180deg);
}

.qa_item {
  border-top: 1px solid #2390ed;
  border-right: 1px solid #2390ed;
  border-left: 1px solid #2390ed;
  position: relative;
  font-size: 1.6rem;
  background-color: #2390ed;
}

.qa_item:last-child {
  border-bottom: 1px solid #2390ed;
}

.help_tempbox.qa_common .help_temp_cont_inr {
  width: 80%;
  margin: 0 auto;
}

.help_tempbox.qa_common .other_list {
  width: 100%;
  background-color: #2390ed;
}

.help_tempbox.qa_common .other_list .qa_item{
  border-top: none;
  padding: 10px 14px 10px 10px;
  height: 100%;
  display: inline-block;
  font-weight: 700;
  background-color: white;
  margin-left: 40px;
  width: calc(100% - 40px);
}

/*見出しリンク*/
#help-home-1,#help-home-2,#help-home-3,#help-home-4,
#help-salary-1,#help-salary-2,#help-salary-3,#help-salary-4,
#help-contract-1,#help-contract-2,#help-contract-3,#help-contract-4,#help-contract-5,#help-contract-6,
#help-pdf-1,#help-pdf-2,#help-pdf-3,#help-pdf-4,
#help-combord-1,#help-combord-2,#help-combord-3,
#help-ecnews-1,
#help-matching-1,
#help-employee-1,#help-employee-2,#help-employee-3,
#help-basemanege_new-1,#help-basemanege_new-2,
#help-basemanege_update-1 {
  padding-top: 30px;
}

/*テンプレートアイコン設定*/
.help_home_title::before {
  background: url(../img/ic_menu_home.svg) no-repeat #2390ed;
  background-position: center;
  background-size: 50%;
}

.help_contract_title::before {
  background: url(../img/help_contract.svg) no-repeat #6AC36A;
  background-position: center;
  background-size: 60%;
}

.help_employee_title::before {
  background: url(../img/help_employee.svg) no-repeat #59C5D9;
  background-position: center;
  background-size: 70%;
}

.help_salary_title::before {
  background: url(../img/help_salary.svg) no-repeat #f28178;
  background-position: center;
  background-size: 70%;
}

.help_common_qestion_title::before {
  background: url(../img/help_common_qestion.svg) no-repeat #2390ed;
  background-position: center;
  background-size: 70%;
}

.help_basemanege_title::before {
  background: url(../img/help_basemanege.svg) no-repeat #7659d9;
  background-position: center;
  background-size: 70%;
}

.help_combord_title::before {
  background: url(../img/help_combord.svg) no-repeat #59c5d9;
  background-position: center;
  background-size: 70%;
}

.help_pdf_title::before {
  background: url(../img/help_pdf.svg) no-repeat #02a789;
  background-position: center;
  background-size: 70%;
}

.help_matching_title::before {
  background: url(../img/help_matching.svg) no-repeat #f2913d;
  background-position: center;
  background-size: 70%;
}

.help_ecnews_title::before {
  background: url(../img/help_ecnews.svg) no-repeat #F3BF5E;
  background-position: center;
  background-size: 70%;
}

@media screen and (max-width: 768px){
  .help_body .wrap .cont .main {
    margin-top: 20px;
  }

  .help_body h2 > span{
    font-size: 2.0rem;
    font-weight: 700;
    color: #FFF;
    display: block;
  }

  .help_body h2 > span:last-child{
    font-size: 2.0rem;
    font-weight: 700;
    color: #FFF;
    display: block;
  }

  .help_list {
    padding-bottom: 0px;
  }

  .help_list > ul {
    display: block;
  }

  .help_list > ul > .help_list_menu:nth-child(1) {
    padding-left: 0%;
    padding-bottom: 5%;
  }

  .help_list > ul > .help_list_menu:nth-child(2) {
    padding-left: 0%;
    padding-bottom: 5%;
  }

  .help_list_menu {
    width: 100%;
    font-weight: 700;
  }

  .help_cont_menu.pick_menu {
    padding: 10px 0 38px 0;
    display: block;
    justify-content: center;
  }

  .pick_menu_box {
    height: 10vw;
    width: 100%;
    max-width: 400px;
  }
  .help_nav_btn_icon {
    padding: 4% 0 3% 0;
  }
  .help_heading_box {
    width: 100%;
  }
  .help_tempbox.qa_common .help_temp_cont_inr {
    width: 100%;
  }

  .pick_menu_link {
    display: block;
    height: 10vw;
    margin-top: 10px;
  }

  .pick_menu_link > span {
    display: block;
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 2;
  }

  .help_cont_menu.list_menu {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
    font-size:1.4rem;
  }

  .list_menu_ul {
    width: 100%;
    max-width: 800px;
  }

  .help_all_tempbox {
    width: 100%;
    margin: auto;
  }

  .help_contract_all_tempbox {
    width: 100%;
    margin: auto;
  }

  .help_title {
    font-size: 1.4rem;
    font-weight: 700;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .help_title_box {
    padding-bottom: 30px;
  }

  .help_temp_cont .help_title_box {
    padding-bottom: 16px;
    font-weight: 700;
    font-size: 1.4rem;
  }

  .help_title_inr {
    font-weight: 700;
    font-size: 1.4rem;
  }

  .help_tempbox {
    padding: 0 0 40px 0;
  }

  .help_heading_box,
  .salary .help_heading_box,
  .contract .help_heading_box,
  .combord .help_heading_box,
  .contract_pdf .help_heading_box,
  .ecnews .help_heading_box {
    margin-top: 10px;
    padding: 10px 10px 10px 10px;
    background-color: #EDEEFA;
    width: 100%;
    max-width: 400px;
    line-height: 2;
    text-decoration-line: underline;
  }

  .help_temp_img {
    padding: 8px 0px 8px 0px;
    width: 100%;
    max-width: 600px;
    height: auto;
  }

  .qa_item {
    font-size: 1.4rem;
  }

}


/* jsアクティブボタン
------------------------------*/
.js-config-file.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

.js-config-day.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

.js-config-re.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

/* jsカレンダー
------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
  background: #fff !important;
  border:none !important;
  text-align: center;
  border-radius: 14px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #ecf4fc !important;
  color: #777620;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff !important;
  font-weight: normal;
  color: #ffffff !important;
}

.ui-datepicker td {
  padding: 7px !important;
}

.ui-datepicker-week-end{
  color:blue;
}
.ui-datepicker-week-end:last-child{
  color:red;
}

.ui-datepicker-header {
  background: #fff !important;
  border: none !important;
}

.ui-datepicker .ui-datepicker-title {
  border: 1px solid #ddd;
  border-radius: 4px;
}

.ui-datepicker {
  width: 22em !important;
}

.ui-widget.ui-widget-content {
  padding: 14px;
  z-index: 15 !important;
}

.ui-widget-header .ui-icon {
  background: url(../img/arrow_gy.svg) no-repeat !important;
}

.ui-icon {
  width: 18px !important;
  height: 26px !important;
}

.ui-datepicker .ui-datepicker-title{
  margin: 0 3.5em !important;
}

.ui-icon.ui-icon-circle-triangle-w {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -12px !important;
}

.ui-state-hover,
.ui-datepicker-prev-hover {
  opacity: 0.6;
  background: #fff !important;
  border: none !important;
}

/*	年月カレンダーのIE対応*/
@media all and (-ms-high-contrast: none) {
  .ui-datepicker-cover {
    display:none;
  }
}

.archives {
  display: none;
}

.show {
  display: block;
}

/* クーポン管理 */
.kupon_henshu .separate {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.kupon_henshu .separate input.btn.preview,
.kupon_henshu .separate input.btn.apply {
  padding: 15px 0;
  width: 240px;
  text-align: center;
  letter-spacing: 0.15em;
  font-size: 1.6rem;
  font-weight: 300;
}

.kupon_henshu .kupon_config {
  margin-top: 1em;
  display: none;

}

.kupon_henshu .kupon_config.show {
  display: block;
}

.kupon_henshu .kupon_config.qr.ecomanege_cont_form_item {
  padding-top: 0;
}


#kupon_config_area {
    display: none;
}

#kupon_config_area.show {
    display: list-item;
}

#kupon_delete {
    color: #2390ed;
    font-size: 1.2em;
}

#kupon_delete:hover {
    opacity: 0.7;
}

#delete_modal_container {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    transition: .3s;
    box-sizing: border-box;
    overflow: auto;
    z-index: 999;
    padding: 10%;
}

#delete_modal_container.open {
    visibility: visible;
    opacity: 1;
}

#delete_modal {
    max-width: 512px;
    margin: 0 auto;
    height: auto;
    padding: 2em;
}

#delete_modal p {
    color: red;
}

#delete_modal .buttons {
    margin-top: 1em;
    text-align: right;
}

#delete_modal .buttons #cancelBtn {
    background: #777777;
    margin-right: 1em;
}

#delete_modal .buttons .btn {
    padding: 1em 2em;
}


/* 会社検索モーダル用追加CSS */
.common_kaisha_kensaku {
  max-width: 480px;
  height: auto;
  padding: 1em;
}
.common_kaisha_kensaku .comsearch_form_list li {
    margin-bottom: 2em;
}
.common_kaisha_kensaku .card_ttl_cont {
  display:flex;
  justify-content: space-between;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}
.common_kaisha_kensaku .card_ttl_cont a {
  font-weight: bold;
  font-size: 1.2em;
}
.common_kaisha_kensaku .cont_form_right {
  display: block;
  height: auto;
  text-align: right;
  width: 100%;
}
.common_kaisha_kensaku .cont_form_right .btn {
  display: inline-block;
  position: static;
  width: 30%;
}
.common_kaisha_kensaku .cont_form_right .btn.search {
  background: #777777;
}
.common_kaisha_kensaku .cont_form_left {
  display: block;
  width: 100%;
  margin-bottom: 2em;
}
.common_kaisha_kensaku_table {
  margin: 2em 0;
}
.common_kaisha_kensaku_table .info_list dd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.common_kaisha_kensaku .info_head_check {
  width: 60px;
}

.common_kaisha_kensaku_table .info_head_check.checkbox input[type="checkbox"]+label::before {
  margin-top: 2px;
}
.common_kaisha_kensaku_table .info_head_check.checkbox input[type="checkbox"]+label::after {
  margin-top: 6px;
}
#kaisha_kensaku_container {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 50%);
  transition: .3s;
  box-sizing: border-box;
  overflow: auto;
  z-index: 999;
  padding: 10%;
}

#kaisha_kensaku_container.open {
  visibility: visible;
  opacity: 1;
}

#common_kaisha_kensaku {
  margin: 0 auto;
  height: auto;
}

.js-koukai.btn.is_active,
.js-shubetu.btn.is_active {
  background: #2390ed;
  color: #fff;
  border: 1px solid #2390ed;
  box-sizing: border-box;
}

/*	menu.css　読み込み
------------------------------*/

/*	header.css読み込み
------------------------------*/

/*	common.css読み込み
------------------------------*/

