@charset "UTF-8";
/* CSS Document */
body{
    font-feature-settings: "palt";
}
p{
    margin-bottom: 25px;
    line-height: 150%;
}
.box_img{
        margin: 0 auto;
    text-align: center;
    width: 100%;
    margin-bottom: 25px;
}
.box_img img{
    width: 50%;
    
}
.flex_boox{
    display: flex;
    margin-top: 18px;
}
.indent3{
    padding-left: 10em;
    text-indent: -10em;
}
.border {
     padding: 90px 0;
    width: 100%;
    background-color: #f1f5f9;
}
.mb25{
    margin-bottom: 25px;
}
.flex_h_center{
    display: flex;
    align-items: center;
}

.l-inner h3 {
    font-size: 1.6rem;
    text-align: left;
    line-height: 2.5rem;
    background-color: #381971;
    color: #fff;
    border-radius: 5px;
    padding: 5px 5px 5px 25px;
    position: relative;
    margin-bottom: 25px;
}
.l-inner h4 {
    line-height: 1.6rem;
    padding: 0px 0 0 20px;
    margin: 24px 0 13px 0px;
    font-size: 1.2em;
    font-weight: 600;
    color: #381971;
    position: relative;
}
.l-inner h4::before {
    content: "";
    width: 8px;
    height: 8px;
    margin-top: -3px;
    transform: rotate(45deg);
    position: absolute;
    top: 43%;
    left: 3px;
    border-top: 2px solid #381971;
    border-right: 2px solid #381971;
    border-radius: 1px;
}
.l-inner h5{
background-color: #edf7fb;
    border-left: 5px solid #381971;
   padding: 9px 0 9px 10px;
    margin: 0.8em 0;
    font-size: 1.0rem;
    line-height: 130%;
}
.yotei{
        border-bottom: 2.5px solid #B2B2B2;
    position: relative;
}
.research-content {
    max-width: 1080px;
    width: 100%;
    margin: 70px auto;
    padding: 0 20px;
    text-align: left;
}
.l-inner ul {
    list-style: none;
}
.l-inner ul li {
    padding-bottom: 20px;
}
.title p {
    font-size: 1.0rem;
    color: #381971;
    line-height: 1.5rem;
}

.lo_flex {
    display: flex
;
    justify-content: flex-end;
    gap: 20px;
    align-items: end;
    margin-bottom: 40px;
}
.greeting_txt p {
    line-height: 170%;
    padding-left: -1em;
    text-indent: 1em;
}
table {
  width: 60%;
  border-collapse: collapse;
  margin: 2rem 0;
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 14px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
    margin: 0 auto;
}

th, td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}

th {
  background-color: #f3f3f3;
  color: #333;
  font-weight: 600;
}

tr:nth-child(even) td {
  background-color: #fafafa;
}

td:first-child {
  font-weight: bold;
  color: #2c3e50;
}

table tr td[colspan] {
  background-color: #dbeeff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  color: #1a3e6e;
}
.btn2 a{
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  max-width: 510px;
  width: 100%;
  margin: 0 auto 20px auto;
  padding: 15px 10px;
  transition: .5s;
    background-color: #74519E;
    text-align: center;
        display: flex
;
    align-items: center;
    justify-content: center;
    height: 65px;
}
.btn2 a:hover{
  opacity: 1;
  background-color: #FF7D29;
color: #FFFFFF;
}
.btn2 a span {
  display:inline-block;
  transition: .5s;
}
.btn2 a:hover span {
  transform: rotateX(360deg);
}

.block1{
        width: 100%;
    text-align: center;
    background: #381971;
    color: #FFFFFF;
    padding: 20px;
}
.block2{
        padding: 20px;
    width: 100%;
    background: aliceblue;
}
/*
@media screen and (max-width: 768px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }

  thead {
    display: none;
  }

  tr {
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    background: #fff;
  }

  td {
    padding: 8px 10px;
    position: relative;
    padding-left: 50%;
    text-align: left;
  }

  td::before {
    position: absolute;
    top: 8px;
    left: 10px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #888;
    content: attr(data-label);
  }
}
*/
.box1{
 background: #edf7fb;
    width: 25%;
    padding:12px 20px;
    color: #1a3e6e;
    font-weight: bold;
}
.box2{
        padding:12px 20px;
    width: 27%;
     background: #f3f3f3;
    line-height: 125%;
}
.box3{
    padding:12px 20px;
    width: 44%;
     background: #f3f3f3;
    line-height: 125%;
    
}
.mg_l17{
    margin-left: 17px;
}
.fx_center{
    display: flex;
    justify-content: center;
}
@media(min-width:999px){
    .none{
        display: none;
    }
}
@media (max-width: 999px) {
    .indent3{
        text-indent: inherit;
        padding-left: inherit;
    }
    .mg_l17{
        margin-left: 0px;
    }
    .none{
        display: block;
    }
    .lo_flex {
        flex-direction: column-reverse;
        align-items: center;
    }
    .os_center{
    text-align: center
}
    .flex_center{
        display: block;
    }
/*
    .box1,.box2{
        width: 50%;
    }
*/
    .box1,.box2{
        padding:12px 4px;
    }
    table{
        width: 80%;
    }
    th,td{
        padding: 8px 8px;
    }
    
}
@media(max-width:580px){
    .box_img img{
        width: 100%;
    }
    table{
        width: 100%;
    }
    .box1{
        width: 30%;
    }
    .box2{
        width: 70%;
    }
    .box3{
        width: 100%;
    }
}