/*contents*/
/*---------------------------------------------------*/
@layer legacy {
[data-static-html] #contents:after,
[data-static-html] #contents_in:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] #contents {
  width: 100%;
  margin-bottom: 100px;
  position: relative;
}
[data-static-html] #contents_in {
  width: 1200px;
  margin: 0 auto;
}
[data-static-html] #contents_left {
  width: 945px;
  float: left;
}
[data-static-html] #contents_right {
  width: 230px;
  float: right;
}
/*pagetitle_area*/
/*---------------------------------------------------*/
[data-static-html] #pagetitle_area {
  background: url("/files/user/contents/service/solutions/common/pagetitle_bg.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
  margin: 0 0 10px;
}

[data-static-html] #pagetitle_area_rec {
  background: url("/files/user/contents/service/solutions/common/recruit_h1_sp.jpg") no-repeat center;
  background-size: cover;
  height: 200px;
  margin: 0 0 10px;
}

/*PageTop*/
/*---------------------------------------------------*/
[data-static-html] .pagetop a {
  position: relative;
  text-align: right;
  display: block;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 25px;
  text-decoration: underline;
}
[data-static-html] .pagetop a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent #083863 transparent;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
}

/*locator*/
/*---------------------------------------------------*/
[data-static-html] #locator:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] #locator {
  line-height: 1.2;
  font-size: 13px;
  margin-bottom: 30px;
}
[data-static-html] #locator a {
  color: #073863;
}
[data-static-html] #locator a:hover {
  text-decoration: underline;
}

/*pagetitle*/
/*---------------------------------------------------*/
[data-static-html] #pagetitle {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 200px;
  width: 1200px;
  margin: 0 auto;
}
[data-static-html] #pagetitle_in {
  display: table;
  width: 100%;
  height: 100%;
}
[data-static-html] #pagetitle h2 {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.2;
}

/*subtitle*/
/*---------------------------------------------------*/
[data-static-html] .subtitle03_01 {
  padding: 15px 15px 15px 10px;
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
[data-static-html] .subtitle03_01 .sub {
  font-size: 16px;
  line-height: 20px;
  padding-left: 10px;
  border-left: 1px solid #ccc;
  margin-left: 30px;
  position: relative;
  display: block;
}
[data-static-html] .subtitle03_01 .sub:before {
  content: "";
  background: #003360;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -30px;
  top: 0;
}
[data-static-html] .subtitle03_02 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
  line-height: 1.4;
  font-weight: bold;
}
[data-static-html] .subtitle04_01 {
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
}
[data-static-html] .subtitle04_01:before {
  content: "";
  background: #0d3d68;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}

/*********************************************************/
/*BLOG引用　スタイル*/

[data-static-html] h2.subTitl {
  font-size: 30px;
  line-height: 1.5;
  margin: 10px 0 20px;
  letter-spacing: 0.05em;
}
[data-static-html] h3.subTitl {
  font-size: 23px;
  line-height: 1.5;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 3px solid #4683ce;
}
[data-static-html] h4.subTitl {
  font-size: 23px;
  line-height: 1.5;
  padding-left: 12px;
  margin-bottom: 16px;
  border-left: 5px solid #4683ce;
}
[data-static-html] .link a {
  color: #0d73e4;
}

/*********************************************************/

/*list*/
/*---------------------------------------------------*/
[data-static-html] .list01 li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 1.3em;
}
[data-static-html] .list_disc li {
  list-style-type: disc;
  margin-left: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
}

[data-static-html] .list_circle li {
  list-style-type: circle;
  margin-left: 20px;
  line-height: 1.3;
  margin-bottom: 8px;
}

[data-static-html] .list_square li {
  list-style-type: square;
  margin-left: 22px;
  line-height: 1.3;
  margin-bottom: 8px;
}

[data-static-html] .list_decimal li {
  list-style-type: decimal;
  margin-left: 18px;
  line-height: 1.3;
  margin-bottom: 8px;
}

/*subnav*/
/*---------------------------------------------------*/
[data-static-html] #subnav {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #ccc;
  padding: 10px;
}
[data-static-html] #subnav ul {
  list-style-type: none;
}
[data-static-html] #subnav_title {
  padding: 10px;
  background-color: #e9e9e9;
  text-align: center;
}
[data-static-html] #subnav_title a {
  display: block;
  line-height: 1.4;
}
[data-static-html] #subnav li {
  border-bottom: 1px solid #ccc;
}

[data-static-html] #subnav > ul > li:last-child {
  border-bottom: none;
}

[data-static-html] #subnav li a {
  width: 100%;
  height: 46px;
  line-height: 46px;
  display: block;
  padding-left: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  font-size: 13px;
  position: relative;
  color: #666;
}

[data-static-html] #subnav li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #999;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 5px;
  top: calc(50% - 3px);
}
[data-static-html] #subnav li a:after {
  content: "";
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  border-radius: 100%;
}

[data-static-html] #subnav li li {
  border-bottom: none;
  border-top: 1px solid #eee;
}

[data-static-html] #subnav li.current li a {
  padding-left: 32px;
  font-size: 13px;
  background: none;
  color: #666;
}

[data-static-html] #subnav li.current li a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-left: 5px solid #ccc;
  border-bottom: 3px solid transparent;
  position: absolute;
  left: 15px;
  top: calc(50% - 3px);
}
[data-static-html] #subnav li.current li a:after {
  display: none;
}

[data-static-html] #subnav li.current li.current li a {
  padding-left: 47px;
  font-size: 12px;
  background: none;
  color: #666;
}

[data-static-html] #subnav li.current li.current li a:before {
  left: 28px;
  border: none;
  width: 6px;
  height: 1px;
  background: #ccc;
  top: 50%;
}

/*hover*/

