@charset "utf-8";
/* CSS Document */

.box-mainVisual {
  width: 100%;
  background: url(../images/mv-bg.jpg) no-repeat center bottom;
}

.box-mainVisual-in {
  max-width: 100%;
  padding: 0;
  text-align: center;
  line-height: 1;
  background: url(../images/) no-repeat center bottom;
}

.box-mainVisual-sp {
  max-width: 100%;
  padding: 0;
  text-align: center;
  line-height: 1;
}

.mv-m {
  display: none;
}

@media screen and (max-width:1100px) {
  .mv-m {
	display: block;
  }
  .mv-l {
	display: none!important;
  }
}

/*home-content-item*/
#frontPage h1.h1-std,
#frontPage h2.h2-std {
  margin: 0 0 1.2em;
  padding: 12px 15px 10px;
  border-left: #004b88 solid 10px;
  border-bottom: #004b88 solid 1px;
  color: #0063b2;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  background: none;
}

.box-serviceList,
.box-service,
.box-service .box-post-service {
  width: 100%;
}

.box-serviceList {
  float: left;
  margin-bottom: 50px;
}

.box-serviceList p {
  margin: 0;
  padding: 0 10px;
  color: #333;
  font-size: 1.3em;
  line-height: 1.5;
}

table.tbl-servicelist th {
  padding-right: 0;
  text-align: justify;
  vertical-align: top;
  background: none;
}

table.tbl-servicelist th,
table.tbl-servicelist td {
  font-size: 1.2em;
}

.box-service {
  float: left;
  margin-bottom: 30px;
}

.box-top-border {
  padding: 25px;
  border: 2px solid #c7e3d7;
  border-radius: 3px;
}

h1.h1-service {
  margin: 0 0 1.2em;
  padding: 10px 10px 10px;
  border-left: #0088d2 solid 8px;
  border-right: #0088d2 solid 8px;
  color: #fff;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1.2;
  background: #004B88;
}

h1.h1-service a {
  color: #333;
  text-decoration: none;
}

h1.h1-service a:hover {
  color: #538aed;
  text-decoration: underline;
}

.box-service .box-post-service {
  float: left;
  margin: 5px 0 10px;
  padding: 20px 15px;
  border: 1px solid #ccc;
}

.box-service h3 {
  margin: 0 0 1em;
  padding: 8px 0;
  border: none;
  color: rgb(36 65 138);
  font-size: 2em;
  font-weight: bold;
}

.box-service p,
.box-message p {
  margin: 0 0 1em;
  padding: 0 1em;
  color: #333;
  font-size: 1.1em;
  line-height: 1.3;
}
