html,body {
  margin: 0;
  padding: 0;
  overflow-x:hidden;
}
header {
  height: 100px;
  border-bottom: 40px solid #006fbb;
}
header a{
  display: block;
  margin-left: 25%;
  
}
header a img {
  padding-top: 10px;
  height: 80%;
  
}
.top-menu {
  width: 100%;
  line-height: 32px;
  border-bottom: 1px solid #b5b5b6;
}
.top-menu .wrapper {
  width: 60%;
  margin: 0 auto;
  display: flex;
}
.top-menu .wrapper a {
  text-decoration: none;
  color:#b5b5b6;
  font-size: 14px;
  width: 25%;
  text-align: center;
  display: block;
  font-weight: bold;
}
.top-menu .wrapper a:hover {
  background:#b5b5b6;
  color: white;
}
.home-main-content {
  width: 50%;
  margin: 0 auto;
}
.home-main-content p {
  margin: 0;
  padding: 0;
  color:#b5b5b6;
  font-size: 12px;
  line-height: 40px;
}
.home-main-content .fv-img img {
  width: 100%;
}
.home-main-content h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  border-bottom: 8px solid #006fbb;
  margin-top: 90px;
}
.home-main-content .greeting {
  margin: 0;
  padding: 0;
  color: black;
  font-size: 14px;
  line-height: 20px;
  margin-top: 30px;
}
.home-main-content .last-name {
  text-align:right;
}
.home-main-content .top-main-img {
  display: block;
  margin-top: 100px;
  margin-bottom: 140px;
}
.home-main-content .top-main-img img {
  width: 100%;
}
footer .footer-menu {
  display: flex;
  width: 50%;
  margin: 0 auto;
  padding-left: 34px;
  justify-content: space-between;
}
footer .footer-menu a {
	width: 100%;
  margin-right: 34px;
  line-height: 30px;
  color:#b5b5b6;
  font-size: 11px;
}
footer .copy {
  background: #006fbb;
  text-align: center;
  line-height: 26px;
  font-size:12px;
  color: white;
}

/* お試し */
h2 {
  margin-top: 0px !important;
}

/* レスポンシブ */
@media screen and (max-width: 1220px) {
  .top-menu .wrapper{
    width: 80%;
  }
  .top-menu .wrapper a {
    font-size: 12px;
  }
  footer .footer-menu {
    /* width: 60%; */
    justify-content: space-between;
  }
}
@media screen and (max-width: 1000px) {
  .home-main-content {
    width: 90%;
  }
  .top-menu .wrapper {
    width: 90%;
    margin: 0 auto;
    justify-content: space-evenly;
  }
  header a {
    margin-left: 5%;
  }
  footer .footer-menu {
    width: 100%
  }
	.footer-menu {
   width: 100%;
  }
  footer .footer-menu a {
    margin-right: 5px;
	  display: block;
  }
  .top-menu .wrapper a {
    width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }
}

/*レスポンシブ対応ブレイクポイント指定*/

@media screen and (min-width: 630px){
.br-sp {display: none; }
}
	
/*---------------20230428追加---footer変更用css--------*/
ul {
  list-style: none;
  
}

.footer01 {
  /*padding: 0.5rem;*/
  font-size: 14px;
  color: #999;
  background: #fff;
	border-top: 1px solid #ccc;
}
.footer01 a{
  color: #b5b5b5;
	padding: 0 ;
}
.footer01 a:hover {
  color: #000;
}

@media (min-width: 660px) {
  .footer01 {
    display: flex;
    justify-content: center;
  }

  .md-flex {
    display: flex;
	  padding-left: 0;
	  
  }

  .md-flex li + li {
    margin-left: 1rem;
  }
}