[data-static-html] #subnav li a:hover,
[data-static-html] #subnav li.current a {
  color: #216fa0;
}
[data-static-html] #subnav li a:hover:before,
[data-static-html] #subnav li.current a:before {
  border-left-color: #216fa0;
}
[data-static-html] #subnav li a:hover:after,
[data-static-html] #subnav li.current a:after {
  border-color: rgba(33, 111, 160, 0.3);
}

[data-static-html] #subnav li.current li a:hover,
[data-static-html] #subnav li.current li.current a {
  color: #216fa0;
}
[data-static-html] #subnav li.current li a:hover:before,
[data-static-html] #subnav li.current li.current a:before {
  border-left-color: #216fa0 !important;
}

[data-static-html] #subnav li.current li.current li a:hover,
[data-static-html] #subnav li.current li.current li.current a {
  color: #216fa0;
}
[data-static-html] #subnav li.current li.current li a:hover:before,
[data-static-html] #subnav li.current li.current li.current a:before {
  background: #216fa0 !important;
}

/*bottom_contact*/
/*---------------------------------------------------*/
[data-static-html] .bottom_contact:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] .bottom_contact {
  border: 5px solid #e9e9e9;
  padding: 20px;
  text-align: center;
  max-width: 850px;
  margin: 0 auto;
}
[data-static-html] .bottom_contact dt {
  width: 230px;
  font-size: 20px;
  font-weight: bold;
  padding: 18px 0 15px;
  float: left;
  background-color: #e9e9e9;
}
[data-static-html] .bottom_contact dt .icon {
  background: url("/files/user/contents/service/solutions/common/icon04.png") no-repeat center top;
  padding-top: 60px;
  display: inline-block;
}
[data-static-html] .bottom_contact dd {
  float: right;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
  padding-top: 10px;
}
[data-static-html] .bottom_contact a {
  color: #fff;
  background-color: #083863;
  font-size: 15px;
  max-width: 333px;
  height: 50px;
  line-height: 50px;
  margin: 15px auto 0;
  display: block;
}

/*banner*/
/*---------------------------------------------------*/
[data-static-html] #banner {
  max-width: 230px;
  margin: 0 auto;
}
[data-static-html] #banner li {
  margin-bottom: 15px;
}

/*table*/
/*---------------------------------------------------*/
[data-static-html] table.table01 {
  border: 1px solid #bbb;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
}
[data-static-html] table.table01 th {
  background-color: #f3f3f5;
  padding: 14px 0.5em;
  border: 1px solid #bbb;
  font-weight: normal;
}
[data-static-html] table.table01 td {
  padding: 14px 0.5em;
  border: 1px solid #bbb;
}
[data-static-html] table.table02,
[data-static-html] table.table03,
[data-static-html] table.table04 {
  border: 1px solid #bbb;
  width: 100%;
  margin: 0 auto;
  line-height: 1.4;
  margin-bottom: 5px;
}
[data-static-html] table.table02 th,
[data-static-html] table.table04 th {
  background-color: #f3f3f5;
  padding: 14px 0.5em;
  border: 1px solid #bbb;
  font-weight: normal;
  text-align: center;
}

[data-static-html] table.table03 th {
  color: #ffffff;
  background-color: #083863;
  padding: 14px 0.5em;
  border: 1px solid #bbb;
  font-weight: normal;
  text-align: center;
}

@media only screen and (min-width: 641px) {
  [data-static-html] table.table03 th:first-child {
    width: 38%;
  }
  [data-static-html] table.table03 th:nth-child(2) {
    width: 28%;
  }
  [data-static-html] table.table03 th:nth-child(3) {
    width: 17%;
  }
  [data-static-html] table.table03 th:nth-child(4) {
    width: 17%;
  }
}

[data-static-html] .rental_box05 .table03 th:nth-child(1) {
  width: 20%;
}
[data-static-html] .rental_box05 .table03 th:nth-child(2) {
  width: 50%;
}
[data-static-html] .rental_box05 .table03 th:nth-child(3) {
  width: 15%;
}
[data-static-html] .rental_box05 .table03 th:nth-child(4) {
  width: 15%;
}

[data-static-html] .rental_list .table03 th:nth-child(1) {
  width: 20%;
}
[data-static-html] .rental_list .table03 th:nth-child(2) {
  width: 50%;
}
[data-static-html] .rental_list .table03 th:nth-child(3) {
  width: 15%;
}
[data-static-html] .rental_list .table03 th:nth-child(4) {
  width: 15%;
}

[data-static-html] table.table02 td,
[data-static-html] table.table04 td {
  padding: 14px 0.5em;
  border: 1px solid #bbb;
  text-align: center;
}

[data-static-html] table.table03 td {
  padding: 8px 0.5em;
  border: 1px solid #bbb;
}

[data-static-html] table.table03 td {
  vertical-align: middle;
}
[data-static-html] table.table03 td img {
  max-width: 160px;
}

[data-static-html] table.table03 .rental_item_box .item_name {
  width: 75%;
  float: left;
}

[data-static-html] table.table03 .rental_item_box .item_image {
  width: 25%;
  text-align: center;
  float: right;
}

[data-static-html] table.table03 .rental_item_box .item_image img {
  max-width: 100%;
  max-height: 55px;
  width: auto;
  height: auto;
}

[data-static-html] table.table03 tr:hover {
  background-color: #f3f3f5;
  transition: 0.7s;
}

[data-static-html] table.table04 th,
[data-static-html] table.table04 td {
  text-align: left;
}
[data-static-html] table.table04 th {
  width: 20%;
}
[data-static-html] .table_wrap p {
  display: none;
  font-size: 12px;
  margin-bottom: 15px;
}

/*innerlink*/
/*---------------------------------------------------*/
[data-static-html] .innerlink {
  margin-top: -70px;
  padding-top: 70px;
}

