@charset "UTF-8";
html { font-size: 62.5%; }

body{
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color:#2c2c2c;
}

a:hover{
  opacity: .65;
  transition: 0.35s ease;
}

img{
  width: 100%;
  max-width: 35rem;
  margin: 0 auto 6rem;
  display: block;
}

.pc{
  display: block;
}

.sp{
  display: none;
}

@media screen and (max-width : 640px) {
  .pc{
    display: none;
  }

  .sp{
    display: block;
  }
}

.inner{
  max-width:700px;
  margin:0 auto;
  padding:4rem 0
}

h1{
  font-size:2rem;
  font-weight:500;
  margin-bottom:4rem;
  text-align:center;
}

.text{
  font-size:1.6rem;
  line-height:1.8;
}

ul{
  font-size:1.6rem;
  line-height:2;
  margin:2rem 0;
}

.title{
  font-size:1.6rem;
  font-weight:500;
  margin:2rem 0 1rem;
  color:#004894;
}

table{
  font-size:1.5rem;
  width:100%;
    border-left:1px solid #ddd;
    border-top:1px solid #ddd;
  margin-bottom:1rem;
}

table th,table td{
  border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
padding:1rem;
}

table th{
  font-weight:500;
  width:40%;
  background-color:#f6f6f6;
}

.caption{
  font-size:1.3rem;
}

.last-text-box{
  display:flex;
  justify-content:space-between;
  margin-bottom: 1.5rem;
}

@media screen and (max-width : 640px) {
img{
  width: 100%;
  max-width: 23rem;
  margin: 0 auto 3rem;
  display: block;
}

.inner{
  max-width: 94%;
  margin:0 auto;
  padding: 3rem 0;
}

h1{
  font-size: 1.8rem;
  /* font-weight:500; */
  margin-bottom: 3rem;
  /* text-align:center; */
  line-height: 1.6;
}

.text{
  font-size: 1.4rem;
  line-height: 1.7;
}

ul{
  font-size: 1.4rem;
  line-height: 1.8;
  margin: 1.5rem 0;
}

.title{
  font-size:1.6rem;
  font-weight:500;
  margin:2rem 0 1rem;
  color:#004894;
}

table{
  font-size: 1.3rem;
  width:100%;
  border-left:1px solid #ddd;
  border-top:1px solid #ddd;
  margin-bottom:1rem;
}

table th,table td{
  border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
padding:1rem;
  vertical-align:middle;
}

table th{
  font-weight:500;
  width:40%;
  background-color:#f6f6f6;
}

.caption{
  font-size: 1.2rem;
  line-height: 1.6;
}

.last-text-box{
  display:flex;
  justify-content:space-between;
  margin-top: 2rem;
  /* flex-direction: column; */
  align-items: center;
}
}
