@charset "UTF-8";
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb40 {
  margin-bottom: 40px;
}

.mt10 {
  margin-bottom: 10px;
}
.mt20 {
  margin-bottom: 20px;
}
.mt30 {
  margin-bottom: 30px;
}
.mt40 {
  margin-bottom: 40px;
}

.txt_s {
  font-size: 0.9em;
  font-size: 12.6px;
  font-family: Times New Roman;
  font-weight: 400;
}

body {
  padding: 20px;
  font-size: 14px;
  font-family: 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', Meiryo,
    'sans-serif';
  color: #000000;
}
h1 {
  background: #182e9b;
  color: #fff;
  text-align: center;
  font-size: 1.6em;
  border-radius: 10px;
  line-height: 1.4;
  padding: 0.5em 0;
}
p {
  line-height: 1.4;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Times New Roman';
}
main {
    padding-bottom: 20px;
}
a.other_link {
  display: block;
  width: 15em;
  border: 1px solid #333;
  background: #ddd;
  background-image: url(../../../../../images/application/sp_app/notification/images/link.png);
  background-repeat: no-repeat;
  background-position: right center;
  border-radius: 10px;
  padding: 0.7em 15px;
  text-align: left;
  margin: 0 auto 20px;
  color: #333;
  line-height: 1.4;
  word-break: break-all;
  font-size: 14px;
}
a.other_link:hover {
  opacity: 0.7;
}
h2 {
  font-weight: 600;
  font-size: 1.4em;
  text-align: center;
  line-height: 1.1;
}
section {
  padding-bottom: 30px;
}
ul.img li {
  text-align: center;
}

img {
  max-width: 500px;
  width: 80%;
  margin: auto;
}
h3 {
  font-weight: 800;
  margin-bottom: 10px;
  text-align: center;
}