/*solution*/
/*---------------------------------------------------*/
[data-static-html] .solution_box02:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] #solution_box01 {
  text-align: center;
}
[data-static-html] #solution_box01 img {
  max-width: 800px;
}
[data-static-html] .solution_box02 dl {
  width: 48%;
}
[data-static-html] .solution_box02 dt img {
  max-width: 460px;
}
[data-static-html] .solution_box02 dt {
  margin-bottom: 15px;
  text-align: center;
}
[data-static-html] .solution_box02 dl:hover img {
  opacity: 0.7;
}
[data-static-html] .solution_box02 dl:hover h4 {
  color: #0d3d68;
}

/*support*/
/*---------------------------------------------------*/
[data-static-html] .support_box01:after,
[data-static-html] .support_box02:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] .support_box01 {
  border: 2px solid #e9e9e9;
  padding: 20px;
  max-width: 850px;
  margin: 0 auto;
}
[data-static-html] .support_box01 h3 {
  margin-bottom: 15px;
}
[data-static-html] .support_box01 li {
  width: 50%;
  text-align: center;
}
[data-static-html] .support_box01 li:first-child {
  border-right: 1px solid #ddd;
}
[data-static-html] .support_box01 dl {
  background-color: #0d73e4;
  color: #fff;
  padding: 10px;
}
[data-static-html] .support_box01 .flr dl {
  background-color: #0d3d68;
}
[data-static-html] .support_box01 .flt dl {
  margin-right: 20px;
}
[data-static-html] .support_box01 .flr dl {
  margin-left: 20px;
}
[data-static-html] .support_box01 dd {
  font-size: 18px;
  font-weight: bold;
}
[data-static-html] .support_box01 dd a {
  color: #fff;
}
[data-static-html] .support_box01 dd .f24 {
  font-size: 24px;
}
[data-static-html] .support_box01 dt {
  font-size: 16px;
}
[data-static-html] .support_box01 p {
  margin-top: 20px;
  font-size: 13px;
}
[data-static-html] .support_box02 dl {
  width: 50%;
  padding: 30px 20px;
  border-bottom: 1px solid #fff;
}
[data-static-html] .support_box02 .flr {
  border-left: 1px solid #fff;
}
[data-static-html] .support_box02 dt {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
  max-width: 340px;
  margin: 0 auto 10px;
}
[data-static-html] .support_box02 dd {
  max-width: 340px;
  margin: 0 auto;
}
[data-static-html] .support_box02 dl:nth-child(1),
[data-static-html] .support_box02 dl:nth-child(4) {
  background-color: #cee5eb;
}
[data-static-html] .support_box02 dl:nth-child(2),
[data-static-html] .support_box02 dl:nth-child(3) {
  background-color: #eee;
}
[data-static-html] #support_box03 {
  text-align: center;
}

