body {
  color: #333;
  background-color: #fff;
}

.bg-white {
  background-color: #fff;
}

.dpoint_sitelink_ttl img {
  width: 100%;
}

.txt {
  font-size: 14px;
  padding: 5px 5px;
  line-height: 20px;
  text-align: left;
  border-bottom: 1px dashed #cccccc;
}

.txt p.red {
  color: #FF0000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 2px;
}

.txt p.right {
  font-size: 12px;
  text-align: right;
}

.ttl_01 {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0 5px;
  background-color: #FF6600;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.5em;
}

.ttl_02 {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0 5px;
  background-color: #ff00a8;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.5em;
  margin: 5% 0 0%;
}

.ttl_03 {
  font-size: 20px;
  font-weight: bold;
  padding: 6px 0 5px;
  background-color: #15c1d5;
  color: #FFFFFF;
  text-align: center;
  margin: 5% 0 0%;
}

.link_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 2% 1% 1.5%;
  border-bottom: 1px dashed #cccccc;
  background-color: #fff;
}

.link_box a {
  display: block;
  width: 45%;
  margin-right: 2%;
}

.link_box a img {
  width: 100%;
  height: auto;
  margin-right: 1%;
}

.link_box .link_box_right {
  width: 53%;
}

.link_box .link_box_right p {
  font-size: 16px;
  padding-bottom: 1%;
}

.link_box .link_box_right a {
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  display: inline-block;
  padding: 2% 0;
  margin: 1% 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #ffffff;
  background-color: #cd0426;
  border-radius: 0.5rem;
}

.noborder {
  border: none;
}

.link_box2 {
  padding: 2% 1% 1.5%;
  border-bottom: 1px dashed #cccccc;
}

.link_box2 p {
  text-align: center;
}

.link_box2 a {
  display: block;
  width: 96%;
  margin: auto;
}

.link_box2 a img {
  width: 100%;
  height: auto;
  margin-right: 1%;
}
