/* 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;
}

#business_support{
    margin-bottom: 50px; 
}
#business_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;
}
#business_support h3::after {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: #5986C6;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
#business_support h4 {
    font-size: 120%;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: 2px;
    color: #5986C6;
    margin: 20px 0 10px;
}

#business_support table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
}
#business_support table th, 
#business_support table td {
    border-bottom: 2px solid #c1c7c6;
    padding: 1em;
    vertical-align: top;
}
#business_support table th {
    border-bottom: 2px solid #5986C6;
    font-weight: bold;
    text-align: center;
    width: 30%;
}

#business_support #expert .case {
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    background: #FAF7F0;
    padding: 3%;
    margin: 0 0 2%;
}
#business_support #expert .case h4{
    margin: 0 0 10px;
}

#business_support #meeting .case {
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    background: #FAF7F0;
    padding: 3%;
    margin: 0 0 2%;
}
#business_support #meeting .case h4{
    margin: 0 0 10px;
}
#business_support #meeting .img{
    text-align: center;
    margin-top: 30px;
}

#business_support #system ul {
  list-style: none;
  padding: 0;
  margin: 30px 0;
}
#business_support #system li {
  margin-bottom: 10px;
}
#business_support #system a {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 450px; 
  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;
}
#business_support #system a::before {
  content: url("../module/img/arrow3.svg");
  display: inline-block;
  width: 7px;
  height: auto;
  line-height: 0;
}
#business_support #system .img{
    text-align: center;
    margin-top: 30px;
}

#business_support #cost .img{
    text-align: center;
    margin-top: 30px;
}

#business_support #network .participant {
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    background: #FAF7F0;
    padding: 3%;
    margin: 2% 0;
}
#business_support #network .participant h4{
    margin: 0 0 10px;
}

#business_support #service .case {
    border: 5px solid #e6e6e6;
    border-radius: 10px;
    background: #FAF7F0;
    padding: 3%;
    margin: 0 0 2%;
}
#business_support #service .case h4{
    margin: 0 0 10px;
}
#business_support #service .img{
    text-align: center;
    margin-top: 30px;
}
@media screen and (max-width: 480px) {
    #fv h2 {
        font-size: 120%;
    }
    #menu ul {
        display: grid;
    }
    
    #business_support table,
    #business_support tbody,
    #business_support tr,
    #business_support th,
    #business_support td {
        display: block;
        width: 100%;
        box-sizing: border-box;
        word-wrap: break-word;
        overflow-wrap: break-word;
        white-space: normal;
    }
    #business_support table{
        margin: 30px 0 30px 0;
    }
    #business_support table tr {
        margin-bottom: 20px;
        border: 2px solid #5986C6;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
    }
    #business_support table th {
        background-color: #5986C6;
        color: #fff;
        padding: 0.8em 1em;
        border: none;
        width: auto;
        text-align: center;
    }
    #business_support table td {
        border: none;
        border-top: 1px solid #c1c7c6;
        padding: 1em;
        word-break: break-word;
    }
    #business_support table td a {
        word-break: break-all;
        display: inline-block;
        overflow-wrap: anywhere;
    }
    #business_support table td p {
        width: 100%;
        margin: 0;
    }
    
    #business_support #system a {
        width: 100%;
        font-size: 95%;
        padding: 12px 15px;
      }
    
}