/*about*/
/*---------------------------------------------------*/
[data-static-html] .about_box01:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] .about_box01 dl {
  width: 48%;
}
[data-static-html] .about_box01 dt img {
  max-width: 460px;
}
[data-static-html] .about_box01 dt {
  margin-bottom: 15px;
  text-align: center;
}
[data-static-html] .about_box01 h3 {
  font-weight: bold;
  padding-left: 18px;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
}
[data-static-html] .about_box01 h3:before {
  content: "";
  background: #0d3d68;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
[data-static-html] .about_box01 .btn {
  text-align: right;
  margin-top: 15px;
}
[data-static-html] .about_box01 .btn a {
  position: relative;
  padding-left: 20px;
}
[data-static-html] .about_box01 .btn a:before {
  content: "";
  position: absolute;
  top: 12px;
  top: -webkit-calc(50% - 4px);
  top: calc(50% - 4px);
  left: 0;
  width: 6px;
  height: 6px;
  border-top: solid 1px #0d3d68;
  border-right: solid 1px #0d3d68;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
[data-static-html] .about_box01.w100 dl {
  width: 100%;
}
[data-static-html] .about_box01.w100 dt img {
  max-width: 100%;
}
/*case*/
/*---------------------------------------------------*/
[data-static-html] .case_box01:after {
  content: "";
  display: block;
  clear: both;
}
[data-static-html] .case_box01 dl {
  float: left;
  width: 32%;
  margin: 0 2% 40px 0;
}
[data-static-html] .case_box01 dl:nth-child(3n) {
  margin: 0 0 20px 0;
}
[data-static-html] .case_box01 dl:nth-child(3n + 1) {
  clear: both;
}
[data-static-html] .case_box01 dt {
  position: relative;
  text-align: center;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 5px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-sizing: border-box;
}
[data-static-html] .tag_list {
  width: calc(100% + 5px);
  font-size: 0;
  margin-bottom: 10px;
  padding-left: 10px;
}
[data-static-html] .tag_list li {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 0 0;
  padding: 3px 8px 3px 13px;
  line-height: 1.4;
  font-weight: normal;
  background: url("/files/user/contents/service/solutions/common/icon_sharp.png") no-repeat 0 4px/10px auto;
  color: #276cbf;
}
[data-static-html] .cate_list li {
  display: inline-block;
  margin: 0 2px 4px 0;
  padding: 6px 12px 5px;
  border-radius: 2px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: normal;
  color: #ffffff;
  background-color: #276cbf;
}
[data-static-html] .case_box01 dt img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 100%;
  width: auto;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-static-html] .case_box01 li {
  line-height: 1.2;
}
[data-static-html] .case_box01 .case_cat {
  font-weight: bold;
  margin-bottom: 5px;
}
[data-static-html] .case_box01 .case_cat a {
  padding: 5px 10px;
  color: #fff;
  display: block;
}
[data-static-html] .case_box01 .case_cat a:hover {
  opacity: 0.7;
}
[data-static-html] .case_box01 .case_cat.cat01 a {
  background: #cb403d;
}
[data-static-html] .case_box01 .case_cat.cat02 a {
  background: #3da586;
}
[data-static-html] .case_box01 .case_cat.cat03 a {
  background: #a365a9;
}
[data-static-html] .case_box01 .case_cat.cat04 a {
  background: #42a5f5;
}
[data-static-html] .case_box01 .case_cat.cat05 a {
  background: #66bb6a;
}
[data-static-html] .case_box01 .case_cat.cat06 a {
  background: #ffca2b;
}
[data-static-html] .case_box01 .case_date {
  margin-bottom: 10px;
  padding: 0 10px;
}
[data-static-html] .case_box01 .case_title {
  margin-bottom: 10px;
  padding: 0 10px;
  font-size: 16px;
}
[data-static-html] .case_box01 .case_tag {
  padding: 0 10px;
  font-size: 0;
}
[data-static-html] .case_box01 .case_tag li {
  display: inline-block;
  font-size: 12px;
  margin: 0 5px 5px 0;
}
[data-static-html] .case_box01 .case_tag li a {
  color: #fff;
  padding: 2px 1em;
  display: block;
  opacity: 1 !important;
}
[data-static-html] .case_box01 .case_tag li a:hover {
  opacity: 0.7;
}
[data-static-html] .case_box01 .case_tag .tag01 a {
  background: #ffca2b;
}
[data-static-html] .case_box01 .case_tag .tag02 a {
  background: #66bb6a;
}
[data-static-html] .case_box01 .case_tag .tag03 a {
  background: #42a5f5;
}
[data-static-html] .case_box01 .case_tag .tag04 a {
  background: #a365a9;
}
[data-static-html] .case_box01 .case_tag .tag05 a {
  background: #3da586;
}
[data-static-html] .case_box01 .case_tag .tag06 a {
  background: #cb403d;
}

/*maker*/
/*---------------------------------------------------*/
[data-static-html] .maker_box01:after {
  content: "";
  display: block;
  clear: both;
}
[data-static-html] .maker_box01 dl {
  float: left;
  width: 23.5%;
  margin: 0 2% 30px 0;
  line-height: 1.4;
}
[data-static-html] .maker_box01 dl:nth-child(4n) {
  margin: 0 0 30px 0;
}
[data-static-html] .maker_box01 dt {
  margin-bottom: 10px;
}
[data-static-html] .maker_box01 .maker_name {
  margin-bottom: 10px;
  color: #073863;
}
[data-static-html] .maker_box01 .maker_url,
[data-static-html] .maker_box01 .maker_product {
  text-align: center;
}
[data-static-html] .maker_box01 .maker_url a,
[data-static-html] .maker_box01 .maker_product a {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 7px;
  font-size: 13px;
  transition: 0.7s;
}
[data-static-html] .maker_box01 .maker_url a {
  background-color: #666;
  border: 1px solid #666;
}
[data-static-html] .maker_box01 .maker_url a:hover {
  color: #666;
  background-color: #fff;
}
[data-static-html] .maker_box01 .maker_product a {
  background-color: #003360;
  border: 1px solid #003360;
}
[data-static-html] .maker_box01 .maker_product a:hover {
  color: #003360;
  background-color: #fff;
}
[data-static-html] .maker_box01 .maker_url {
  margin-bottom: 5px;
}
[data-static-html] .maker_box01 .maker_url a::before,
[data-static-html] .maker_box01 .maker_product a::before {
  position: absolute;
  top: 12px;
  right: 7px;
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*recruit*/
/*---------------------------------------------------*/
[data-static-html] .recruit_box_in:after {
  content: "";
  display: block;
  clear: both;
}
[data-static-html] .recruit_box01 .flt_pc {
  width: 62%;
}
[data-static-html] .recruit_box01 .flr_pc {
  width: 34%;
  text-align: center;
}
[data-static-html] .recruit_box01 .flr_pc img {
  max-width: 320px;
}
[data-static-html] .recruit_box02 {
  text-align: center;
}
[data-static-html] .recruit_box03 p {
  margin-bottom: 20px;
}
[data-static-html] .recruit_box03 dl {
  float: left;
  width: 49%;
  margin-right: 2%;
  padding: 20px;
  background: #0d73e4;
  line-height: 1.4;
  color: #fff;
}
[data-static-html] .recruit_box03 dl:last-child {
  margin-right: 0;
  background: #073863;
}
[data-static-html] .recruit_box03 dl:hover {
  opacity: 0.7;
}
[data-static-html] .recruit_box03 dt {
  margin-bottom: 10px;
}
[data-static-html] .recruit_box03 dt a {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

/*career*/
/*---------------------------------------------------*/
[data-static-html] #career_box01 ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-static-html] #career_box01 ul {
  text-align: center;
  font-size: 0;
}
[data-static-html] #career_box01 li {
  display: inline-block;
  font-size: 14px;
  margin: 0 5px 10px;
}
[data-static-html] #career_box01 li a {
  padding: 1em 2em;
  display: block;
  background: #073863;
  color: #fff;
}
[data-static-html] .career_box02 table.table01 th {
  width: 7em;
}
[data-static-html] #career_box04 {
  padding: 10px;
  border: 1px solid #ccc;
}

/*rental*/
/*---------------------------------------------------*/
[data-static-html] .rental_address {
  border: 1px solid #ccc;
  padding: 20px 20px 10px;
}
[data-static-html] .rental_address dt {
  margin-bottom: 20px;
}
[data-static-html] .rental_address li {
  line-height: 1.2;
  margin-bottom: 10px;
}
[data-static-html] .rental_address a {
  color: #0d73e4;
}
[data-static-html] .rental_contact {
  padding-top: 20px;
  border-top: 1px dotted #ddd;
  margin-top: 20px;
}
[data-static-html] .rental_contact dt {
  text-align: center;
  width: 230px;
  font-size: 16px;
  padding: 18px 0 15px;
  float: left;
  background-color: #0d73e4;
  color: #fff;
}
[data-static-html] .rental_contact dd {
  float: right;
  width: -webkit-calc(100% - 250px);
  width: calc(100% - 250px);
}
[data-static-html] .rental_contact .tel01 {
  color: #0d73e4;
  font-weight: bold;
  font-size: 16px;
}
[data-static-html] .rental_contact .tel01 a {
  color: #0d73e4;
}
[data-static-html] .is-fixed #rental_box02 {
  position: relative;
  background: #fff;
  z-index: 2;
  height: 200px;
}

