@charset "UTF-8";

/* ===================================================================
CSS information

 file name  : page.css
s style info : コンテンツレイアウトまとめ
=================================================================== */

h1#ko {
  background: #fff url("/images/ic_ko.png") 20px center no-repeat;
}

h1#ei {
  background: #fff url("/images/ic_ei.png") 20px center no-repeat;
}

h1#pr {
  background: #fff url("/images/ic_pr.png") 20px center no-repeat;
}

h1#sa {
  background: #fff url("/images/ic_sa.png") 20px center no-repeat;
}

h1#ma {
  background: #fff url("/images/ic_ma.png") 20px center no-repeat;
}

h1#ad {
  background: #fff url("/images/ic_ad.png") 20px center no-repeat;
}

input[type="text"],
select {
  padding: 5px;
}

input[type="text"].w10,
select.w10 {
  width: 10%;
}

input[type="text"].w15,
select.w15 {
  width: 15%;
}

input[type="text"].w20,
select.w20 {
  width: 20%;
}

input[type="text"].w30,
select.w30 {
  width: 30%;
}

input[type="text"].w40,
select.w40 {
  width: 40%;
}

input[type="text"].w45,
select.w45 {
  width: 45%;
}

input[type="text"].w50,
select.w50 {
  width: 50%;
}

input[type="text"].w60,
select.w60 {
  width: 60%;
}

input[type="text"].w70,
select.w70 {
  width: 70%;
}

input[type="text"].w80,
select.w80 {
  width: 80%;
}

input[type="text"].w85,
select.w85 {
  width: 85%;
}

input[type="text"].yuubin,
select.yuubin {
  margin-bottom: 5px;
}

input[type="text"].code_1,
select.code_1 {
  width: 60px;
  text-align: center;
}

input[type="text"].code_2,
select.code_2 {
  width: 35px;
  text-align: center;
}

textarea.wide {
  width: 100%;
  height: 300px;
}

textarea.bikou {
  width: 100%;
  height: 100px;
}

input[type="radio"].radio-plain,
  select.radio-plain {
  position: relative;
  top: 2px;
}

input[type="checkbox"].checkbox-plain,
  select.checkbox-plain {
  position: relative;
  top: 2px;
}

input[type="password"].pw-w50,
select.pw-w50 {
  width: 50%;
}
/* -----------------------------------------------------------
  #btn_add
----------------------------------------------------------- */

#btn_add {
  width: 300px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 1;
}

/* -----------------------------------------------------------
  con_btn
  決定、削除、戻るボタン
----------------------------------------------------------- */

.con_btn {
  clear: both;
  margin-bottom: 50px;
}

.con_btn p {
  width: 50%;
  margin: 0 auto 15px;
}

.con_btn button {
  width: 100%;
  margin: 0 auto 15px;
}

.con_btn p.btn_a a,
.con_btn button.btn_a,
.con_btn p.btn_blue a,
.con_btn button.btn_blue {
  padding: 20px 0;
  font-size: 1.4em;
}

/* -----------------------------------------------------------
	con_serch
----------------------------------------------------------- */

.con_serch {
  float: left;
  width: 20%;
  border-right: 1px solid #ccc;
  position: relative;
  padding-top: 15px;
  padding-bottom: 150px;
  position: relative;
}

.con_serch .box_form {
  padding: 0 15px;
}

.con_serch .box_form li {
  margin-bottom: 15px;
}

.con_serch .box_form li p {
  margin-bottom: 10px;
  font-size: 1.1em;
}

.con_serch .box_form li select {
  width: 100%;
  padding: 5px;
}

.con_serch .box_form li label {
  margin-right: 10px;
  display: inline-block;
  cursor: pointer;
  vertical-align: top;
}

.con_serch .con_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  margin-bottom: 0;
  background: #e6e5e4;
  border-top: 1px solid #ccc;
}

.con_serch .con_btn p {
  width: auto;
  margin-bottom: 5px;
}

.con_serch .con_btn button {
  margin-bottom: 5px;
}

.con_serch .con_btn .btn_blue a,
.con_serch .con_btn button.btn_blue {
  padding: 15px 0;
}

.con_serch #btn_close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
  color: #fff;
  background: #669933;
  font-size: 1.2em;
  line-height: 1;
  padding: 5px 7px;
  -moz-border-radius: 0 0 0 7px;
  -webkit-border-radius: 0;
  border-radius: 0 0 0 7px;
}

