@charset "utf-8";



h2{
line-height: 2.6rem !important;

}
h3{
  font-weight: bold;
  text-align: left;
  line-height: 3rem;
  
  }

h4{
font-weight: bold;
text-align: left;
}

p{ text-align: left;}

.h1intro{
  text-align: center;
  background-color: rgb(255, 231, 249);
  margin-bottom: 30px;
  padding: 5px 0 2px;


}

.yaji_c{
text-align: center;
margin: 20px 0;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.8rem;
}

table caption {
  line-height: 2.6rem;
  font-size: 1.4rem;
}


table th {
  background-color: #c1dee5;
  text-align: center;
  font-weight: normal;
  border: 1px solid black;
  padding: 15px 10px 13px;
  vertical-align: middle;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4rem;
  white-space: nowrap;
}

table td {
  background-color: white;
  border: 1px solid black;
  padding: 12px 15px 10px;
  font-size: 0.9rem;
}

table td a {
  text-decoration: underline;
  color: blue;
}

div.t3table {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

div.t3table div {
  width: 30%;
}

div.t3table div p {
  text-align: right;
  font-size: 0.9rem;
}

table.t002 th {
  background-color: blanchedalmond;
}

table.t002 caption {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.6rem;
}

table.t002 span {
  font-size: 0.9rem;
  font-weight: normal;
}

table.t003 {
  width: 100%;

}

table.t003 th {
  background-color: transparent;
}

table.t005 {
  width: 100% !important;

}

table.t005 th {
  background-color: transparent;
}
table.t005 td {
  word-break : break-all;
}
.ukeireimg {
  margin: 30px 0 50px;
}

table.int001 {
margin: 0 auto;
  width: auto;
}

table.int001 caption{
 font-size: 0.9rem;
  }

  table.int001 th{
    padding: 10px 50px 7px;
  }
  table.int001 td{
    padding: 10px 50px 7px;
  }


/* ---------------------------------
メディアクエリー
--------------------------------- */
@media screen and (max-width: 767px) {
  div.t3table {
    display: block;
  }

  div.t3table div {
    width: 100%;
  }

  .t005div {
    display: block;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
    word-break : break-all !important;
  }

 
  .t003div {
    display: block;
    overflow-x: scroll;
    white-space: normal;
    -webkit-overflow-scrolling: touch;
  }
}
