@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: #4E9F3D;
  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: #4E9F3D;
  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: 3.5vw;
  }
}

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

.topTable {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 6px #aaa;
          box-shadow: 0 0 6px #aaa;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}

.topTable table {
  width: 100%;
  background-color: #fff;
  margin: 3rem auto 2rem;
  border: solid 3px #4E9F3D;
  border-radius: 10px;
  border-collapse: separate;
  border-spacing: 0;
}

@media (max-width: 480px) {
  .topTable table {
    margin-top: 2rem;
  }
}

.topTable table tr th,
.topTable table tr td {
  text-align: center;
  vertical-align: middle;
  width: 28%;
  padding: 1em 0;
  border-bottom: solid 1px #4E9F3D;
  border-left: solid 3px #4E9F3D;
  font-weight: bold;
}

.topTable table tr th:nth-of-type(1),
.topTable table tr td:nth-of-type(1) {
  width: 14%;
  color: #fff;
  background-color: #4E9F3D;
  font-weight: bold;
  border-bottom: solid 1px #fff;
}

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

.topTable table tr th {
  position: relative;
}

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

.topTable table tr th::before {
  content: "";
  position: absolute;
  top: -45px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  height: 61px;
}

@media (max-width: 480px) {
  .topTable table tr th::before {
    top: -50px;
  }
}

.topTable table tr th:nth-of-type(2)::before {
  background-image: url(/wp-content/themes/shouken/images/recommend.png);
  width: 50%;
  left: 0;
}

@media (max-width: 480px) {
  .topTable table tr th:nth-of-type(2)::before {
    width: 70%;
    left: 0;
  }
}

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

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

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

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

.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: 12px;
    padding: .51em;
  }
}

.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_currencyNumber {
  font-weight: bold;
}

.topTable table tr.tr_fee td img,
.topTable table tr.tr_minimumOrder td img,
.topTable table tr.tr_security td img {
  width: 25%;
}

.topTable table tr.tr_currency td:not(:first-child) {
  padding: .5em;
  vertical-align: top;
}

.topTable table tr.tr_currency td:not(:first-child) div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 2px;
	align-items: flex-end;
}

.topTable table tr.tr_currency td:not(:first-child) div img {
  width: calc((100% - 2px * 5) / 6);
}

@media (max-width: 480px) {
  .topTable table tr.tr_currency td:not(:first-child) div img {
    width: calc((100% - 2px * 4) / 5);
  }
}

@media (max-width: 480px) {
  .topTable table tr.tr_currency td:not(:first-child) div img:nth-of-type(1), .topTable table tr.tr_currency td:not(:first-child) div img:nth-of-type(2), .topTable table tr.tr_currency td:not(:first-child) div img:nth-of-type(3) {
    width: calc((100% - 2px * 2) / 3);
  }
}

.topTable table tr.tr_officialBtn td a {
  display: inline-block;
  font-weight: bold;
  width: 90%;
  line-height: 3em;
  color: #fff;
  background-color: #FFAA4C;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #FFBA5C), color-stop(50%, #FFAA4C));
  background: linear-gradient(#FFBA5C 50%, #FFAA4C 50%);
  border-radius: .5em;
  -webkit-box-shadow: 0 5px 0 #df9a3c;
          box-shadow: 0 5px 0 #df9a3c;
  position: relative;
  -webkit-transition: .2s;
  transition: .2s;
}

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

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

.topTable table tr.tr_officialBtn td a::after {
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  content: "\f105";
  bottom: 0px;
  right: 10px;
}

@media (max-width: 480px) {
  .topTable table tr.tr_officialBtn td a::after {
    right: 1vw;
  }
}

.topTable table tr:last-child td {
  border-bottom: 0px;
}

#choose .choose_container {
  background-color: #fff;
  margin: 0 auto 1rem;
  padding: 2%;
  -webkit-box-shadow: 0 0 6px #ccc;
          box-shadow: 0 0 6px #ccc;
}

#choose .choose_container .choose_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
  padding: 1rem;
}

#choose .choose_container .choose_card .choose_txtBox {
  width: 60%;
  margin: 5% -30% 5% 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  padding: .5em;
}

@media (max-width: 480px) {
  #choose .choose_container .choose_card .choose_txtBox {
    width: 100%;
    margin-bottom: 0;
  }
}