.con_serch .con_btn_sub {
  display: flex;
  flex-direction: row;
  margin-top: 10px;
}

.con_serch .con_btn_sub .btn_d {
  width: 30%;
  margin-right: 10px;
}

.con_serch .con_btn_sub .btn_d a,
.con_serch .con_btn_sub button.btn_d {
  font-size: .8em;
}

/* -----------------------------------------------------------
  con_result
----------------------------------------------------------- */

.con_result {
  background: #fff;
  float: right;
  width: 80%;
  padding: 15px 15px 60px;
}

.con_result .txt_count {
  float: left;
  margin-bottom: 15px;
}

.con_result .txt_count li {
  display: inline;
  margin-right: 10px;
}

.con_result .box_sort {
  float: right;
  margin-bottom: 15px;
  text-align: right;
}

.con_result .box_sort select {
  padding: 5px;
}

.con_result .inner {
  clear: both;
  width: 100%;
  max-height: 600px;
  overflow: auto;
}

.con_result .inner.mail_list {
  max-height: 200px;
  margin-bottom: 30px;
}

.con_result .inner.mail_list table {
  width: 100%;
}

.con_result .inner.mail_list table tr th {
  position: sticky;
  top:0;
}

.con_result .inner.mail_list table tr td {
  padding: 2px;
}

.con_result .inner.mail_preview {
  margin-bottom: 0;
  padding-bottom: 30px;
}

.con_result .inner.mail_preview .box_date {
  margin-bottom: 15px;
}

.con_result .inner.mail_preview .box_date dl.subject dd {
  font-weight: bold;
  color: #154b08;
}

.con_result .inner.mail_preview .box_date dl dt,
.con_result .inner.mail_preview .box_date dl dd {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1em;
}

.con_result .inner.mail_preview .box_date dl dt {
  width: 80px;
  font-weight: bold;
}

.con_result .inner.mail_preview .box_date dl dd:before {
  content: "：";
}

.con_result .inner.mail_preview .box_text {
  border: 1px solid #ccc;
  font-size: 1.1em;
  max-height: 150px;
  padding: 10px;
  overflow: auto;
}

.con_result .inner table {
  width: 1400px;
}

.con_result .inner table tr.busho td {
  background: #EFF2EB;
}

.con_result .inner table tr td {
  white-space: nowrap;
}

.con_result .inner table tr td input[type="button"] {
  width: 100%;
}

.con_result .inner table tr td span {
  display: block;
  font-size: .9em;
}

.con_result.widelayout {
  float: none;
  width: 100%;
}

.con_result.widelayout .txt_count {
  margin-left: 30px;
}

.con_result.widelayout .inner table {
  width: 100%;
}

.con_result .total_price {
  clear: both;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 10px;
}

.con_result .total_price li {
  margin-right: 10px;
  width: 15%;
}

.con_result .total_price li input {
  text-align: right;
}

.con_result .total_price li.label {
  width: auto;
}

/* -----------------------------------------------------------
  btn_open
----------------------------------------------------------- */

#btn_open {
  display: none;
  cursor: pointer;
  position: absolute;
  top: 65px;
  left: 0;
  color: #fff;
  background: #669933;
  font-size: 1.2em;
  line-height: 1;
  padding: 5px 7px;
  -moz-border-radius: 0 0 7px 0;
  -webkit-border-radius: 0;
  border-radius: 0 0 7px 0;
}

/* -----------------------------------------------------------
  side
----------------------------------------------------------- */

#side {
  float: left;
  width: 20%;
}

#side ul {
  width: 100%;
}

#side ul li {
  border-bottom: 1px solid #ccc;
}

#side ul li a {
  display: block;
  line-height: 1;
  padding: 15px 10px 15px 20px;
  font-size: 1.2em;
  color: #333333;
  text-decoration: none;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -moz-linear-gradient(#ffffff, #e5e5e5);
  background: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background: linear-gradient(#ffffff, #e5e5e5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5');
}

#side ul li a:after {
  content: "\f105";
  font-family: 'FontAwesome';
  float: right;
}

