@charset "utf-8";
/* CSS Document */
.barh1 {
  position: relative;
  color: white;
  padding: 0.5em 0.5em 0.5em 1.4em;
  background-color: #2FB9EB;
  border-radius: 5px;
}
.barh1::after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 25px;
  background-color: white;
}
.barh2 {
  width: 100%;
  /*     position: relative;*/
  color: #000;
  padding: 0.3em 0.5em 0.3em 0.4em;
  border-left: 13px solid #0052a3;
  text-align: left;
  margin-bottom: 0.8em;
}
.top-pickup01 .welcome {
  border-left: 2px solid #2fb9eb;
  border-right: 2px solid #2fb9eb;
  display: block;
  padding: 10px 0;
  text-align: center;
  color: #2fb9eb;
}
.top-pickup01 .welcome h2{
    font-size: 1.6rem;
}
.top-pickup02 .tp-inner {
  z-index: -2;
  position: relative;
}
.top-pickup02 .tp-inner .top-color {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  mix-blend-mode: multiply;
  background: #979797;
  width: 100%;
  height: 160px;
}
/*.barh2::after {
     position: absolute;
     top: 50%;
     left:0;
     transform:translateY(-50%);
     content: '';
     width: 18px;
     height:4px;
     background-color:white;
}*/
.barh3 {
  z-index: -1;
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  font-size: 1.5rem;
}
.barh3::before /*, .barh3::after */ {
  content: "";
  position: absolute;
  bottom: 0;
}
.barh3:before {
  border-bottom: 2px solid #0052a3;
  width: 100%;
}
/* .barh3:after{
	float: left;
	border-bottom: 3px solid #D8D8D8;
	width: 100%;
} */
.barh4 {
  width: 100%;
  border-bottom: 3px dotted #fff;
  font-size: 16px;
}
#001, #002, #003, #004, #005, #006, #007, #008, #009, #010 {
  margin-top: -100px;
  padding-top: 100px;
}
/* CSS Top Picup */
a.cp_btn01 {
  float: left;
  display: block;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
    background-color: #0052a3;
  border: 1px solid #0052a3;
  border-radius: 3px;
  transition: .3s;
  margin: 1em 0;
}
a.cp_btn01:hover {
  color: #0052a3;
     background-color: #FFF;
}

a.cp_btn02 {
  float: left;
  display: block;
  width: 100%;
  padding: 0.8em;
  text-align: center;
  text-decoration: none;
  color: #fff;
    background-color: #bb1511;
  border: 1px solid #bb1511;
  border-radius: 3px;
  transition: .3s;
  margin: 1em 0;
}
a.cp_btn02:hover {
  color: #bb1511;
     background-color: #FFF;
}

.pagemenu ul {
  width: 100%;
  text-decoration: none;
  list-style-type: none;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}
.pagemenu li {
  width: 100%;
  list-style-type: none;
  list-style: none;
  float: left;
  display: block;
}
.pagemenu li a {
  text-decoration: none;
  width: 100%;
  line-height: 300%;
  text-align: center;
  border-bottom: 1px dotted #0052a3;
  color: #0052a3;
  padding: 0;
  float: left;
  display: block;
  padding: 5px 0;
    transition: .1s;
}
.pagemenu li a:hover {
  text-decoration: none;
  width: 100%;
  line-height: 300%;
  text-align: center;
  background-color: #fff;
  display: block;
  color: #fff;
  background-color: #0052a3;
  float: left;
  display: block;
}
/*トップページ・ボタン*/
.btn-red {
  color: #fff;
  background-color: #bb1511;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #bb1511;
  padding: 0.375rem 2.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn-red:hover {
  color: #bb1511;
  background-color: #fff;
  text-decoration: none;
}
/*parallax*/
#colorlib-counter {
  position: relative;
  clear: both;
  margin-bottom: 5em;
}
.colorlib-counters {
  z-index: -999;
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.colorlib-counters .overlay {
  z-index: -99;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.4);
}
.colorlib-counters .icon {
  width: 100px;
  height: 100px;
  display: table;
  margin: 0 auto;
  margin-bottom: 20px;
}
.colorlib-counters .icon i {
  display: table-cell;
  vertical-align: middle;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #186aa8;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.colorlib-counters .counter-wrap {
  border: 1px solid red !important;
}
.colorlib-counters .colorlib-counter {
  font-size: 40px;
  display: block;
  color: white;
  font-family: "Quicksand", Arial, sans-serif;
  width: 100%;
  font-weight: 700;
  margin-bottom: .3em;
}
.colorlib-counters .colorlib-counter-label {
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 5px;
  margin-bottom: 2em;
  display: block;
}
.top_catch {
  z-index: -1;
  width: 100%;
  float: left;
  padding: 5%;
  color: white;
  font-size: 30px;
  font-size: 3.0rem;
  text-align: center;
  font-weight: bold;
  line-height: 180%;
}
.colorlib-lead {
  font-size: 18px;
  line-height: 1.5;
}
/*マージン追加*/
@media screen and (min-width:992px) {
  .mt-a {
    margin-top: 3.2rem;
  }
  .mt-b {
    margin-top: 4.8rem;
  }
  .mt-c {
    margin-top: 6rem;
  }
}
/*リンクの位置調整*/
.link-t-a {
  position: relative;
  top: -100px;
  display: block;
}
/*table*/
table tr {
  width: 100%;
}
table tr td:first-child {
  width: 25%;
}
/*業務案内ページメニュー*/
.sub-menu-h3 {
    position: relative;
    font-size: 0.95rem;

}
.sub-menu-h3:before{
    position: absolute;
    top: 43%;
    left: 10%;
    margin-right: 5px;
content: " ";
display: inline-block;
    background: #0052a3;
width: 0.4rem;
height: 0.4rem;
}
.sub-menu-h3:hover:before{
    background: #fff;
}
li.sub-menu-h3 a {
  background-color: white;
  border: none;
/*  border-bottom: 1px dotted #0052a3;*/
  color: #0052a3;
}
/*li.sub-menu-h3 a:hover {
  opacity: 0.6;
}*/
/*よくある質問アコーディオン*/
.ques{
    padding: 0 0 0 40px;
    background-image: url("../faq/images/img_q.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 30px;
}
.answer{
    padding: 8px 0 15px 40px;
    background-image: url("../faq/images/img_a.png");
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 30px;
}
/*メインスライド*/
.main_slide {
  max-width: 1140px;
  height: 400px;
  margin: 0 auto;
  z-index: -1;
}
@media screen and (max-width:1199px) {
  .main_slide {
    max-width: 992px;
    height: 350px;
  }
}
@media screen and (max-width:991px) {
  .main_slide {
    max-width: 768px;
    height: 270px;
  }
}
/*新着情報*/
.acp {
	padding-top:5em;
}