@charset "UTF-8";
@import url(//use.fontawesome.com/releases/v5.0.11/css/all.css);
@media (min-width: 1024px) {
  .pc {
    display: block;
  }
}

@media (max-width: 480px) {
  .pc {
    display: none;
  }
}

@media (min-width: 1024px) {
  .sp {
    display: none;
  }
}

@media (max-width: 480px) {
  .sp {
    display: block;
  }
}

.topColumn {
  width: 780px;
  margin: 0 auto 2rem;
}

@media (max-width: 480px) {
  .topColumn {
    width: 100%;
  }
}

.topColumn h2 {
  background-color: #6B7AA1;
  color: #fff;
  font-size: 1.3rem;
  line-height: 3em;
  width: calc(100% - 10px);
  -webkit-box-shadow: 10px 10px 0 #ccc;
          box-shadow: 10px 10px 0 #ccc;
  padding: 0 1rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .topColumn h2 {
    font-size: 5vw;
    width: calc(100% - 1.5vw);
    -webkit-box-shadow: 1.5vw 1.5vw 0 #ccc;
            box-shadow: 1.5vw 1.5vw 0 #ccc;
  }
}

.topColumn_card {
  background-color: rgba(0, 0, 0, 0.2);
  background-blend-mode: darken;
  background-size: cover;
  padding: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 480px) {
  .topColumn_card {
    padding: 2vw;
  }
}

.topColumn_card:nth-of-type(1) {
  background-image: url(/wp-content/themes/shouken/images/columnBg1.jpg);
}

.topColumn_card:nth-of-type(2) {
  background-image: url(/wp-content/themes/shouken/images/columnBg2.jpg);
}

.topColumn_card:nth-of-type(3) {
  background-image: url(/wp-content/themes/shouken/images/columnBg3.jpg);
}

.topColumn_card:nth-of-type(odd) .topColumn_textBox {
  margin-left: auto;
}

.topColumn_card:nth-of-type(even) .topColumn_textBox {
  margin-right: auto;
}

.topColumn_card .topColumn_textBox {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.75);
  padding: 1.5rem;
  border-radius: 5px;
  min-height: 214px;
}

@media (max-width: 480px) {
  .topColumn_card .topColumn_textBox {
    width: 100%;
    padding: 5vw;
    min-height: 55vw;
  }
}

.topColumn_card .topColumn_textBox h3 {
  color: #6B7AA1;
  text-shadow: 3px 3px 0 #fff;
  font-size: 1.2rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 1rem;
}

.topColumn_card .topColumn_textBox h3::before, .topColumn_card .topColumn_textBox h3::after {
  content: "-";
  padding: 0 .5em;
}

.topColumn_card .topColumn_textBox p {
  line-height: 2em;
  color: #333;
}

@media (max-width: 480px) {
  .topColumn_card .topColumn_textBox p {
    font-size: 4vw;
  }
}

.topColumn_card .topColumn_textBox p .marker-animation {
  color: #d33;
}

.topTable {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.topTable h2 {
  background-color: #6B7AA1;
  color: #fff;
  font-size: 1.3rem;
  line-height: 3em;
  width: calc(100% - 10px);
  -webkit-box-shadow: 10px 10px 0 #ccc;
          box-shadow: 10px 10px 0 #ccc;
  padding: 0 1rem;
  margin-bottom: 20px;
}

@media (max-width: 480px) {
  .topTable h2 {
    width: calc(100% - 1.5vw);
    -webkit-box-shadow: 1.5vw 1.5vw 0 #ccc;
            box-shadow: 1.5vw 1.5vw 0 #ccc;
  }
}

.topTable table {
  width: 100%;
  background-color: #fff;
  margin-bottom: 2rem;
}

.topTable table tr {
  border-bottom: solid 2px #eee;
}

.topTable table tr th,
.topTable table tr td {
  text-align: center;
  vertical-align: middle;
  width: 28%;
  padding: 1em 0;
}

.topTable table tr th:nth-of-type(1),
.topTable table tr td:nth-of-type(1) {
  width: 14%;
}

.topTable table tr th:nth-of-type(2),
.topTable table tr td:nth-of-type(2) {
  background-color: #FAFAD2;
}

.topTable table tr th {
  border-bottom: solid 3px #6B7AA1;
}

@media (max-width: 480px) {
  .topTable table tr th {
    font-size: 3vw;
  }
}

.topTable table tr th img {
  width: 70%;
}

@media (max-width: 480px) {
  .topTable table tr th img {
    width: 90%;
  }
}

.topTable table tr td {
  color: #777;
  position: relative;
}

@media (max-width: 480px) {
  .topTable table tr td {
    font-size: 3vw;
  }
}

.topTable table tr td.table_feature {
  font-size: .8rem;
  line-height: 1.3rem;
  padding: 1.5em;
}

@media (max-width: 480px) {
  .topTable table tr td.table_feature {
    font-size: 2.5vw;
    padding: 1em;
  }
}

.topTable table tr td.mark_1::before, .topTable table tr td.mark_0::before {
  position: absolute;
  top: calc(50% - .7rem);
  left: calc(50% - .7rem);
  font-size: 1.4rem;
}

.topTable table tr td.mark_1::before {
  content: "○";
  color: #f33;
}

.topTable table tr td.mark_0::before {
  content: "×";
  color: #33f;
}

.topTable table tr.tr_officialBtn td a {
  display: inline-block;
  width: 90%;
  line-height: 3em;
  color: #fff;
  background-color: #2FDD92;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 0 #1FCD82;
          box-shadow: 0 5px 0 #1FCD82;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

.topTable table tr.tr_officialBtn td a:hover {
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-box-shadow: 0 2px 0 #44D336;
          box-shadow: 0 2px 0 #44D336;
  opacity: 1;
  -webkit-transition: .2s;
  transition: .2s;
}

.topTable table tr.tr_officialBtn td a::after {
  position: absolute;
  content: "";
  border-style: solid;
  border-width: 5px;
  border-color: transparent #fff #fff transparent;
  border-radius: 0 0 3px 0;
  bottom: 3px;
  right: 3px;
}
/*# sourceMappingURL=styles.css.map */