/* CSS Document */
article{
    padding-bottom: 80px; 
}

#fv{
    margin-bottom: 50px; 
}
#fv h2{
    text-align: left;
    color: #fff;
    padding: 30px 0 30px 20px;
    background: rgba(89, 134, 198, .8);
    font-size: 140%;
    margin-bottom: 50px;
}

#menu{
    margin-bottom: 50px; 
}
#menu ul{
    display: inline-flex;
    gap: 15px;
    bottom: 0;
    right: 0;
    flex-direction: column;
    padding-bottom: 50px;
}
#menu ul li a{
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    background: #4A7EBE;
    border-radius: 5px;
    padding: 15px 50px;
    display: flex;
    align-items: baseline;
    gap: 7px;
    position: relative;
    color: #fff;
}
#menu ul li a::before {
    content: url("../module/img/arrow3.svg");
    width: 7px;
    line-height: 0;
}

#startup_support{
    margin-bottom: 50px; 
}
#startup_support h3 {
    font-size: 140%;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    color: #5986C6;
    align-items: center;
    gap: 10px;
    padding: 0 5px 15px;
    position: relative;
    margin-bottom: 20px;
}
#startup_support h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#startup_support h4 {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #5986C6;
    margin: 20px 0 10px;
    text-indent: -1.1em;
	padding-left: 1.1em;
}

#startup_support table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
}
#startup_support table th, 
#startup_support table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#startup_support table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align: center;
    width: 30%;
}

#startup_support #consultation p a{
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
    background: #4A7EBE;
    border-radius: 5px;
    padding: 15px 50px;
    display: flex;
    align-items: baseline;
    vertical-align: baseline;
    gap: 7px;
    position: relative;
    color: #fff;
    width: fit-content;
    margin: 10px 0;
}
#startup_support #consultation p a::before {
    content: url("../module/img/arrow3.svg");
    width: 7px;
    line-height: 0;
}

#startup_support #system ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
#startup_support #system li {
  margin-bottom: 10px;
}
#startup_support #system a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 400px; 
  max-width: 100%;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none;
  background: #4A7EBE;
  border-radius: 5px;
  padding: 15px 20px;
  color: #fff;
  position: relative;
  box-sizing: border-box;
}
#startup_support #system a::before {
  content: url("../module/img/arrow3.svg");
  display: inline-block;
  width: 7px;
  height: auto;
  line-height: 0;
}
#startup_support #system .img{
    text-align: center;
    margin-top: 30px;
}

#startup_support #expert .case {
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    background: #FAF7F0;
    padding: 3%;
    margin: 0 0 2%;
}
#startup_support #expert .case h4{
    margin: 0 0 10px;
}

@media screen and (max-width: 480px) {
    #fv h2 {
        font-size: 120%;
    }
    #menu ul {
        display: grid;
    }
    
    #startup_support table,
    #startup_support tbody,
    #startup_support tr,
    #startup_support th,
    #startup_support td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
    #startup_support table{
        margin: 30px 0 30px 0;
    }
    #startup_support table tr {
        margin-bottom: 20px;
        border: 2px solid #5986C6;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }
    #startup_support table th {
        background-color: #5986C6;
        color: #fff;
        padding: 0.8em 1em;
        border: none;
        width: auto;
        text-align: center;
    }
    #startup_support table td {
        border: none;
        border-top: 1px solid #c1c7c6;
        padding: 1em;
        word-break: break-word;
    }
    #startup_support table td a {
        word-break: break-all;
        display: inline-block;
        overflow-wrap: anywhere;
    }
    #startup_support table td p {
        width: 100%;
        margin: 0;
    }
    
    #startup_support #system a {
        width: 100%;
        font-size: 95%;
        padding: 12px 15px;
      }
    
}