[data-static-html] .is-fixed #rental_box02 .opa_a {
  position: fixed;
  background-color: #fff;
}

[data-static-html] #rental_box02 ul:after {
  content: "";
  display: block;
  clear: both;
}
[data-static-html] #rental_box02 li {
  float: left;
  width: 19%;
  margin: 0 1.25% 10px 0;
  text-align: center;
}
[data-static-html] #rental_box02 li:nth-child(5n) {
  margin: 0 0 10px 0;
}
[data-static-html] #rental_box02 li a {
  display: table;
  width: 100%;
  background: #073863;
  color: #fff;
  height: 54px;
  line-height: 1.4;
  padding: 5px;
}
[data-static-html] #rental_box03 dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: table;
  width: 100%;
}
[data-static-html] #rental_box03 dl:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}
[data-static-html] #rental_box03 dt {
  display: table-cell;
  vertical-align: middle;
  width: 30%;
  text-align: center;
}
[data-static-html] #rental_box03 dt img {
  max-width: 240px;
}
[data-static-html] #rental_box03 dd {
  display: table-cell;
  width: 70%;
  padding: 0 20px;
}
[data-static-html] .rental_box04 dt {
  font-weight: bold;
  margin-bottom: 5px;
}
[data-static-html] .rental_box04 .table_wrap {
  margin-top: 20px;
}
[data-static-html] .rental_box05 dt {
  font-weight: bold;
  padding-left: 18px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0d3d68;
  margin-bottom: 10px;
  line-height: 1.2;
  position: relative;
  padding-right: 24px;
}
[data-static-html] .rental_box05 dt:before {
  content: "";
  background: #0d3d68;
  width: 13px;
  height: 13px;
  position: absolute;
  left: 0;
  top: 0;
}
[data-static-html] .rental_box05 dt:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #0d3d68;
  border-right: 2px solid #0d3d68;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 5px;
  top: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
[data-static-html] .rental_box05 dt:hover {
  cursor: pointer;
}
[data-static-html] .rental_box05 dt.active:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 5px;
}
[data-static-html] .rental_box05 dd {
  display: none;
  padding-bottom: 10px;
}
[data-static-html] .rental_box05 .table_wrap a {
  display: block;
  color: #0d73e4;
}
[data-static-html] .rental_box05 .table_wrap a:hover {
  text-decoration: underline;
}
/*c・¨e?†c”≫e?￠a￣?c-?*/
[data-static-html] #tinymce .rental_box05 dd {
  display: block;
}

/*message*/
/*---------------------------------------------------*/
[data-static-html] .msbox {
  position: relative;
  border: 1px solid #ccc;
  border-bottom: transparent;
  box-sizing: border-box;
  padding: 65px 50px;
}
[data-static-html] .msbox .foto {
  position: absolute;
  width: 370px;
  border: 5px solid #0d3d68;
  padding: 5px;
  top: -30px;
  left: -20px;
}
[data-static-html] .msbox .foto img {
  width: 100%;
  height: auto;
}
[data-static-html] .msbox .txtarea {
  float: right;
  width: 55%;
  text-align: center;
}
[data-static-html] .msbox .title {
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  color: #0c3d67;
  margin-bottom: 20px;
}
[data-static-html] .msbox .title::before {
  content: "";
  width: 85px;
  height: 5px;
  background-color: #0d3d68;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -43px;
}
[data-static-html] .msbox .lead {
  font-size: 15px;
  font-weight: bold;
  position: relative;
  margin-top: 90px;
}
[data-static-html] .msbox .lead:after {
  content: "";
  width: 510px;
  height: 300px;
  position: absolute;
  background-color: #e9e9e9;
  display: block;
  top: -60px;
  z-index: -1;
  left: 50%;
  margin-left: -260px;
}
[data-static-html] .msbox .mstxt {
  clear: both;
  padding-top: 150px;
}
[data-static-html] .msbox_bottom {
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 15px 50px;
  background-color: #f5f5f5;
  border-bottom: 3px solid #0d3d68;
}
[data-static-html] .msbox_bottom ul {
  float: right;
}
[data-static-html] .msbox_bottom li {
  display: inline-block;
}
[data-static-html] .msbox_bottom:after {
  content: "";
  display: table;
  clear: both;
}

[data-static-html] .sp_on {
  display: none;
}
[data-static-html] .msbox_new {
  position: relative;
  border-width: 1px 1px 3px 1px;
  border-style: solid;
  border-color: #ccc #ccc #0d3d68 #ccc;
  box-sizing: border-box;
  padding: 65px 50px;
  margin-bottom: 50px;
  background-color: #f4f4f4;
}
[data-static-html] .msbox_new::after {
  display: block;
  content: "";
  clear: both;
}
[data-static-html] .msbox_new .photo {
  float: left;
  width: 45%;
  margin-bottom: 20px;
}
[data-static-html] .msbox_new .photo_border {
  margin-bottom: 5px;
}
[data-static-html] .msbox_new img {
  max-width: 100%;
  height: auto;
}
[data-static-html] .msbox_new .txtarea {
}
[data-static-html] .msbox_new .title {
  float: right;
  width: 55%;
  text-align: center;
  position: relative;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  color: #0c3d67;
  margin-bottom: 20px;
}
[data-static-html] .msbox_new .title::before {
  content: "";
  width: 85px;
  height: 5px;
  background-color: #0d3d68;
  position: absolute;
  top: -65px;
  left: 50%;
  margin-left: -43px;
}
[data-static-html] .msbox_new .lead {
  float: right;
  width: 55%;
  min-height: 200px;
  position: relative;
  text-align: center;
  margin-top: 20px;
  background-color: #fff;
  border: 1px solid #0d73e4;
  padding: 20px;
}
[data-static-html] .msbox_new .lead_title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

/*business*/
/*---------------------------------------------------*/
[data-static-html] .business_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

