@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #24292e;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}

.wrapper {
  max-width: 1200px;
  margin: 0 auto 130px auto;
  font-size: 0.9rem;
  padding: 0 4%;
}
.site-title {
  line-height: 1px;
}
.site-title a {
  display: block;
}
.sec-title {
  font-size: 45px;
  text-align: center;
  margin-bottom: 0;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0b3190;
}
.sec-title2 {
    font-size: 1.5rem;
    text-align: center;
    margin: 0 auto 30px auto;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/*-------------------------------------------
ヘッダー
-------------------------------------------*/
#header {
  max-width: 80%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  margin: 0 auto;
  padding: 0 4%;
}
#header ul {
  display: flex;
  padding: 10px 0;
}
#header li {
  font-size: 18px;
  margin-left: 30px;
}
#header li a {
  color: #24292e;
}
#header li a:hover {
  opacity: 0.7;
}
#header li img.icon {
  width: 20px;
}

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 80px;
}
#mainvisual img {
  width: 100%;
  max-width: 1920px;
  height: auto;
  object-fit: cover;
  margin: auto;
  display: block;
}

/*-------------------------------------------
service
-------------------------------------------*/
#service ul {
  display: flex;
  margin-bottom: 30px;
}
#service li {
  list-style: none;
  margin: 0 20px 20px 0;
}
#service p {
  text-align:justify;
}

/*-------------------------------------------
company
-------------------------------------------*/
table{
    border-collapse:separate;
    border-spacing: 5px;
    width: 100%;
    margin-bottom: 15px;
  }
  
  table th,table td{
    border-radius: 5px;
    text-align: center;
    padding: 15px 0;
    font-size: 18px;
  }
  
  table th{
    background-color: #0b3190;
    color: white;
  }
  
  table td{
    background-color: #e2f1f5;
  }



/*-------------------------------------------
Contact
-------------------------------------------*/
.formTable span {
  color: rgb(238, 255, 0);
  margin-right: 20px;
}
.formTable select {
  width: 90%;
  border: none;
  height: 40px;
}
.formTable input {
  width: 90%;
  border: none;
  height: 40px;
}
.formTable textarea {
  width: 90%;
  border: none;
  height: 80px;
}
.btn {
  text-align:center
}

/*-------------------------------------------
フッター
-------------------------------------------*/
#footer {
  background-color: #041c5a;
  color: #fff;
  font-size: 14px;
  padding: 10px 20px;
  text-align: center;
}
.copy {
  margin-top: 40px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
  .wrapper {
    margin-bottom: 70px;
  }
  .site-title {
    margin-top: 20px;
  }
  .sec-title {
    margin-bottom: 40px;
  }

  /*-------------------------------------------
  ヘッダー
  -------------------------------------------*/
  #header {
    max-width: 100%;
    height: auto;
    flex-direction: column;
  }
  #header li {
    font-size: 0.8rem;
    margin-left: 20px;
  }
  #header li:first-child {
    margin-left: 0;
  }

  /*-------------------------------------------
service
-------------------------------------------*/
.sec-title {
  margin-bottom: 0px;
}
#service ul {
  display:flex;
  flex-flow: column;
  margin:0 0 1em;
}
#service li {
  list-style: none;
  margin: 0 20px 20px 0;
}
#service p {
  text-align:justify;
}

  /*-------------------------------------------
  company
  -------------------------------------------*/
  #company ul {
    flex-direction: column;
  }
  #company li {
    width: 100%;
  }

  /*-------------------------------------------
  Contact
  -------------------------------------------*/
  #contact dl {
    flex-direction: column;
  }
  #contact dt {
    width: 100%;
  }
  #contact dd {
    width: 100%;
  }
}