#choose .choose_container .choose_card .choose_txtBox h3 {
  font-size: 1.5rem;
  font-weight: bolder;
  color: #333;
  margin: 0 auto .5em;
  padding: 1.5em 0 0;
  position: relative;
}

@media (max-width: 480px) {
  #choose .choose_container .choose_card .choose_txtBox h3 {
    font-size: 6vw;
  }
}

#choose .choose_container .choose_card .choose_txtBox h3::before {
  position: absolute;
  content: attr(data-num);
  font-size: 1.5em;
  color: #4E9F3D;
  top: 0;
  left: 0;
}

#choose .choose_container .choose_card .choose_txtBox p {
  font-size: 0.9rem;
  color: #555;
  line-height: 2em;
  font-weight: bold;
}

@media (max-width: 480px) {
  #choose .choose_container .choose_card .choose_txtBox p {
    font-size: 3.3vw;
    margin-bottom: 1em;
  }
}

#choose .choose_container .choose_card .choose_imgBox {
  width: 65%;
}

@media (max-width: 480px) {
  #choose .choose_container .choose_card .choose_imgBox {
    width: 100%;
  }
}

#choose .choose_container .choose_card .choose_imgBox img {
  width: 100%;
}

@media (max-width: 480px) {
  #choose .choose_container .choose_card .choose_imgBox img {
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media (min-width: 1024px) {
  #choose .choose_container .choose_card:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

#choose .choose_container .choose_card:nth-of-type(even) .choose_txtBox {
  margin: 5% 0 5% -30%;
}

@media (max-width: 480px) {
  #choose .choose_container .choose_card:nth-of-type(even) .choose_txtBox {
    margin: 0 auto;
  }
}

.summary_triangle_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 100%;
  margin: 0 auto 1rem;
}

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

.summary_triangle_container .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 1.7rem 0;
  border-color: #F9975D transparent transparent;
}

@media (max-width: 480px) {
  .summary_triangle_container .triangle {
    border-width: 5vw 7vw 0;
  }
}

#summary {
  width: 100%;
  background-color: #FFF;
  margin: 0 auto 1rem;
  -webkit-box-shadow: 0 0 6px #ccc;
          box-shadow: 0 0 6px #ccc;
  padding-bottom: 1rem;
}

#summary h2 {
  font-size: 2rem;
  line-height: 2em;
  background: -webkit-gradient(linear, left top, left bottom, from(#4E9F3D), color-stop(rgba(78, 159, 61, 0.7)), to(#4E9F3D));
  background: linear-gradient(#4E9F3D, rgba(78, 159, 61, 0.7), #4E9F3D);
  color: #fff;
  font-weight: bold;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.2);
  text-align: center;
}

@media (max-width: 480px) {
  #summary h2 {
    font-size: 6.5vw;
    line-height: 1.2em;
    padding: .5em 0;
  }
}

#summary h3.summary_itemName {
  font-size: 1.8rem;
  color: #333;
  text-align: center;
  line-height: 2.5em;
  background-color: #fff;
  font-weight: bold;
}

@media (max-width: 480px) {
  #summary h3.summary_itemName {
    font-size: 5.5vw;
  }
}

#summary h3.summary_itemName::before {
  content: "-";
  margin-right: .5em;
}

#summary h3.summary_itemName::after {
  content: "-";
  margin-left: .5em;
}

#summary h3.reasonH3 {
  font-size: 1.8rem;
  color: #4E9F3D;
  text-align: center;
  line-height: 2em;
  text-shadow: 2px 2px 0 #fff;
  font-weight: bold;
}

@media (max-width: 480px) {
  #summary h3.reasonH3 {
    font-size: 6.5vw;
    line-height: 1.2em;
    padding: .5em 0 0;
  }
}

#summary h3.reasonH3::before, #summary h3.reasonH3::after {
  content: "-";
  margin: 0 .5em;
}

@media (max-width: 480px) {
  #summary h3.reasonH3::before, #summary h3.reasonH3::after {
    content: none;
  }
}

#summary .summaryItem_image {
  margin: 0 auto 1rem;
  width: 420px;
  text-align: center;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), color-stop(50%, transparent));
  background: linear-gradient(#fff 50%, transparent 50%);
}

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

#summary .summaryItem_image a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#summary .summaryItem_image a:hover {
  opacity: 1;
}