/*rss news*/
/*---------------------------------------------------*/
/* #sub_rss_box dl{
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
} */
/* #sub_rss_box dl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
} */
/* .rss_date{
	float: left;
	width: 15%;
}
.rss_title{
	float: left;
	width: 85%;
} */
/* .rss_title a {
	color:#244d9a;
}
.rss_title a:hover {
	text-decoration:underline;
}
.rss_contents{
	margin-left: 15%;
} */
[data-static-html] #sub_rss_box dl {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
[data-static-html] #sub_rss_box dl .rss_date {
  width: 100px;
}
[data-static-html] #sub_rss_box dl .rss_title {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 421px) {
  [data-static-html] #sub_rss_box .rss_contents {
    margin-left: 100px;
    margin-top: 10px;
  }
}

/* sitemap */
/*---------------------------------------------------*/
[data-static-html] .sitemap {
  padding-bottom: 30px;
}
[data-static-html] .sitemap li {
  margin: 10px 0;
  padding: 0;
  list-style-type: none;
}
[data-static-html] .sitemap a {
  color: #333;
}
[data-static-html] .sitemap a:hover {
  text-decoration: underline;
}
[data-static-html] .sitemap ul {
  padding: 0 0 5px 25px;
}
[data-static-html] .sitemap ul li {
  margin: 5px 0;
  padding: 0;
}
[data-static-html] .sitemap li::before {
  content: "";
  margin-right: 3px;
  background: url("/files/user/contents/service/solutions/common/arr01.png") no-repeat 0 0 / 10px auto;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: relative;
  text-decoration: none;
}

/* btn */
/*---------------------------------------------------*/
[data-static-html] .btn01 {
  text-align: center;
}

[data-static-html] .btn01 a {
  display: inline-block;
  background: #083863;
  border: 1px solid #083863;
  color: #fff;
  padding: 10px 40px;
  transition: 0.7s;
}
[data-static-html] .btn01 a:hover {
  background: #fff;
  color: #083863;
}
[data-static-html] .btn_light_blue a {
  display: inline-block;
  background: #0d73e4;
  border: 1px solid #0d73e4;
  color: #fff;
  padding: 10px 40px;
  transition: 0.7s;
}
[data-static-html] .btn_light_blue a:hover {
  background: #fff;
  color: #0d73e4;
}

/*box*/
/*---------------------------------------------------*/
[data-static-html] .box3 > li {
  float: left;
  width: 31.2%;
  margin-left: 3.2%;
  list-style: none;
}
[data-static-html] .box3 > li:nth-child(3n + 1) {
  margin-left: 0;
}

/*sidebar*/
/*---------------------------------------------------*/

[data-static-html] #side_search {
  border: solid 1px #cccccc;
  padding: 10px 10px 40px 10px;
}

[data-static-html] #side_search_title {
  font-size: 14px;
  color: #000000;
  text-align: center;
  background-color: #e9e9e9;
  padding: 8.5px 0px;
}

[data-static-html] #side_search_category_list,
[data-static-html] #side_search_category_list_child {
  width: 100%;
  height: 43px;
  text-indent: 10px;
  border: none;
  border-bottom: solid 1px #cccccc;
}
[data-static-html] #side_search_category_list02,
[data-static-html] #side_search_category_list02_child {
  width: 100%;
  height: 43px;
  text-indent: 10px;
  border: none;
  border-bottom: solid 1px #cccccc;
}
[data-static-html] #side_search_category_list03,
[data-static-html] #side_search_category_list03_child {
  width: 100%;
  height: 43px;
  text-indent: 10px;
  border: none;
  border-bottom: solid 1px #cccccc;
}
[data-static-html] .db_sidebar_keyword_box {
  border-bottom: solid 1px #cccccc;
  padding: 4px 0px;
  margin-bottom: 10px;
}

[data-static-html] .db_sidebar_keyword_box input {
  width: 100%;
  background-color: #f2f2f2;
  color: #999999;
  text-indent: 13px;
  padding: 9px 0px;
}

[data-static-html] .db_sidebar_submit_btn {
  text-align: center;
}

[data-static-html] .db_sidebar_submit_btn input[type="submit"] {
  width: 38.1%;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  background-color: #083863;
  border: medium none;
  border: solid 1px #083863;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 4.5px 0px;
  cursor: pointer;
  transition: 0.7s;
}

[data-static-html] .db_sidebar_submit_btn input[type="submit"]:hover {
  color: #083863;
  background-color: #ffffff;
}

[data-static-html] .db_sidebar_title {
  text-align: center;
  border-bottom: solid 1px #cccccc;
  padding-bottom: 15px;
}

[data-static-html] .db_sidebar_select_box {
  width: 100%;
  height: 43px;
  text-indent: 10px;
  border: none;
  border-bottom: solid 1px #cccccc;
  margin-bottom: 10px;
}

[data-static-html] .db_sidebar_check_box {
  font-size: 13px;
  color: #000000;
  padding-left: 3.8%;
  margin-bottom: 15px;
}

[data-static-html] .db_sidebar_check_box input {
  vertical-align: middle;
  margin-right: 10px;
}

[data-static-html] .db_sidebar_check_box label {
  width: 50%;
  display: block;
  float: left;
}

[data-static-html] .db_sidebar_check_box label:nth-child(3) {
  width: 100%;
}

/*contact*/
/*---------------------------------------------------*/
[data-static-html] .contact_list01 li {
  float: left;
  width: 32%;
  margin-right: 2%;
}

[data-static-html] .contact_list01 li:nth-of-type(3n) {
  margin-right: 0;
}

@media only screen and (min-width: 641px) {
  [data-static-html] .contact_list01 li:nth-of-type(n + 4) {
    margin-top: 10px;
  }
}

[data-static-html] .contact_list01 li a {
  display: block;
  width: 100%;
  padding: 15px 31px 15px 10px;
  font-size: 16px;
  border: 1px solid #ccc;
  background-color: #0d3d68;
  color: #fff;
  text-align: center;
  transition: 0.3s ease;
  position: relative;
}

