@charset "shift_jis";
/* CSS Document */

/* ------------------------------------------------------------------------------------ */

/* color set --------------------------- */

/* ------------------------------------------------------------------------------------ */

.header .center_box,.footer .center_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }

.bese-color {
  background-color: #fff !important;
}

.tab-nomal-color {
  background-color: #f2f2f2 !important;
}

.bg-list {
  background-color: #e6e6e6 !important;
}

.table-border {
  border-color: #ccc !important;
}

.btn-border {
  border-color: #999 !important;
}

.bg-nav {
  background-color: #333 !important;
}

.table th {
  background-color: #edeff2 !important;
}

.err-color01 {
  background-color: #c9261b !important;
  color: #fff !important;
}

.err-color02 {
  background-color: #f7e4e1 !important;
  color: #c9261b !important;
}

.cation-color {
  background-color: #ffe78a !important;
  color: #000 !important;
}

.bg-btn-white {
  background: -webkit-linear-gradient(#fdfdfd, #f4f4f4) !important;
  background: linear-gradient(#fdfdfd, #f4f4f4) !important;
}

.bg-btn-yellow {
  background: -webkit-linear-gradient(#fbc767, #fbba42) !important;
  background: linear-gradient(#fbc767, #fbba42) !important;
}

.bg-btn-yellow-active {
  background: -webkit-linear-gradient(#cca254, #cc9736) !important;
  background: linear-gradient(#cca254, #cc9736) !important;
}

.bg-btn-green {
  background: -webkit-linear-gradient(#00655a, #004d44) !important;
  background: linear-gradient(#00655a, #004d44) !important;
  color: #fff;
}

.tabbody a {
  color: #00655a;
  text-decoration: underline;
  padding: 0 2px;
}

.tabbodychild {
  width: 100%;
  height: calc( 100% - 60px);
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.tabbody a:hover {
  color: #00655a;
  text-decoration: underline;
  background: rgba(0, 0, 0, 0.1);
  padding: 0 2px;
}

#MS1 {
  background-color: #000166;
}

.center {
  text-align: center;
}

.center-box {
  text-align: center;
  height: 150px;
  min-height: 150px;
  display: table;
  vertical-align: middle;
  width: 100%;
}

.center-box .center {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
  font-size: 20px;
}

.right {
  text-align: right;
}

.tel {
  font-size: 2.8rem;
  text-align: center;
  overflow: hidden;
}

.tel span {
  float: right;
  font-size: 1.4rem;
}

.inline-b {
  display: inline-block;
}

.nobottom {
  margin-bottom: 0 !important;
}

/* ------------------------------------------------------------------------------------ */

/*  --   レイアウト --- */

/* ------------------------------------------------------------------------------------ */

html {
  font-size: 62.5%;
  height: 100%;
  width: 100%;
  color: #000;
  background: #e6e6e6;
  margin: 0;
}
body{
  margin: 0 auto;
  padding: 0;
  max-width: 1600px;
  min-width: 986px;
  height: 100%;
  width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "sans-serif", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 15px;
}
form {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  font-family: "メイリオ", Meiryo, Osaka, "sans-serif", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  font-size: 15px;
  /* min-width: 768px; */
}

body #preview, body #preview #contents, body #preview #wrapper1, body #preview #wrapper2, body #preview #wrapper3, body #preview #wrapper4 {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
}

.portal {
  width: 100%;
  height: 100%;
  font-size: 15px;
  box-sizing: border-box;
  padding: 0 0 0;
}

.login {
  background: #fff !important;
}

.flexer {
  padding: 4px;
}

.none {
  display: none !important;
}

pre {
	white-space: pre-wrap;
}

/* form --------------------------*/

input, button, textarea, select {
  font-family: "メイリオ", Meiryo, Osaka, "sans-serif", "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
  cursor: pointer;
}

input[type="radio"], input[type="checkbox"] {
  margin: 0 4px;
  vertical-align: middle;
}

input {
  border-radius: 4px;
  border: 1px solid #808080;
  min-height: 30px;
  box-sizing: border-box;
  font-size: 15px;
  vertical-align: middle;
}

label {
  padding: 5px 10px 5px 0;
  display: inline-block;
}

label span {
  display: inline-block;
  padding: 0 10px 0 0;
}

label.tightlabel {
  padding: 5px 0px 0px 0;
  display: inline-block;
}

select::-ms-expand{
	margin-left: 10px;
}

_:lang(x)::-moz-placeholder, select{
	padding: 2px 10px !important;
}

select {
  border-radius: 4px;
  padding-left: 10px;
  min-height: 30px;
  box-sizing: border-box;
  border: 1px solid #808080;
  font-size: 15px;
  width: auto;
  max-width: 100%;
  margin-right: 10px;
}

select:not(:disabled) {
  color: #000;
}

.textarea {
  width: 90%;
  min-height: 100px;
  resize:none;
}

input[type="text"].long, .long {
  width: calc(100% - 10px);
  box-sizing: border-box;
  margin-right: 10px;
}

input[type="text"].mid, .mid {
  width: 300px;
  max-width: 100%;
  box-sizing: border-box;
}

input[type="text"].short, .short {
  width: 100px;
  max-width: 100%;
  box-sizing: border-box;
}

input[readonly]{
    background: #e4e4e4;
}

textarea[readonly]{
    background: #e4e4e4;
}

input[type="text"].sctn, .sctn{
	width:70px;
}

input[type="text"].sctndp{
	width:100px;
}

input[type="text"].dprtmnt, .dprtmnt{
	width:70px;
}

input[type="text"].ag, .ag{
	width:85px;
}

input[type="text"].agsub, .agsub{
	width:110px;
}

tbody.fixed-header {
	transform:translate3d(0,0,0);
}
/* ------------------------------------------------------------------------------------ */

/* header --------------------------- */

/* ------------------------------------------------------------------------------------ */

.header {
  width: 100%;
  height: 60px;
  background: #00655a;
  border-bottom: 1px solid #00655a;
  color: #fff;
  box-sizing: border-box;
}

.header, .headerlogo, .headerleft, .headerright, .headercenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headerlogo {
  width: 144px;
  height: 60px;
  background-color: #fff;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  box-sizing: border-box;
  min-width: 144px;
}

.headerleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 12px;
  padding-right: 16px;
  flex-shrink: 0;
}

.headercenter {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  /*  justify-content: center;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-shrink: 0;
}

.headerright {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: auto;
}

.close_icon_button {
	margin-top: 10px;
	margin-right: 20px;
	width: 30px;
}

.print_icon_button{
	margin-top: 10px;
	width: 25px;
}

.screentitle {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  float: left;
  text-overflow: ellipsis;
  min-width: 100px;
  width: 100%;
  display: block;
}

.header-link {
  list-style: none;
  color: #fff;
  display: table;
}

.header-link li {
  display: table-cell;
  border-left: 1px solid #ccc;
  padding: 0 10px;
}

.header-link li:first-child {
  border: none;
}

.header-link li a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 120px;
  display: block;
  text-align: center;
  max-height: 50px;
}

.header-link li a:hover {
  text-decoration: underline;
}

.youser-ber {
  background: #333;
  color: #fff;
  height: 40px;
  padding: 0 0 0 10px;
  font-size: 12px;
  display: table;
  box-sizing: border-box;
  width: 100%;
}

.youser-ber span {
  padding: 0 10px 0 0;
  display: inline-block;
}

.ber-left, .ber-right {
  display: table-cell;
  vertical-align: middle;
}

.ber-right {
  text-align: right;
}

.user_seting {
  background: url(../../img/common/img/icon_setting_white.png) center center no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

.user_seting span {
  display: none !important;
}

.user-name {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
}

.user-name:before {
  width: 30px;
  height: 30px;
  background: url(../../img/common/img/icon_user.png) center center no-repeat;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.user-name:after {
  content: "さま";
  vertical-align: middle;
}

/* 　ボタン --------------------------------------------------------　*/

button {
  font-size: 15px;
  min-height: 30px;
  border: 1px solid #999;
  border-radius: 4px;
  background: -webkit-linear-gradient(#fcfcfc, #eee);
  background: linear-gradient(#fcfcfc, #eee);
  padding: 2px 10px;
}

button:not(:disabled) {
  color: #000;
}

.transparentbutton {
  border: none;
  background: transparent;
  padding: 0;
  margin-left: 20px;
  min-height: 30px;
  min-width: 30px;
}

.transparentbutton .flexer {
  margin: 0;
  padding: 0;
}

.flexer img.iconButton {
  width: 28px;
  height: 28px;
}

.btn-menu {
  text-align: left;
  position: relative;
  width: 120px;
}

.btn-menu span {
  background: url(../../img/common/img/icon_pullup_arrow.png) right center no-repeat;
  width: 93%;
  display: block;
  padding: 0 8px;
  box-sizing: border-box;
}

.menu-list {
  position: absolute;
  ;
  bottom: 45px;
  left: 24px;
  display: none;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px 0;
  border: 1px solid #ccc;
  background: #fff;
}

.menu-list ul {
  display: block;
  list-style: none;
  padding: 0 20px;
  margin: 0;
}

.menu-list li {
  padding: 5px 10px;
  list-style: none;
  margin: 0;
  text-align: left;
  min-height: 42px;
  box-sizing: border-box;
  display: table;
  width: 100%;
}

.menu-list li a {
  text-decoration: none;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}

.menu-list li a:hover {
  text-decoration: underline;
}

.pagetop {
  position: relative;
  z-index: 10;
}

.pagetop button {
  text-align: center;
  position: absolute;
  top: -40px;
  left: 20px;
  font-size: 15px;
}

.pagetop button span {
  font-size: 15px;
  padding: 0 10px 0 28px;
  position: relative;
  display: block;
}

.pagetop button span:before {
  content: "";
  background: url(../img/uis_icon_to_top.png) left center no-repeat;
  display: block;
  width: 15px;
  height: 20px;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 10px;
}

.btn-home {
  min-width: 122px;
}

.btn-home:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url(../../img/common/img/icon_home.png) center no-repeat;
  vertical-align: top;
}

.btn-back {
  min-width: 100px;
  padding: 0;
  white-space: nowrap;
}

.btn-back:before {
  content: "";
  display: inline-block;
  width: 19px;
  height: 20px;
  background: url(../../img/common/img/icon_back.png) center no-repeat;
  vertical-align: top;
}

.btn-right {
  float: right;
}

button.btn-right {
  float: none;
  width: 100px;
  margin: 0 0 0 10px;
}

.th-btn-normal {
  width: 50px;
  box-sizing: border-box;
  padding: 0 3px;
  font-size: 1.3rem;
}

.th-btn-del {
  width: 50px;
  box-sizing: border-box;
  padding: 0 3px;
  font-size: 1.3rem;
}

.tr-del-btn {
  opacity: 0.5;
}

a.tr-del-btn, a.tr-del-btn:hover {
  padding: 3px 0;
  display: block;
  margin: 0;
}

/*検索ボタン*/

.search-box, .btn-box {
  padding: 5px 12px 5px;
  display: table;
  width: 100%;
  box-sizing: border-box;
}

.search-box .add-box {
  display: table-cell;
  text-align: left;
  width: 40%;
}

.search-box .btn-search, .btn-box .btn-single, .btn-box .btn-search {
  display: table-cell;
  text-align: center;
  width: 60%;
}

.search-box .btn-search button, .btn-box .btn-single button, btn-box .btn-search button {
  min-width: 150px;
  padding: 3px 10px;
}

.btn-box .inline-b, .search-box .inline-b {
  display: table-cell;
  width: 30%;
  padding: 0 10px;
}

.btn-box-center {
  display: block;
  padding: 10px;
  width: 100%;
}

.btn-box-center button {
  margin: 0 10px;
}

/* ------------------------------------------------------------------------------------ */

/* contents ------------------- */

/* ------------------------------------------------------------------------------------ */

.contents {
  background: #e6e6e6;
  width: 100%;
  height: calc( 100% - 160px);
  padding: 20px;
  box-sizing: border-box;
  overflow-y: auto;
}

.contents.full {
  height: auto !important;
  width: auto !important;
  overflow: visible;
}

.contents.login {
  background: #fff;
  height: calc( 100% - 92px);
  padding: 20px;
}

.infocontents {
  width: 100%;
  height: auto;
  display: table-cell;
  vertical-align: top;
  padding: 0 0 20px 0;
}

.infocontents_side {
  background: none;
  width: 240px;
  min-width: 240px;
  height: auto;
  display: table-cell;
  margin: 0;
  padding: 0 0 0 20px;
  vertical-align: top;
}

.info-waku {
  background: #fff;
  margin: 0;
  padding: 15px;
  vertical-align: top;
  display: block;
  height: 555px;
}

.info-waku h3 {
  padding: 0;
  margin: 0 0 10px 0;
  font-size: 1.6rem;
}

.tabbody {
  width: 100%;
  height: calc( 100% - 60px - 60px);
  padding: 10px 20px 20px 20px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

.tabbody-login {
  width: 100%;
  height: calc( 100% - 60px - 60px);
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.tabbody.customer {
  width: 100%;
  height: calc( 100% - 132px);
  padding: 20px;
  box-sizing: border-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}

#main {
  padding: 0 0 60px 0;
  overflow: hidden;
  height: auto;
}

/* メインメニュー　＾−−−−−−−−−−−−−−−−−　*/

.main-menu-btn {
  list-style: none;
  display: block;
  padding: 0;
  box-sizing: border-box;
  background: #fff;
  margin: 0;
}

.main-menu-btn li {
  display: block;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.main-menu-btn li:last-child a {
  border-bottom: none !important;
}

.main-menu-btn li:hover {
  background-color: #ddd;
}

.main-menu-btn li.li-title:hover {
  background-color: #fff;
}

.main-menu-btn li a {
  display: table;
  text-decoration: none;
  background: url(../../img/common/img/icon_menu_arrow.png) right center no-repeat;
  padding: 5px 10px 5px 90px;
  min-height: 100px;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #bababa;
}

.main-menu-btn li p, .main-menu-btn li span {
  display: table-cell;
}

.main-menu-btn li p {
  color: #006c60;
  font-size: 2.2rem;
  font-weight: bold;
  white-space: nowrap;
  padding: 10px;
  vertical-align: middle;
  min-width: 35%;
}

.main-menu-btn li span {
  padding: 0 10px 0 0;
  vertical-align: middle;
  color: #000;
  width: 75%;
  font-size: 1.3rem;
}

.main-menu-btn li h3 {
  margin: 0;
  padding: 15px 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
}

/*custumer menu */

.menu-custumer {
  list-style: none;
  padding: 15px 10px 0 10px;
  margin: 0 2%;
  display: block;
  width: calc(100% - 4%);
  box-sizing: border-box;
  background: #eee;
  border-radius: 10px;
}

.menu-custumer li {
  display: inline-block;
  width: 32%;
  padding: 0 0 15px 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

.menu-custumer li button {
  width: 80%;
  margin: 0 auto;
  min-height: 60px;
  line-height: 1.1;
  background: url(../../img/common/img/icon_menu_arrow.png) right 10px center no-repeat #fff;
  color: #006c60;
  border: none;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  padding: 0 23px 0 10px;
  background-size: 8px 15px;
}

.menu-custumer2 {
  list-style: none;
  padding: 20px 0 10px 0;
  margin: 0 2%;
  display: block;
  width: calc(100% - 4%);
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}

.menu-custumer2 li {
  display: inline-block;
  width: 32%;
  padding: 0 0 15px 0;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  vertical-align: top;
}

.menu-custumer2 li button {
  width: 80%;
  margin: 0 auto;
  min-height: 60px;
  line-height: 1.1;
}

/* menu-icon*/

.icon-usersraech {
  background: url(../../img/common/img/icon_usersearch.png) 10px center no-repeat;
}

.icon-userlist {
  background: url(../../img/common/img/icon_userlist.png) 10px center no-repeat;
}

.icon-newuser {
  background: url(../../img/common/img/icon_newuser.png) 10px center no-repeat;
}

.icon-edituser {
  background: url(../../img/common/img/icon_edituser.png) 10px center no-repeat;
}

.icon-dowload {
  background: url(../../img/common/img/icon_download.png) 10px center no-repeat;
}

.icon-item {
  background: url(../../img/common/img/icon_%20insurance_manage.png) 50px center no-repeat;
}

.icon-item p {
  font-size: 3rem !important;
}

.icon-car {
  background: url(../../img/common/img/icon_car.png) 50px center no-repeat;
}

.icon-trip {
  background: url(../../img/common/img/icon_trip.png) 50px center no-repeat;
}

.icon-item a, .icon-car a, .icon-trip a {
  padding: 0 0 0 120px !important;
}

/*　見出し ---------------------------------------　*/

h2.subtitle {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 0;
  margin: 16px 0;
  padding-top: 60px;
  margin-top:-60px;
}

h2.subtitle2 {
  margin-top:-40px;
}

h3.titleber {
  font-size: 16px;
  font-weight: normal;
  color: #fff;
  padding: 8px 10px 8px 10px;
  background: #999;
  display: block;
  height: auto;
  margin: 20px 0 20px 0;
  box-sizing: border-box;
  min-height: 38px;
}

h3.titleber .btn-right {
  margin: -4px 0 0 0;
}

h3.gray {
  font-size: 16px;
  font-weight: bold;
  color: #808080;
  padding: 10px 0 5px 20px;
  margin: 0;
}

h4 {
  font-size: 15px;
  padding: 5px 0 3px 20px;
  margin: 0;
}

/*　テーブル　----------------------------------------　*/

/*　縦線無しのテーブル　*/

.formtable {
  table-layout: fixed;
  /*border-collapse: collapse;*/
  width: 100%;
  border-top: 1px solid #bfbfbf;
  box-sizing: border-box;
  margin-bottom: 10px;
  border-spacing: 0px;
}

.formtable th, .formtable tr th:nth-child(2), .formtable tr th:first-child {
  width: 200px !important;
  max-width: 30% !important;
  background: #edeff2;
  font-weight: 400;
  position: relative;
}

.formtable td {
  max-width: 50%;
}

.formtable tr {
  border-bottom: 1px solid #bfbfbf;
}

.formtable td, .formtable th {
  border-bottom: 1px solid #bfbfbf;
  min-height: 52px;
  text-align: left;
  padding: 2px 8px;
  box-sizing: border-box;
}

.bottom_borderless{
  border-bottom: 0px solid #bfbfbf !important;
}

.formtable th span {
  font-size: 1.3rem;
}

/*　テーブルの外枠指定　*/

.table-box {
  border: 1px solid #bfbfbf;
}

.table-box tr:last-child td, .table-box tr:last-child th {
  border-bottom: none;
}

/*テーブルヘッダーの緑配色指定*/

.table-header th {
  background: #00665b !important;
  color: #fff;
  text-align: center;
  border-left: 1px solid #aaaaaa;
  font-weight: normal;
}

.table-header th:first-child {
  border-left: none;
}

/* 表形式のテーブル　*/

.table-grid {
  border: 1px solid #aaa;
  border-collapse: collapse;
  border-spacing: 0px;
  width: 100%;
  box-sizing:  border-box;
}

.table-grid th, .table-grid td {
  border: 1px solid #aaa;
  padding: 4px 0.1px;
}

.table-grid th {
  font-weight: normal;
  text-align: left;
}

/*.table-grid .table-header th{ text-align:center;padding:6px 2px ;}*/

.table-grid .table-header th {
  text-align: center;
  padding: 6px 0.1px;
}

.tr-color tr:nth-child(even) {
  background: #f2f2f2;
}

/*枠付きテキスト表示エリア*/

.text-area-box {
  border: 1px solid #aaa;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

input[type=text], input[type=date] {
  font-size: 15px;
  border: 1px solid gray;
  /*width: 240px;*/
  max-width: 100%;
  height: 30px;
  border-radius: 4px;
  padding: 0 8px;
  box-sizing: border-box;
}

.flexer button, .flexer input {

}

.td-btn {
  text-align: center;
  width: 30px;
}

.td-btn a, .td-btn a:hover {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  padding: 3px 0;
}

.td-check {
  text-align: center;
  width: 50px;
}

.td-check input {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

table.scroll {
  width: 100%;
}

.scroll thead {
  width: 100%;
  box-sizing: border-box;
  background: #00665b !important;
  border-bottom: 1px solid #aaa;
  display: table;
  table-layout: fixed;
  border-left: 1px solid #00665b;
  border-right: 1px solid #00665b;
}

.scroll tbody {
  width: 100%;
  box-sizing: border-box;
  overflow-y: auto;
  overflow-x: hidden;
  /*max-height: 475px;*/
	height: auto;
  display: block;
}

.scroll thead tr {
  display: table;
  /*width: calc( 100% - 17px);*/

 width: 100%;

}

.scroll tbody tr {
  display: table;
  width: calc(100% - 1px);
}

.scroll tbody td {
  white-space: normal;
  word-break: break-all;
}

table.scroll th, table.scroll td {
  border: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}

table.scroll thead th:last-child {
  border-right: none;
}

.scroll thead th {
  border-bottom: none;
}

table tr.col-4th th {
  max-width: 10% !important;
  min-width: 10% !important;
  width: auto !important;
}

/* サイズ調整　*/

.w1 {
  width: 0.1px !important;
  min-width: 0.1px;
}

.w4 {
  width: 4.4% !important;
  min-width: 4.4%;
}

.w5 {
  width: 50px !important;
  min-width: 50px;
}

.w7 {
  width: 9% !important;
  min-width: 9%;
}

.w12 {
  width: 12% !important;
  min-width: 8%;
}

.w10 {
  width: 10% !important;
}

.w15 {
  width: 15% !important;
}

.w19 {
  width: 19% !important;
}

.w20 {
  width: 20% !important;
}

.w25 {
  width: 25% !important;
}

.w30 {
  width: 30% !important;
}

.w40 {
  width: 40% !important;
}

.w50 {
  width: 50% !important;
}

.w60 {
  width: 60% !important;
}

.w75 {
  width: 75% !important;
}

.w70 {
  width: 70% !important;
}

.w80 {
  width: 80% !important;
}

.w90 {
  width: 90% !important;
}

.w100 {
  width: 100% !important;
}

.m-bottom {
  margin-bottom: 20px !important;
}

.td-box {
  padding: 20px;
}

.eco {
  display: block;
}

.eco img {
  width: 100px;
  max-width: 100px;
  height: auto;
}

.column {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.column p {
  display: table-cell;
}

.comment {
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 5px 10px;
  display: inline-block;
}

.comment p {
  margin: 0 !important;
  padding: 2px 0 !important;
  line-height: 1.4;
}

.messege-box {
  display: block;
  border: 1px solid #808080;
  margin: 10px 0 20px 0;
  padding: 20px;
}

.login-idlist {
  display: block;
  min-height: 50px;
  max-height: 100px;
  overflow-y: auto;
  border: 1px solid #808080;
  padding: 10px;
  margin: 0 0 15px 0;
}

.login-idlist li {
  padding: 3px 0;
  margin: 0;
  list-style: none;
}

.login-idlist li p {
  padding: 0;
  margin: 0;
}

textarea.pastbox {
  width: 100%;
  min-height: 320px;
  font-size: 15px;
  padding: 5px 10px;
  box-sizing: border-box;
}

/* help */

.th-help {
  color: #000;
  text-decoration: none;
  position: relative;
  width: 100%;
  display: block;
  padding: 0;
}

thead .th-help {
  color: #fff;
  text-decoration: none;
  position: relative;
  width: calc( 100% - 10px);
  display: block;
}

.tabbody a.th-help {
  color: #000 !important;
  text-decoration: none !important;
}

.tabbody thead a.th-help {
  color: #fff !important;
  text-decoration: none !important;
}

.tabbody a.th-help:hover {
  background: none !important;
}

thead .th-help div {
  padding: 0 25px 0 0;
  box-sizing: border-box;
}

.th-help div {
  padding: 2px 25px 2px 0;
  box-sizing: border-box;
}

.th-help:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../simg/icon_help.png) center center no-repeat;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0 0 0 10px;
}

.th-help:hover:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../../img/common/img/icon_help_on.png) center center no-repeat;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0;
  margin: 0 0 0 10px;
}

/* ページング　------------------　*/

.pageing-box {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0px;
}

.pageing-box-up {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  margin: -8px 0 -3px 0;
}

.pageing-box .pageing-left {
  display: table-cell;
  width: 60%;
  vertical-align: top;
}

.pageing-box .pageing-right {
  display: table-cell;
  width: 40%;
  vertical-align: top;
  text-align: right;
}

.pageing-link {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.pageing-link li {
  display: inline-block;
  margin: 3px;
  padding: 0px;
}

.pageing-link li span {
  background: #ccc;
  padding: 1px 5px;
  display: inline-block;
  min-width: 15px;
  text-align: center;
}

.pageing-link li a, .pageing-link li a:hover {
  padding: 0;
  margin: 0;
}

.pageing-link li a span {
  background: none;
  text-decoration: underline;
  min-width: 15px;
}

.pageing-box .pageing-leftdownloadpoint {
  display: table-cell;
  width: 1%;
  vertical-align: top;
}

.pageing-box .pageing-leftdownload {
  display: table-cell;
  width: 69%;
  vertical-align: top;
}

/* ディスクロージャー　-------   */

.accordion-box {
  padding: 0;
  margin: 0;
  display: block;
  list-style: none;
}

.accordion-box li {
  display: block;
  list-style: none;
  margin-bottom: 20px;
}

.accordion-box li.cl_folder h3 {
  font-size: 15px;
  color: #4d4d4d;
  font-weight: bold;
  position: relative;
  padding: 0 0 0 20px;
  margin: 5px 0;
  cursor: pointer;
}

.accordion-box li.cl_folder h3:hover {

}

.accordion-box li.cl_folder h3:before {
  content: "";
  background: url(../img/icon_accordion_arrow.png) left center no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 4px;
  top: 0px;
  transition: all 0.2s;
}

.accordion-box li.cl_folder h3.plus {
  font-size: 15px;
  color: #4d4d4d;
  font-weight: bold;
}

.accordion-box li.cl_folder h3.plus:before {
  content: "";
  background: url(../img/icon_accordion_arrow.png) left center no-repeat;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
  position: absolute;
  left: -1px;
  top: 5px;
  transition: all 0.2s;
}

.accordion {
  display: none;
}

.taccordion-box td {
  display: none;
  height: 0%;
  transition: height 0.3s;
}

.taccordion-box.plus td {
  display: table-cell;
  height: 100%;
  transition: height 0.3s;
}

a.btn-accordion, a.btn-accordion:hover {
  background: url(../../img/common/img/icon_plus.png) center center no-repeat #00655a;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
  border-radius: 4px;
  box-sizing: border-box;
}

a.btn-accordion.plus, a.btn-accordion.plus:hover {
  background: url(../../img/common/img/icon_minus.png) center center no-repeat #00655a;
  width: 25px;
  height: 25px;
  display: inline-block;
  float: right;
  border-radius: 4px;
  box-sizing: border-box;
}

.btn-accordion span {
  display: none;
}

/* ------------------------------------------------------- */

/* ページ内リンク */

/* ------------------------------------------------------- */

ul.pegelink {
  list-style: none;
  display: block;
  width: auto;
  float: right;
  padding: 0 0 10px 0;
  margin: 0;
}

ul.pagelink li, .pegelink li {
  display: inline-block;
  padding: 0 5px;
  width: auto;
  font-size: 14px;
}

/* ------------------------------------------------------------------------------------ */

/* footer ---------------------  */

/* ------------------------------------------------------------------------------------ */

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  bottom: 0px;
  height: 60px;
  background: #333;
  position: fixed;
  max-width:1600px;
}

.footerleft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 20px;
}

.footerright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  overflow-x: auto;
}

.footer button {
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 10px;
  min-width: 100px !important;
}

.footer button.important {
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 10px !important;
  min-width: 100px !important;
}

.footer button.important, button.important {
  background: -webkit-linear-gradient(#fbc767, #fbba42);
  background: linear-gradient(#fbc767, #fbba42);
  border: 1px solid #8a7040;
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 10px;
  min-width: 100px !important;
}
button.semi_important {
  margin-left: 4px;
  margin-right: 4px;
  padding: 2px 10px;
  min-width: 100px !important;
}

.copyright {
  display: block;
  width: 100%;
  height: 30px;
  background: #e6e6e6;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
}

/* ------------------------------------------------ */

/* エラー　警告・注意・メッセージ　*/

/* --------------------------------------------------*/

.text_warning {
  margin: 5px auto;
  background-color: #f7e4e1;
  border: 1px solid #c9261b;
  padding: 10px 20px;
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  white-space: pre-wrap;
}

.text_caution {
  margin: 15px auto;
  background-color: #fff8db;
  border: 1px solid #cca200;
  padding: 10px 20px;
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
}

.text_messege {
  margin: 15px auto;
  background-color: #d5f5f2;
  border: 1px solid #00655a;
  padding: 10px 20px;
  font-size: 1.5rem;
  box-sizing: border-box;
  width: 100%;
  white-space: pre-wrap;
}

.text_error_info {
  margin: 5px auto;
  font-size: 1.5rem;
  width: 100%;
  white-space: pre-wrap;
}

/* テーブル内のエラー項目の表示　*/

.err input, .err select, .err textarea {
  border: 1px solid #c9261b;
  background: #f7e4e1;
  color: #000;
  padding-bottom: 5px;
}

.err_messege {
  display: none;
}

.err .err_messege {
  display: block;
  padding: 5px 0 0 0;
  font-size: 1.8rem;
  color: #c9261b;
  margin: 0;
}

/* --------------------------------------------------*/

/* --------------------------------------------------*/

/* previrearea */

/* --------------------------------------------------*/

/* --------------------------------------------------*/

.previewarea {
  width: 100%;
  height: 100%;
  overflow-x: auto;
}

.previewarea-sp {
  width: 340px;
  height: 100%;
  overflow-x: auto;
}

.previewarea-sp #preview {
  border: none;
}

@media screen and (max-width:768px) {
  .formtable th {
    width: 30%;
    background: #edeff2;
    font-weight: 400;
    position: relative;
  }
  table tr.col-4th th {
    width: auto;
  }
  table.scroll input[type=text] {
    width: 95% !important;
  }
  .main-menu-btn li span {
    display: table-footer-group;
  }
  .picadd, .picexp {
    display: block !important;
    width: 100% !important;
  }
}

/* ------------------------------------------------ */

/* tani追記 */

/* --------------------------------------------------*/

/* Myエージェントページプレビュー上部エリア */

/* Myエージェント情報承認画面上部エリア */

/* Myエージェント情報照会画面上部エリア */

.accordion {
  font-size: 15px;
}

/* A05010 各種データダウンロード */

.table-header th {
  font-size: 15px;
}

.fsize12 {
  font-size: 12px;
  line-height: 1.5;
}

.fsize13 {
  font-size: 13px;
  line-height: 1.5;
}

.fsize14 {
  font-size: 14px;
}

.hissu {
  background-color: #d1470f;
  color: #ffffff;
  font-size: 12px !important;
  padding: 2px 8px;
  margin: 0px 3px;
  text-align: center;
  display: inline-block;
  float: left;
  width: 24px;
}
.hissu_dummy {
  font-size: 12px !important;
  padding: 2px 8px;
  margin: 0px 3px;
  text-align: center;
  display: inline-block;
  float: left;
  width: 24px;
}

/* 公開申請承認待ち一覧 */

.search-boxr {
  display: table-cell;
  text-align: right;
  width: 100%;
}

.tcenter {
  text-align: center;
}

.nowrap {
  white-space: nowrap;
}

.pagingbk {
  background: url(../../img/common/img_rd/ad_uis_icon_left.png) left center no-repeat;
  display: inline-block;
  width: 80px;
  height: 16px;
  vertical-align: middle;
  padding: 0 0 5px 3px;
}

.pagingnxt {
  background: url(../../img/common/img_rd/ad_uis_icon_right.png) right center no-repeat;
  display: inline-block;
  width: 80px;
  height: 16px;
  vertical-align: middle;
  padding: 0 3px 5px 0;
}

/* システム利用申請 */

.pdt10 {
  padding: 10px 0 0 0;
}

/* Ｍｙエージェント情報一覧 */

.pdlr10 {
  padding: 0px 10px;
}

.pdlr7 {
  padding: 0px 7px;
}

/* Ｍｙエージェントページ内容更新 */

.notice {
  padding: 10px 0px;
}

.pic {
  display: table;
}

.picadd, .picexp {
  display: table-cell;
  width: 50%;
}

.picadd {
  width: 450px !important;
}

.picadd div {
  display: block;
}

.nofloat {
  float: none !important;
}

.midashi {
  padding: 5px 10px;
}

.font-normal {
  font-size: 14px;
  font-weight: normal;
}

.font-bold {
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0 5px 0;
  margin: 0;
  line-height: 1.2;
}

.midashi-waku {
  border: 2px solid #333;
  padding: 10px;
  margin: 0 0 10px 0;
}

#filesp, #file {
  opacity: 0;
}

.w90px {
  width: 90px;
}

/*メニュー画面　*/

.button3 {
  font-size: 15px;
  min-height: 30px;
  border: 1px solid #999;
  border-radius: 4px;
  background: -webkit-linear-gradient(#fcfcfc, #eee);
  background: linear-gradient(#fcfcfc, #eee);
  padding: 5px 10px;
  min-width: 200px;
  margin: 5px;
}

.button4 {
  font-size: 15px;
  min-height: 30px;
  border: 1px solid #8a7040;
  border-radius: 4px;
  background: -webkit-linear-gradient(#fbc767, #fbba42);
  background: linear-gradient(#fbc767, #fbba42);
  padding: 5px 10px;
  min-width: 100px;
  margin: 5px;
}

.menu-table {
  width: calc( 100% - 30px);
  margin: 0 auto !important;
  padding: 0;
}

.menu-table td, .menu-table th {
  padding: 3px;
  text-align: left;
}

.menu-table td:first-child {
  width: 230px;
}

.menu-table td p {
  padding: 5px;
  margin: 0;
}

.btn-box-left {
  display: block;
  padding: 10px;
  width: 100%;
}

.menu-table00 {
  display: inline-block;
  /* width: 12.4em; */
  width: 13em;
}

/*共通エラー画面　*/

.errbox {
  border: 1px solid #bfbfbf;
  background-color: #E5E5E5;
  padding: 30px 50px;
  width: 600px;
  margin: 0 auto;
}

.errboxtx {
  display: inline-block;
  vertical-align: middle;
}

.errboxbt {
  padding: 30px 0px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.errboxbt2 {
  padding: 2px 80px;
}

.errboxcus {
  border: 1px solid #bfbfbf;
  background-color: #E5E5E5;
  padding: 30px 50px;
  width: 600px;
  margin: 0 auto;
  margin-top: 5px;
}

/*プライバシーポリシー　*/

.privacy {
  width: 100%;
}

.privacy ol {
  margin: 0 10px;
}

.privacy li {
  list-style: decimal;
  padding: 5px 0;
}

/*利用規約同意　*/

.rulagr {
  padding: 30px 0px;
  width: 600px;
  margin: 0 auto;
  text-align: center;
}

.rulagr p {
  padding: 2px 0 30px 0;
}

.rulagr a {
  font-size: 18px;
}

/*取扱生保会社選択*/

.pdlr50 {
  padding: 0 50px;
}

/*定型文選択*/

.scrolltx {
  width: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 300px;
  display: block;
}

/*myエージェントプレビュー（スマ保）*/

.va-top {
  vertical-align: top;
}

.pdb10 {
  padding: 0 0 10px 0;
}

/* header iD表示　*/

.userID_date {
  text-align: right;
  display: block;
  min-height: 15.6px;
  line-height: 15.6px;
  width: auto;
  font-size: 13px;
  margin-left: 20px;
}

.userID_date span {
  min-height: 15.6px;
  line-height: 15.6px;
  font-size: 13px;
}

インデックス用 #contents-area {
  padding: 10px 10px 30px 10px;
  width: 100%;
  box-sizing: border-box;
  max-width: 1100px;
  margin: 0 auto;
}

#contents-area h2 {
  font-size: 2.4rem;
  color: #006c60;
  border-bottom: 2px solid #006c60;
  padding: 15px 10px 3px 10px;
  margin: 10px 0;
  font-weight: bold;
}

.main-menu h1 {
  color: #fff;
  font-size: 2.4rem;
  min-height: 30px;
  line-height: 1.2;
  background: url(../../img/common/img/bg_h1.png) left bottom no-repeat;
  background-size: 100px;
  padding: 15px 10px 5px 20px;
}

/* 追加したCSS */

.is-fixed {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  min-width: 712px;
  overflow: hidden;
  width: 100%;
  box-sizing:  border-box;
  z-index:  3;
  border:  none;
}

.base-wrapper-position {
  position: absolute;

}

.top-position {
  top: 81px;
}

.count-fixed {
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
  min-width: 712px;
  overflow: hidden;
  width: 100%;
  z-index:  3;
}

.count-top {
  top: 60px;
  background: white;
}

.lavel-scroll-padding {
  padding: 0;
}
.is-fixed
 + tbody {
    width: 100%;
    box-sizing:  border-box;
    position:  relative;
    max-width: 1600px;
    min-width: 710px;
    display:  block;
    z-index: 1;
    border: none;
	 margin-top: 0px;
}

/*datepiker */
.ui-datepicker .ui-state-default, .ui-datepicker .ui-widget-content .ui-state-default,
  .ui-datepicker .ui-widget-header .ui-state-default {
  border: 1px solid #cccccc !important;
  background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50%
    repeat-x;
  font-weight: normal;
  color: #444;
  margin: 0;
}

.ui-datepicker .ui-state-highlight, .ui-datepicker .ui-widget-content .ui-state-highlight,
  .ui-datepicker .ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f !important;
  background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png)
    50% top repeat-x;
  color: #363636;
  margin: 0;
}

.ui-datepicker .ui-state-active, .ui-datepicker .ui-widget-content .ui-state-active,
  .ui-datepicker .ui-widget-header .ui-state-active {
  border: 1px solid #e9e475;
  background: #ffe78a !important;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em !important;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker td {
  border: 0;
  padding: 1px !important;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse !important;
  margin: 0 0 .4em;
}

.ui-datepicker .ui-state-hover, .ui-datepicker .ui-widget-content .ui-state-hover,
  .ui-datepicker .ui-widget-header .ui-state-hover, .ui-datepicker .ui-state-focus,
  .ui-datepicker .ui-widget-content .ui-state-focus, .ui-datepicker .ui-widget-header .ui-state-focus
  {
  border: 1px solid #ffe78a !important;
  background: #ffe78a !important;
  font-weight: normal;
  color: #000;
}

/* デートピッカー */

/* 年プルダウンの変更 */
select.ui-datepicker-year{
  height: 2em!important;      /* 高さ調整 */
  margin-right:5px!important; /* 「年」との余白設定 */
  width:135px!important;       /* 幅調整 */
}
/* 月プルダウンの変更 */
select.ui-datepicker-month{
  height: 2em!important;      /* 高さ調整 */
  margin-left:5px!important;  /* 「年」との余白設定 */
  width:65px!important;       /* 幅調整 */
}

.ui-datepicker{
  width:20em;
}

.tr_change{background: #FFD700;}

.tr_delete{background: #ccc; color: #888; }
.tr_delete input[type="text"]{ background: #ddd; color:#888;}
.tr_delete textarea{ background: #ddd; color:#888;}

input.input_change{ background: #fff8db;}
textarea.input_change{ background: #fff8db;}
input[disabled]{ cursor: default;}

/* 画面横幅設定 */
.center_box{
  max-width:1000px ; margin:0 auto; width:100%;
  }

.ui-widget-overlay{
	background: #000 !important;
	opacity: 0.5 !important;
}

span.emphasize_text{
	color: #f95198;
}
.flexbox{
	display: flex;
}