#summary .summaryItem_image a:hover img {
  opacity: 1;
  -webkit-box-shadow: 0 0 15px #3EDBF0;
          box-shadow: 0 0 15px #3EDBF0;
}

#summary .summaryItem_image a img {
  width: 90%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media (max-width: 480px) {
  #summary .summaryItem_image a img {
    width: 96%;
  }
}

#summary .reason_cardBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 96%;
  margin: 0 auto 1rem;
}

#summary .reason_cardBox .reason_card {
  width: 46%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 6px;
  padding: 1rem;
  margin: 2rem 0 1rem;
  position: relative;
}

@media (max-width: 480px) {
  #summary .reason_cardBox .reason_card {
    width: 100%;
  }
}

#summary .reason_cardBox .reason_card::before {
  position: absolute;
  top: -2rem;
  left: -.5rem;
  font-size: 2.5rem;
  color: #fff;
  background-color: #4E9F3D;
  border-radius: 50%;
  padding: .3em;
  font-weight: bolder;
}

#summary .reason_cardBox .reason_card:nth-of-type(1)::before {
  content: "01";
}

#summary .reason_cardBox .reason_card:nth-of-type(2)::before {
  content: "02";
}

#summary .reason_cardBox .reason_card:nth-of-type(3)::before {
  content: "03";
}

#summary .reason_cardBox .reason_card:nth-of-type(4)::before {
  content: "04";
}

#summary .reason_cardBox .reason_card h4 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5em;
  color: #4E9F3D;
  margin-bottom: .5em;
  text-align: center;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.1);
}

#summary .reason_cardBox .reason_card img {
  display: block;
  width: 85%;
  margin: 5% auto 0;
}

#summary .reason_cardBox .reason_card p {
  color: #555;
  line-height: 2em;
}

#summary .reason_cardBox .reason_card p .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, #ff3));
  background: linear-gradient(transparent 40%, #ff3 40%);
}

#summary .reason_cardBox .reason_card p.annotion {
  color: #888;
  font-size: .8em;
  line-height: 1.2em;
}

.beginnerColumn {
  background: #fff;
  width: 100%;
  margin: 0 auto 1rem;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  padding-bottom: 1px;
}

.beginnerColumn #beginnerColumn_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
  width: 96%;
  margin: 0 auto;
}

.beginnerColumn #beginnerColumn_btn_wrap .beginnerColumn_btn {
  display: block;
  width: calc((100% - 5px * 2) / 3);
  font-size: 1.1rem;
  font-weight: bold;
  padding: .5em;
  border: none;
  border-radius: 10px 10px 0 0;
  color: #333;
  line-height: 1.2em;
  text-shadow: 1px  1px 1px #ffffff, -1px  1px 1px #ffffff, 1px -1px 1px #ffffff, -1px -1px 1px #ffffff, 1px  0px 1px #ffffff, 0px  1px 1px #ffffff, -1px  0px 1px #ffffff, 0px -1px 1px #ffffff;
}

@media (max-width: 480px) {
  .beginnerColumn #beginnerColumn_btn_wrap .beginnerColumn_btn {
    font-size: 3.5vw;
  }
}

.beginnerColumn #beginnerColumn_btn_wrap .beginnerColumn_btn0 {
  background-color: #14C38E;
}

.beginnerColumn #beginnerColumn_btn_wrap .beginnerColumn_btn1 {
  background-color: #B8F1B0;
}

.beginnerColumn #beginnerColumn_btn_wrap .beginnerColumn_btn2 {
  background-color: #E3FCBF;
}

.beginnerColumn #beginnerColumn_article_wrap {
  width: 96%;
  margin: 0 auto 1rem;
}

.beginnerColumn #beginnerColumn_article_wrap .beginnerColumn_article {
  border-style: solid;
  border-width: 10px 3px 3px;
  padding: 1em;
}

.beginnerColumn #beginnerColumn_article_wrap .beginnerColumn_article0 {
  border-color: #14C38E;
}

.beginnerColumn #beginnerColumn_article_wrap .beginnerColumn_article1 {
  border-color: #B8F1B0;
}

.beginnerColumn #beginnerColumn_article_wrap .beginnerColumn_article2 {
  border-color: #E3FCBF;
}

.beginnerColumn #beginnerColumn_article_wrap .beginnerColumn_article p {
  line-height: 1.5em;
  margin-bottom: .8em;
}
/*# sourceMappingURL=styles.css.map */