[data-static-html] .contact_list01 li a:hover {
  opacity: 0.7;
}
[data-static-html] .contact_list01 li .br_tab {
  display: none;
}
[data-static-html] .contact_list01 li a:before {
  content: "";
  box-sizing: border-box;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  position: absolute;
  right: 10px;
  top: calc(50% - 8px);
}
[data-static-html] .contact_list01 li a:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 6px solid #fff;
  border-bottom: 4px solid transparent;
  position: absolute;
  right: 14px;
  top: calc(50% - 4px);
}

[data-static-html] .contact_list01 li a:hover {
  background-color: #0d3d68;
  color: #fff;
}
[data-static-html] .contact02_left {
  float: left;
  width: 60%;
  padding-top: 10px;
}

[data-static-html] .contact02_right {
  float: right;
  width: 35%;
}

[data-static-html] .contact02_right a {
  display: block;
  padding: 10px;
  font-size: 16px;
  text-align: center;
  width: 100%;
  max-width: 280px;
  margin-left: auto;
  margin-right: auto;
  background-color: #0d3d68;
  transition: 0.3s ease;
  color: #fff;
}

[data-static-html] .contact02_right a:hover {
  opacity: 0.7;
}

[data-static-html] .contact03_left {
  float: left;
  width: 60%;
  padding-top: 10px;
}

[data-static-html] .contact03_right {
  float: right;
  width: 35%;
}

/****************************************************************/

/*アンカーリンク*/
/****************************************************************/
[data-static-html] .aclink {
  display: flex;
  flex-wrap: wrap;
}
[data-static-html] .aclink li {
  width: calc(20% - 8px);
  margin-right: 10px;
}
[data-static-html] .aclink li:last-child {
  margin-right: 0;
}
[data-static-html] .aclink a {
  position: relative;
  display: flex;
  padding: 0 7%;
  height: 60px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  color: #083863;
  background: #fff;
  border: 1px solid #083863;
  transition: 0.7s;
}
[data-static-html] .aclink a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #083863;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
}
[data-static-html] .aclink a:hover {
  color: #fff;
  background: #083863;
}
[data-static-html] .aclink a:hover::before {
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 690px) {
  [data-static-html] .aclink li {
    width: calc(33.33% - 7px);
    margin-bottom: 10px;
  }
  [data-static-html] .aclink li:nth-child(3) {
    margin-right: 0;
  }
}

/****************************************************************/

