#appdl1806_visual {
  width: 100%;
}
#appdl1806_visual .main_visual {
  background: #001960;
  padding: 38px 0 40px 0;
  text-align: center;
}
#appdl1806_visual .main_visual h2 {
  margin-bottom: 20px;
}
#appdl1806_visual .main_visual a {
  transition: .3s;
}
#appdl1806_visual .main_visual a:hover {
  opacity: 0.8;
}
#appdl1806_visual p {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1.5;
  padding: 40px 0 55px;
}
#appdl1806_sec01 h3.section_headline,
#appdl1806_sec02 h3.section_headline,
#appdl1806_sec04 h3.section_headline {
  padding: 10px 15px 10px 15px;
  line-height: 1;
  color: #FFF;
  background: #001646;
  font-size: 16px;
  font-weight: bold;
}
#appdl1806_sec01 {
  padding-bottom: 65px;
}
#appdl1806_sec01 h3 {
  text-align: center;
}
#appdl1806_sec01 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
#appdl1806_sec01 ul li {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 38px;
}
#appdl1806_sec01 ul li img {
  display: block;
  width: 100px;
  height: 124px;
}
#appdl1806_sec01 ul li div {
  display: flex;
  align-items: center;
}
#appdl1806_sec01 ul li div p {
  width: 224px;
  padding-left: 20px;
  font-size: 14px;
}
#appdl1806_sec01 ul li:nth-child(3) div p {
  width: 200px;
}
#appdl1806_sec02 {
  padding-bottom: 50px;
}
#appdl1806_sec02 h3 {
  text-align: center;
}
#appdl1806_sec02 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 10px;
}
#appdl1806_sec02 ul li {
  position: relative;
  margin-top: 30px;
  width: 220px;
  height: 391px;
}
#appdl1806_sec02 ul li img {
  width: 100%;
  height: 100%;
}
#appdl1806_sec02 ul li p {
  position: absolute;
  top: 10px;
  right: 0;
  left: 0;
  color: #001960;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
#appdl1806_sec02 ul li.app_dl {
  position: relative;
  background: #fad402;
  border-radius: 10px;
  text-align: center;
  font-weight: 700;
  box-sizing: border-box;
}
#appdl1806_sec02 ul li.app_dl p {
  position: static;
  padding: 10px 0 1px;
  font-size: 14px;
  line-height: 1.3;
}
#appdl1806_sec02 ul li.app_dl a {
  display: block;
}
#appdl1806_sec02 ul li.app_dl a:nth-of-type(2) {
  margin-bottom: 5px;
}
#appdl1806_sec02 ul li.app_dl img {
  width: 180px;
  height: 52px;
  margin-top: 10px;
  transition: .1s;
}
#appdl1806_sec02 ul li.app_dl img.app_qr {
  width: 105px;
  height: 105px;
}
#appdl1806_sec02 ul li.app_dl img.app_qr:hover {
  filter: brightness(1);
}
#appdl1806_sec02 ul li.app_dl img.qr_comment {
  width: 198px;
  height: 65px;
  padding-top: 2px;
}
#appdl1806_sec02 ul li.app_dl img.qr_comment:hover {
  filter: brightness(1);
}
#appdl1806_sec02 ul li.app_dl img:hover {
  filter: brightness(0.7);
}
#appdl1806_sec02 ul li.app_dl b {
  position: absolute;
  top: -70px;
  left: 50%;
  width: 0px;
  height: 0px;
}
#appdl1806_sec02 .link-area {
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
#appdl1806_sec02 .link-area a {
  display: block;
  width: 240px;
  padding: 3px 0;
  background: #ddd;
  color: #5b5b5b;
  text-align: center;
  font-size: 10px;
  font-weight: 700;
}
#appdl1806_sec02 .link-area a:first-child {
  margin-right: 20px;
}
/*2022 12追加部分　ここから*/
#appdl1806_sec04 ul {
  margin-top: 30px;
}