@charset "UTF-8";

.ftNoto{ font-family: 'Noto Sans JP', sans-serif;}
.ftPoppin{ font-family: 'Poppins', sans-serif;}
.ftShip{ font-family: 'Shippori Mincho', serif;}

.ttlWrap{
  margin-bottom: 110px;
}

.ttlWrap .head40{
  margin-bottom: 10px;
  line-height: 1;
}

.ttlWrap .text12{
  margin-bottom: 30px;
}

.ttlWrap span{
  display: inline-block;
  background: #c32c13;
  height: 4px;
  width: 40px;
}

#sec-overview{
  padding: 80px 0;
}

#sec-overview table{
  width: 100%;
}

#sec-overview table tr th{
  border-top: 1px solid #9e0000;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.7;
  padding: 20px 0 20px 60px;
  text-align: left;
  width: 20%;
}

#sec-overview table tr td{
  border-top: 1px solid #dddddd;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 60px;
  line-height: 1.7;
}

#sec-overview ul{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 560px;
  width: 100%;
}

#sec-overview ul li{
  width: 50%;
}
@media screen and (max-width: 640px) {
  #sec-overview ul li{
    width: 100%;
  }
}

#sec-access{
  background: #505c7b;
  padding: 100px 0;
}

#sec-access .ttlWrap{
  color: #fff;
}

#sec-access .whiteBox{
  background: #fff;
  padding: 7%;
}

#sec-access .head24{
  font-weight: bold;
  margin-bottom: 40px;
}

#sec-access .text16{
  margin-bottom: 20px;
}

#sec-access .number{
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 30px;
}

#sec-access .number .border{
  border: 1px solid #888888;
  border-radius: 5px;
  color: #888888;
  font-size: 13.5px;
  font-size: 1.35rem;
  margin-right: 10px;
  padding: 5px;
}

@media only screen and (max-width: 1080px) {
}

@media only screen and (max-width: 768px) {

.ttlWrap {
    margin-bottom: 30px;
}

.ttlWrap .head40 {
    margin-bottom: 5px;
}

.ttlWrap .text12 {
    margin-bottom: 10px;
}

.ttlWrap span {
    display: inline-block;
    background: #c32c13;
    height: 3px;
    width: 40px;
}

#sec-overview {
    padding: 50px 0 25px;
}

#sec-overview table tr th {
  border-top: none;
  background: #f2f2f2;
  padding: 20px 15px;
  width: 100%;
  display: block;
}

#sec-overview table tr td {
  border-top: 1px solid #9e0000;
    padding: 20px 0px 20px 10px;
    width: 100%;
    display: block;
}

#sec-access {
    padding: 50px 0;
}

#sec-access .head24 {
    margin-bottom: 15px;
}

#sec-access .text16 {
    margin-bottom: 5px;
}

#sec-access .number .border {
    padding: 2px 5px;
}

#sec-access .number {
    margin-bottom: 15px;
}

}

@media only screen and (max-width: 480px) {

}