@charset "UTF-8";

.sitemap1{
  padding: 20px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 10px;
}
.sitemap1 .ttl{
  margin-bottom: 10px;
  color: #003A91;
  font-size: 18px;
  font-weight: 500;
}
.sitemap1 .ttl a{
  display: inline-block;
  padding-left: 40px;
  position: relative;
}
.sitemap1 .ttl a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/arrow_right_bl.svg) center no-repeat #D4E6F1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sitemap1 .box{
  display: flex;
  padding: 20px 40px;
  background: #F1F9FD;
  border-radius: 10px;
}
.sitemap1 .box dl{
  width: 33%;
}
.sitemap1 .box dl dt a{
  display: inline-block;
  padding-left: 25px;
  color: #1184D2;
  font-weight: 500;
  position: relative;
}
.sitemap1 .box dl dt a:after{
  content: "";
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/arrow_right_wh.svg) center / 10px auto no-repeat #1184D2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sitemap1 .box dl dd a{
  display: inline-block;
  padding-left: 25px;
  font-weight: 500;
  position: relative;
}
.sitemap1 .box dl dd a:after{
  content: "";
  display: block;
  position: absolute;
  top: .9em;
  left: 5px;
  margin: auto 0;
  width: 8px;
  height: 2px;
  background: #1184D2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sitemap1 .box dl dd .sub a{
  font-size: 14px;
  font-weight: normal;
  position: static;
}
.sitemap1 .box dl dd .sub a:after{
  display: none;
}
.sitemap1 .box ul{
  width: 33%;
}
.sitemap1 .box ul li{
  margin-bottom: 5px;
}
.sitemap1 .box ul li a{
  display: inline-block;
  padding-left: 25px;
  color: #1184D2;
  font-weight: 500;
  position: relative;
}
.sitemap1 .box ul li a:after{
  content: "";
  display: block;
  position: absolute;
  top: .35em;
  left: 0;
  margin: auto 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: url(../img/arrow_right_wh.svg) center / 10px auto no-repeat #1184D2;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.sitemap2{
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
  color: #003A91;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.sitemap2 a{
  display: flex;
  align-items: center;
  padding: 20px 10px 20px 60px;
  width: 18.6%;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.sitemap2 a:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
  bottom: 0;
  margin: auto 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: url(../img/arrow_right_bl.svg) center no-repeat #D4E6F1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .sitemap1{
    margin-bottom: 15px;
  }
  .sitemap1 .box{
    display: block;
    padding: 20px 20px 10px;
    font-size: 16px;
  }
  .sitemap1 .box dl{
    width: auto;
    margin-bottom: 10px;
  }
  .sitemap1 .box ul{
    width: auto;
  }
  .sitemap2{
    display: block;
    margin-bottom: 50px;
  }
  .sitemap2 a{
    display: block;
    width: auto;
    margin-bottom: 15px;
  }
}
