@charset "UTF-8";
.dbg_bg {
  padding: 0 0 3em;
  margin-top: -51px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
}

@media screen and (max-width: 599px) {
  .dbg_bg {
    padding: 0 0 2em;
    margin-top: -31px;
  }
}

.dbg_bg .p_navi_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dbg_bg .plus_navi {
  text-align: center;
  margin-top: 1.25em;
  margin-left: auto;
  margin-bottom: 2.5em;
  padding: 0.5em;
  border: 2px solid #000;
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 599px) {
  .dbg_bg .plus_navi {
    margin-bottom: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .dbg_bg .plus_navi {
    margin-left: auto;
    margin-right: auto;
  }
}

.dbg_bg .plus_navi > p {
  margin: 0 0.5em;
}

.dbg_bg .plus_navi .intro {
  font-size: 1em;
}

.dbg_bg .plus_navi a {
  margin-top: 0.325em;
  font-size: 0.875em;
  display: block;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));
  background-image: -webkit-linear-gradient(top, #666 0%, #333 100%);
  background-image: -o-linear-gradient(top, #666 0%, #333 100%);
  background-image: linear-gradient(to bottom, #666 0%, #333 100%);
  color: #fff;
  padding: 0.5em 1em;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
}

.dbg_bg .plus_navi a span.min {
  font-size: 80%;
}

.dbg_bg .plus_navi a:hover {
  opacity: 0.7;
}

.dbg_bg .header_sum {
  text-align: center;
  margin-bottom: 2em;
}

.dbg_bg .header_sum h2 {
  font-size: 2.5em;
  line-height: 1.25;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .dbg_bg .header_sum h2 {
    font-size: 2em;
  }
}

@media screen and (max-width: 599px) {
  .dbg_bg .header_sum h2 {
    font-size: 1.5em;
  }
}

.dbg_bg .header_sum h2 span.en {
  font-size: 150%;
}

.dbg_bg .about_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dbg_bg .about_wrap .txt_data {
  width: 60%;
}

.dbg_bg .about_wrap .txt_data .column_a01 {
  margin: 0;
  margin-right: 1em;
}

.dbg_bg .about_wrap .txt_data .three_star {
  background: #fff;
  font-weight: bold;
  padding: 0 0.125em;
}

.dbg_bg .about_wrap .txt_data a {
  text-decoration: underline;
  font-weight: bold;
}

.dbg_bg .about_wrap .illust {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 500px;
  margin: 0 auto;
}

.dbg_bg .about_wrap img {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .dbg_bg .about_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dbg_bg .about_wrap .txt_data, .dbg_bg .about_wrap .illust {
    width: 100%;
  }
  .dbg_bg .about_wrap .txt_data .column_a01, .dbg_bg .about_wrap .illust .column_a01 {
    margin: 0;
  }
}

.dbg_bg h2.about {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 0.625em;
}

@media screen and (max-width: 599px) {
  .dbg_bg h2.about {
    font-size: 1.5em;
  }
}

h2.headline_this989 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#cfd9df), to(#e2ebf0));
  background-image: -webkit-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: -o-linear-gradient(bottom, #cfd9df 0%, #e2ebf0 100%);
  background-image: linear-gradient(to top, #cfd9df 0%, #e2ebf0 100%);
  padding: 0.5em 0.75em;
  margin: 1em 0;
  font-size: 1.5em;
  border-radius: 0.25em;
}

.merit_wrap {
  font-size: 1em;
  margin: 0 1em 3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.merit_wrap .one {
  width: calc((100% - 2em)/3);
  padding: 1.25em;
  border-radius: 6px;
}

.merit_wrap .one .title {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px solid;
  padding-bottom: 0.5em;
}

.merit_wrap .one .title .star {
  font-size: 1.5em;
}

.merit_wrap .one .title .sub {
  margin-top: 0.325em;
}

.merit_wrap .one:nth-child(1) {
  border: 1px solid #72b128;
  background: rgba(114, 177, 40, 0.2);
}

.merit_wrap .one:nth-child(1) .title {
  color: #72b128;
}

.merit_wrap .one:nth-child(2) {
  border: 1px solid #419cd8;
  background: rgba(65, 156, 216, 0.2);
}

.merit_wrap .one:nth-child(2) .title {
  color: #419cd8;
}

.merit_wrap .one:nth-child(3) {
  border: 1px solid #a16ba8;
  background: rgba(161, 107, 168, 0.2);
}

.merit_wrap .one:nth-child(3) .title {
  color: #a16ba8;
}

.merit_wrap .cap {
  margin-top: 0.75em;
  font-size: 1em;
  line-height: 1.5;
}

@media screen and (max-width: 1159px) {
  .merit_wrap {
    font-size: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .merit_wrap .one {
    width: 100%;
    max-width: 900px;
    margin: 0.75em auto;
  }
}

.emp {
  color: #f00;
}

.point_condition,
.total_points {
  margin: 3em;
}

@media screen and (max-width: 767px) {
  .point_condition,
  .total_points {
    margin: 3em 1em;
  }
}

@media screen and (max-width: 599px) {
  .point_condition,
  .total_points {
    margin: 2em 1em;
  }
}

.point_condition th, .point_condition td {
  border: 1px solid #999;
  padding: 1em;
}

@media screen and (max-width: 599px) {
  .point_condition th, .point_condition td {
    padding: 0.5em;
  }
}

.point_condition th {
  background: #eee;
}

.point_condition td:first-child {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .point_condition td:nth-child(3) {
    min-width: 5em;
  }
}

.total_points th, .total_points td {
  border: 1px solid #999;
  padding: 1em;
}

@media screen and (max-width: 599px) {
  .total_points th, .total_points td {
    padding: 0.5em;
  }
}

.total_points th {
  background: #eee;
}

.total_points td:first-child {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 599px) {
  .total_points td:first-child {
    width: 6em;
  }
}

.total_points td p.gift {
  font-weight: bold;
  margin-bottom: 0.75em;
  background: #eee;
  padding: 0.325em;
  border-radius: 4px;
}

.total_points td ul {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.5em 0;
  margin: 0.5em 0;
}

.total_points td ul li {
  padding: 0.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.total_points td ul li p:nth-child(2) {
  margin-left: 1em;
  white-space: nowrap;
  text-align: right;
}

@media screen and (max-width: 349px) {
  .total_points td ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.total_points td p.total {
  font-weight: bold;
  text-align: right;
}

.total_points span.red {
  font-weight: bold;
  color: #f00;
}

.total_points .guide_sub {
  margin-top: 1rem;
}

.total_points .guide_sub p {
  line-height: 1.5;
  margin: 0.25em 0;
}

.note {
  margin-top: 4em;
  background: #f7f7f7;
  border-radius: 1em;
  padding: 3em;
}

@media screen and (max-width: 999px) {
  .note {
    padding: 2em;
  }
}

@media screen and (max-width: 599px) {
  .note {
    padding: 1em;
  }
}

.note h2 {
  margin-bottom: 0.5em;
}

.note h2 .svg-inline--fa {
  color: #f00;
}

.note ol {
  margin-left: 1.25em;
}

.note ol li {
  text-indent: -1em;
  padding-left: 1em;
  padding: 0.5em 0;
  font-size: 1em;
  line-height: 1.625;
}

.note ol li:before {
  content: "●";
  color: rgba(255, 0, 0, 0.3);
}