/*EXHIBITION　アンカーリンク*/
[data-static-html] .linkbtn {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
[data-static-html] .linkbtn li {
  width: calc(20% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  /*flex: 1 1 auto;*/
}
[data-static-html] .linkbtn li:nth-child(5n),
[data-static-html] .linkbtn li:last-child {
  margin-right: 0;
}

[data-static-html] .linkbtn a {
  position: relative;
  display: flex;
  padding: 0 20px;
  height: 45px;
  justify-content: center;
  align-items: center;
  line-height: 1.2;
  text-align: center;
  color: #083863;
  background: #fff;
  border: 1px solid #083863;
  transition: 0.7s;
  border-radius: 5px;
}
[data-static-html] .linkbtn a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #083863;
  position: absolute;
  top: 50%;
  left: 7px;
  margin-top: -2px;
}
[data-static-html] .linkbtn a:hover {
  color: #fff;
  background: #083863;
}
[data-static-html] .linkbtn a:hover::before {
  border-color: transparent transparent transparent #fff;
}

@media only screen and (max-width: 979px) {
  [data-static-html] .linkbtn li {
    width: calc(25% - 8px);
  }
  [data-static-html] .linkbtn li:nth-child(4n) {
    margin-right: 0;
  }
  [data-static-html] .linkbtn li:nth-child(5n) {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 690px) {
  [data-static-html] .linkbtn li {
    width: calc(33.33% - 7px);
  }
  [data-static-html] .linkbtn li:nth-child(3n) {
    margin-right: 0;
  }
  [data-static-html] .linkbtn li:nth-child(4n) {
    margin-right: 10px;
  }

  /*スマホ時　2カラム*/
  [data-static-html] .linkbtn.col2_sp li {
    width: 49%;
  }
  [data-static-html] .linkbtn.col2_sp li:nth-child(odd) {
    margin-right: 2%;
  }
  [data-static-html] .linkbtn.col2_sp li:nth-child(even) {
    margin-right: 0;
  }
}

/****************************************************************/

/* CONTACT from_top */
/****************************************************************/
[data-static-html] .ftCV ul:after {
  content: " ";
  display: block;
  clear: both;
}
[data-static-html] .ftCV {
  background: url("/files/user/contents/service/solutions/common/top_contact_bg.jpg") no-repeat center;
  background-size: cover;
  height: 330px;
  text-align: center;
  padding-top: 50px;
}
[data-static-html] .ftCV dl {
  max-width: 840px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 50px 10px;
}
[data-static-html] .ftCV dt {
  background: url("/files/user/contents/service/solutions/common/icon03.jpg") no-repeat top center;
  padding-top: 75px;
  font-size: 18px;
  margin-bottom: 20px;
}
[data-static-html] .ftCV li {
  float: left;
  margin: 0 6px 10px 0;
  width: 242px;
  text-align: center;
  font-size: 15px;
  line-height: 1.2;
}
[data-static-html] .ftCV li:last-child {
  margin-right: 0;
}
[data-static-html] .ftCV a {
  display: flex;
  height: 50px;
  width: 100%;
  color: #fff;
  padding: 5px;
  justify-content: center;
  align-items: center;
  border: 1px solid #0168d9;
  transition: 0.3s;
}

[data-static-html] .ftCV li:nth-child(1) a {
  background-color: #083863;
}

[data-static-html] .ftCV li:hover:nth-child(1) a {
  background-color: #fff;
}

[data-static-html] .ftCV li:nth-child(2) a {
  background-color: #0168d9;
}

[data-static-html] .ftCV li:hover:nth-child(2) a {
  color: #0168d9;
  background-color: #fff !important;
}

[data-static-html] .ftCV li:nth-child(3) a {
  background-color: #333333;
}

[data-static-html] .ftCV li:hover:nth-child(3) a {
  background-color: #fff;
}

/* EXHIBITION COL WRAPALL用*/
/****************************************************************/
[data-static-html] .solBox {
  display: flex;
  flex-wrap: wrap;
}
[data-static-html] .solBox .colInn {
  position: relative;
  width: calc(25% - 18px);
  margin-right: 24px;
  margin-bottom: 24px;
  box-shadow: 0 4px 6px -3px rgba(0, 0, 0, 0.5);
  border: 1px solid #ddd;
  box-sizing: border-box;
}
[data-static-html] .solBox .colInn:nth-child(4n) {
  margin-right: 0;
}
[data-static-html] .solBox .foto {
  position: relative;
  height: 150px;
  overflow: hidden;
  margin-bottom: 15px;
}
[data-static-html] .solBox .foto img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[data-static-html] .solBox .tagtime {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  background-color: #333;
  color: #fff;
  height: 30px;
  justify-content: center;
  align-items: center;
  width: 90px;
}
[data-static-html] .solBox .innBox {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
[data-static-html] .solBox .Titl {
  display: block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 7px;
}
[data-static-html] .solBox .Titl .pls {
  font-weight: normal;
  margin-left: 5px;
  padding-left: 5px;
  border-left: 1px solid #aaa;
}
[data-static-html] .solBox .txtArea {
  margin-bottom: 10px;
}
[data-static-html] .solBox .txtArea p {
  line-height: 1.2;
  color: #0e60bc;
}
[data-static-html] .solBox .btn {
  margin-bottom: 5px;
}
[data-static-html] .solBox .btn a {
  position: relative;
  color: #fff;
  display: block;
  text-align: center;
  padding: 3px;
  transition: 0.7s;
}
[data-static-html] .solBox .btn.detail a {
  background-color: #666;
  border: 1px solid #666;
}
[data-static-html] .solBox .btn.detail a:hover {
  color: #666;
  background-color: #fff;
}
[data-static-html] .solBox .btn.rep a {
  background-color: #003360;
  border: 1px solid #003360;
}
[data-static-html] .solBox .btn.rep a:hover {
  color: #003360;
  background-color: #fff;
}

[data-static-html] .solBox .btn a::before {
  position: absolute;
  top: 50%;
  right: 5%;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid;
  border-right: 1px solid;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 979px) {
  [data-static-html] .solBox .colInn {
    width: calc(50% - 16px);
  }
  [data-static-html] .solBox .colInn:nth-child(odd) {
    margin-right: 24px;
  }
  [data-static-html] .solBox .colInn:nth-child(even) {
    margin-right: 0;
  }
  [data-static-html] .solBox .foto img {
    max-width: none;
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 690px) {
  [data-static-html] .solBox .colInn {
    width: 100%;
    margin-right: 0;
  }
  [data-static-html] .solBox .colInn:nth-child(odd) {
    margin-right: 0;
  }
}

/*anchor_link*/
/*---------------------------------------------------*/
[data-static-html] #dcms_layoutPageBlock a[id^="rental"] {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: -230px;
}
[data-static-html] #dcms_layoutPageBlock a#rental01 {
  display: block;
  width: 0;
  height: 0;
  position: relative;
  top: -70px;
}

/* 20190214 */
/* pagetop ***/
[data-static-html] a.pagetop {
  background-image: url("/files/user/contents/service/solutions/common/pagetop.gif");
}

/*-----------------------------------------------------------------

 pagetop

-----------------------------------------------------------------*/
[data-static-html] #topcontrol {
  z-index: 150;
  margin-bottom: 0;
}

[data-static-html] a.pagetop {
  width: 72px;
  height: 72px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 72px 72px;
  display: block;
  z-index: 50;
}

@media only screen and (max-width: 979px) {
  [data-static-html] #topcontrol {
    margin-bottom: 20px;
  }
  [data-static-html] a.pagetop {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
}

@media only screen and (max-width: 690px) {
  [data-static-html] #topcontrol {
    display: none;
  }
}

[data-static-html] .contents_center .number {
  font-size: 110px !important;
}
[data-static-html] .number.lightgreen_txt .num_unit {
  font-size: 60px !important;
}

[data-static-html] .nm {
  display: flex;
}

[data-static-html] .nm p {
  width: 35%;
  padding-top: 100px;
}
[data-static-html] .nm div {
  width: 65%;
}

[data-static-html] .nm table {
  font-size: 13px;
  margin: 20px auto 40px;
}
[data-static-html] .nm table tr th {
  width: 20%;
}
[data-static-html] .nm table tr td {
  width: 80%;
}

/*.border_box03 {padding: 55px 2%!important;}
.border_box04 {padding: 55px 2%!important;}*/

@media only screen and (min-width: 641px) and (max-width: 1199px) {
  [data-static-html] .nm {
    display: block;
  }
  [data-static-html] .nm p {
    width: 100%;
    padding-top: 40px;
  }
  [data-static-html] .nm div {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  [data-static-html] .contents_center .number {
    font-size: 80px !important;
  }
  [data-static-html] .number.lightgreen_txt .num_unit {
    font-size: 36px !important;
  }
  [data-static-html] .nm {
    display: block;
  }
  [data-static-html] .nm p {
    width: 100%;
    padding-top: 10px;
  }
  [data-static-html] .nm div {
    width: 100%;
  }
  [data-static-html] .nm table tr th {
    width: 100%;
  }
  [data-static-html] .nm table tr td {
    width: 100%;
  }
}

/* IE hack */
@media all and (-ms-high-contrast: none) {
  [data-static-html] .nm {
    display: block !important;
  }
}
}