#side ul li a:hover {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #e5e5e5), color-stop(100%, #ffffff));
  background: -moz-linear-gradient(#e5e5e5, #ffffff);
  background: -webkit-linear-gradient(#e5e5e5, #ffffff);
  background: linear-gradient(#e5e5e5, #ffffff);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFE5E5E5', endColorstr='#FFFFFFFF');
}

/* -----------------------------------------------------------
  main
----------------------------------------------------------- */

#main {
  float: right;
  width: 80%;
  padding: 15px 15px 80px;
  border-left: 1px solid #ccc;
  background: #fff;
}

.btn_hide_open,
.btn_hide_close {
  font-size: 1.4em;
  font-weight: bold;
  cursor: pointer;
}

.btn_hide_open:before,
.btn_hide_close:before {
  font-family: 'FontAwesome';
  margin-right: 10px;
}

.btn_hide_open:hover,
.btn_hide_close:hover {
  color: #154b08;
}

.btn_hide_open {
  margin-bottom: 50px;
}

.btn_hide_open:before {
  content: "\f0fe";
}

.btn_hide_close:before {
  content: "\f146";
}

/* -----------------------------------------------------------
  txt_notice
----------------------------------------------------------- */

.txt_notice {
  margin-bottom: 15px;
  padding: 10px;
  border: 2px solid #669933;
  font-weight: bold;
  font-size: 1.1em;
  background: #fff;
}

/* -----------------------------------------------------------
  .txt_date
----------------------------------------------------------- */

.txt_date {
  text-align: right;
  margin-bottom: 15px;
  padding: 0 15px;
}

.txt_date li {
  display: inline-block;
  margin-left: 20px;
  font-size: .9em;
}

/* -----------------------------------------------------------
  box_regist
----------------------------------------------------------- */

.box_regist {
  margin-bottom: 50px;
}

.box_regist.hidden {
  display: none;
}

.box_regist h2,
.box_regist h3,
.box_regist h4 {
  margin-bottom: 30px;
}

.box_regist dl {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e6e5e4;
  width: 100%;
  letter-spacing: -5px;
}

.box_regist dl dt,
.box_regist dl dd {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  line-height: inherit;
}

.box_regist dl dt {
  width: 20%;
  font-size: 1.1em;
  padding-left: 10px;
  font-weight: normal;
}

.box_regist dl dd {
  width: 80%;
}

.box_regist dl dd input[type="text"] {
  font-size: 100%;
}

.box_regist dl dd input[type="text"].w10 {
  width: 10%;
}

.box_regist dl dd input[type="text"].w20 {
  width: 20%;
}

.box_regist dl dd input[type="text"].w30 {
  width: 30%;
}

.box_regist dl dd input[type="text"].w40 {
  width: 40%;
}

.box_regist dl dd input[type="text"].w50 {
  width: 50%;
}

.box_regist dl dd input[type="text"].w60 {
  width: 60%;
}

.box_regist dl dd label {
  margin-right: 10px;
  cursor: pointer;
}

.box_regist dl dd .yen {
  text-align: right;
}

.box_regist dl dd .btn_yu {
  display: inline-block;
  margin-bottom: 5px;
}

.box_regist dl dd .btn_yu1 {
  display: inline-block;
  margin-bottom: 5px;
}
.box_regist dl dd textarea {
  min-height: 160px;
}

.box_regist dl dd ul li {
  float: left;
  margin-right: 10px;
}

.box_regist dl dd .sub {
  display: block;
  color: #d31c00;
  padding-top: 10px;
  clear: both;
}

.box_regist dl dd .inline {
  display: flex;
}

.box_regist dl dd .inline select{
  margin-right: 5px;
}

.box_regist.wide {
  clear: both;
  width: 100%;
  margin-left: 0;
  margin-bottom: 30px;
  float: none;
}

.box_regist.wide.mb_n {
  margin-bottom: 0;
}

.box_regist.middle {
  width: 66%;
}

.box_regist.middle dl dt {
  width: 20%;
}

.box_regist.middle dl dd {
  width: 80%;
}

.box_regist.middle dl dd textarea {
  height: 110px;
}

.box_regist.scroll .inner {
  clear: both;
  width: 100%;
  max-height: 600px;
  overflow: auto;
}

.box_regist.scroll .inner table {
  width: 1400px;
}

/* -----------------------------------------------------------
  box_sublist
----------------------------------------------------------- */

.box_sublist {
  margin-bottom: 50px;
}

.box_sublist h3 {
  margin-bottom: 20px;
}

.box_sublist .chk {
  float: left;
  line-height: 2.4;
}

.box_sublist .chk label {
  display: inline-block;
  cursor: pointer;
}

.box_sublist .nav_sub {
  float: right;
  text-align: right;
  margin-bottom: 10px;
}

.box_sublist .nav_sub li {
  display: inline-block;
  vertical-align: top;
}

.box_sublist .txt_count {
  float: left;
  line-height: 2.4;
}

.box_sublist table {
  clear: both;
}

.box_sublist table tr td input[type=button] {
  width: 100%;
}

/* -----------------------------------------------------------
  box_filelist
  ※プロジェクト管理専用
----------------------------------------------------------- */

.box_filelist {
  margin-bottom: 50px;
}

.box_filelist h3 {
  margin-bottom: 20px;
}

.box_filelist h4 {
  margin-bottom: 15px;
}

.box_filelist p {
  text-align: right;
  margin-bottom: 15px;
  overflow: hidden;
}

.box_filelist .filesearch {
  width: 78%;
  float: left;
}

.box_filelist .name_file,
.box_filelist .name_ext {
  width: 49%;
  text-align: left;
}

.box_filelist .name_file {
  float: left;
}

.box_filelist .name_ext {
  float: right;
}

.box_filelist .btn_search {
  width: 20%;
  float: right;
}

.box_filelist .btn_search div {
  padding: 7px 10px;
}

.box_filelist .btn_search div i {
  margin-right: 5px;
}

.box_filelist .box_list {
  clear: both;
  border: 1px solid #ccc;
  padding: 10px;
  min-height: 200px;
  margin-bottom: 15px;
}

.box_filelist .btn_back {
  float: left;
  margin-right: 10px;
}

.box_filelist .btn_copy {
  float: left;
}

.box_filelist .btn_delete {
  float: right;
}

.box_filelist .btn_copy i,
.box_filelist .btn_delete i {
  margin-right: 5px;
}

/* -----------------------------------------------------------
  con_add_search
  ※メール管理専用
----------------------------------------------------------- */

.con_add_search {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.con_add_search .box_form {
  overflow: hidden;
  float: left;
  width: 1190px;
}

.con_add_search .box_form li {
  float: left;
  margin-right: 20px;
  margin-bottom: 5px;
}

.con_add_search .box_form li p {
  display: inline-block;
  vertical-align: middle;
}

.con_add_search .box_form li input {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}

.con_add_search .box_btn {
  float: right;
  overflow: hidden;
}

.con_add_search .box_btn p {
  float: left;
  margin-right: 10px;
}

/* -----------------------------------------------------------
  con_add_list
  ※メール管理専用
----------------------------------------------------------- */

.con_add_list {
  float: left;
  width: 60%;
  padding: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.con_add_list .box_sort {
  font-size: 1.1em;
  margin-bottom: 15px;
  margin-right: 15px;
  float: left;
}

.con_add_list .box_sort select {
  padding: 2px;
}

.con_add_list .chk_all {
  float: left;
  font-size: 1.1em;
  margin-bottom: 15px;
  line-height: 15px;
  width: 80px;
}

.con_add_list .chk_all label {
  display: inline-block;
  cursor: pointer;
}

.con_add_list .txt_count {
  float: left;
  line-height: 15px;
}

.con_add_list .txt_count li {
  display: inline;
  margin-right: 10px;
}

.con_add_list .box_address {
  clear: both;
  overflow: auto;
  max-height: 400px;
}

.con_add_list .box_address table tr th {
  text-align: center;
  position: sticky;
  top:0;
}

.con_add_list .box_address table tr th.chk {
  width: 60px;
}

.con_add_list .box_address table tr td {
  padding: 5px;
  overflow: hidden;
}

.con_add_list .box_address table tr td label {
  display: block;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.con_add_list .box_address table tr td .email {
  font-size: .8em;
  color: #999999;
}

.con_add_list .box_address table tr td .addkn {
  font-size: .8em;
}

.con_add_list .box_address table tr td .email:before {
  content: "\f0e0";
  font-family: 'FontAwesome';
  margin-right: 5px;
}

/* -----------------------------------------------------------
  con_mail_regest
  ※メール管理専用
----------------------------------------------------------- */

.con_mail_regest {
  float: left;
  width: 40%;
  padding: 15px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}

.con_mail_regest h3,
.con_mail_regest .subject {
  margin-bottom: 15px;
}

.con_mail_regest .mail_type {
  overflow: hidden;
  margin-bottom: 10px;
}

.con_mail_regest .mail_type li {
  float: left;
  margin-right: 20px;
}

.con_mail_regest .mail_type li label {
  display: inline-block;
  cursor: pointer;
}

.con_mail_regest textarea {
  height: 280px;
  overflow: auto;
}

/* -----------------------------------------------------------
  con_admin
  ※管理メニュー
----------------------------------------------------------- */

.con_admin {
  padding: 15px;
  min-height: 600px;
}

.con_admin .box_menu {
  margin-bottom: 50px;
  overflow: hidden;
}

.con_admin .box_menu h2 {
  margin-bottom: 20px;
}

.con_admin .box_menu ul li {
  overflow: hidden;
  margin-bottom: 10px;
}

.con_admin .box_menu ul li:last-child {
  margin-bottom: 0;
}

.con_admin .box_menu ul li .btn_d,
.con_admin .box_menu ul li .btn_blue,
.con_admin .box_menu ul li .txt {
  float: left;
}

.con_admin .box_menu ul li .btn_d,
.con_admin .box_menu ul li .btn_blue {
  width: 15%;
}

.con_admin .box_menu ul li .txt {
  width: 85%;
  padding-left: 20px;
  line-height: 40px;
}

/* -----------------------------------------------------------
  con_login
  ※ログイン画面
----------------------------------------------------------- */
.contents_login {
  height: 100vh;
}

.con_login {
  padding: 30px 30px;
  background-color: #154b08;
  border-radius: 5px;
  width: 90%;
  margin: 120px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: 0px 0px 6px 3px #e0e0e0;
}

.con_login .logo {
  margin-bottom: 20px;
}

.con_login .form-group_login {
  width: 80%;
}

.con_login .input_login {
  width: 100%;
  position: relative;
  margin-bottom: 15px;
}

.con_login .input_login input {
  width: 100%;
  padding-left: 30px;
}

.con_login .input_login i {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #154b08;
}

.con_login .btn_login {
  position: relative;
}

.con_login .btn_login p {
  padding-right: 5px;
}

.con_login .btn_login i {
  position: absolute;
  top: 10px;
  right: 5px;
}

@media only screen and (min-width: 768px) {
  .con_login {
    padding: 30px 30px;
    max-width: 640px;
  }
}

@media only screen and (min-width: 1025px) {
  .con_login {
    max-width: 420px;
  }
}

/* -----------------------------------------------------------
  con_main
  ※総合メニュー
----------------------------------------------------------- */

.con_main {
  padding: 15px;
  min-height: 600px;
}

.con_main .box_menu {
  margin-bottom: 50px;
  overflow: hidden;
}

.con_main .box_menu h2 {
  margin-bottom: 20px;
}

.con_main .box_menu ul li {
  overflow: hidden;
  margin-bottom: 10px;
}

.con_main .box_menu ul li:last-child {
  margin-bottom: 0;
}

.con_main .box_menu ul li .btn_d,
.con_main .box_menu ul li .btn_blue,
.con_main .box_menu ul li .txt {
  float: left;
}

.con_main .box_menu ul li .btn_d,
.con_main .box_menu ul li .btn_blue {
  width: 25%;
}

.con_main .box_menu ul li .txt {
  width: 75%;
  padding-left: 20px;
  line-height: 40px;
}

@media only screen and (min-width: 768px) {
  .box-wrapper {
    display: flex;
    flex-direction: row;
  }

  .box-container {
    width: 50%;
    padding: 15px;
  }
}

/* -----------------------------------------------------------
  con_backup
  ※ファイルバックアップ
----------------------------------------------------------- */
.con_backup {
  padding: 15px;
  min-height: 600px;
}

.con_backup .inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.con_backup .inner .box {
  width: 600px;
}

.con_backup .inner .box .selectdir {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 10px;
}

.con_backup .inner .box .selectdir .dir {
  width: 510px;
}

.con_backup .inner .box .selectdir .btn_c {
  width: 80px;
}

.con_backup .inner .box select {
  height: 400px;
  width: 600px;
}

.con_backup .inner .arrow {
  width: 100px;
  text-align: center;
}

/* -----------------------------------------------------------
  #btn_mailsign
----------------------------------------------------------- */

#btn_mailsign {
  width: 300px;
  position: absolute;
  right: 330px;
  top: 15px;
  z-index: 1;
}

/* -----------------------------------------------------------
  #se
  請求管理
----------------------------------------------------------- */
.con_btn_se button {
  display: inline-block;
  width: 120px;
}

.isHidden{
  display: none;
}

.form-dtl{
  margin-bottom: 15px;
}

.con_calc {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 20px 0 0;
}

.con_calc label {
  margin-right: 5px;
  margin-left: 20px;
}

.con_calc label:first-child{
  margin-left: 0;
}