/*====================
common_test2101
====================*/
.cornerNav.bottom {
  margin-bottom: 20px;
}

/*====================
buy
====================*/

.buy .image__100 {
  width: 100%;
  max-width: 100%;
}

.buy .mb60 {
  clear: both;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .buy .mb60 {
    margin-bottom: 8% !important;
  }
}

.buy .pd20 {
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .buy .pd20 {
    padding: 0px;
  }
}

.buy .pt020 {
  padding: 0px 20px 20px;
}

@media only screen and (max-width: 640px) {
  .buy .pt020 {
    padding: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .buy .mb40 {
    margin-bottom: 4% !important;
  }
}

.buy .maininner {
  margin: 0 auto;
}

@media only screen and (max-width: 640px) {
  .buy .maininner {
    margin-bottom: 8% !important;
  }
}

#buyBegginer h2 {
  text-align: center !important;
}

#buyBegginer h3 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  color: #89ba4d;
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #buyBegginer h3 {
    margin-bottom: 20px;
    padding-top: 4%;
  }
}

#buyBegginer h3.topMainTitle {
  margin-top: 30px;
  margin-bottom: 0px;
  color: #141414;
}

#buyBegginer .nav-feature li h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  /* margin-left: 1em; */
  margin-bottom: 0px;
  color: #000;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .nav-feature li h3 {
    font-size: 1rem;
    margin-left: 0.1em;
  }
}

#buyBegginer .nav-feature li .number {
  margin-bottom: 1em;
}

#buyBegginer .nav-feature li .number img {
  vertical-align: middle;
}

@media only screen and (max-width: 321px) {
  #buyBegginer .nav-feature li .number img {
    width: 32px;
  }
}

#buyBegginer .nav-feature li p {
  font-size: 14px;
  line-height: 2;
}

#buyBegginer .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#buyBegginer .flexbox__70 {
  width: 65%;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .flexbox__70 {
    width: 100%;
  }
}

#buyBegginer .flexbox__30 {
  width: 35%;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .flexbox__30 {
    width: 100%;
    padding-right: 0px;
  }
}

@media only screen and (max-width: 640px) {
  #buyBegginer .flexbox__30.pt20 {
    padding-top: 0px !important;
    margin-top: 8%;
    margin-bottom: 4%;
  }
}

#buyBegginer .topMainTitle {
  line-height: 1.6;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .topMainTitle {
    padding: 8% 12px 10px;
  }
}

#buyBegginer .maincontent__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .maincontent__title {
    margin-bottom: 20px;
  }
}

#buyBegginer .maincontent__text {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .maincontent__text {
    margin-bottom: 20px;
  }
}

#buyBegginer .maincontent__text.archi {
  margin-bottom: 1em;
}

#buyBegginer .maincontent a.contactBtn {
  display: block;
  width: 100%;
  border-radius: 5px;
  font-size: 0.8em;
  background-color: #031f28;
  max-width: 50%;
  background-position: 14% 50%;
  background-size: 20px auto;
  padding: 10px 0 10px 33px;
}

@media only screen and (max-width: 769px) {
  #buyBegginer .maincontent a.contactBtn {
    max-width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  #buyBegginer .maincontent a.contactBtn {
    max-width: 60%;
  }
}

#buyBegginer .maincontent a.contactBtn:hover {
  background: #78bd36;
  background-repeat: no-repeat;
  background-position: 14% 50%;
  background-size: 20px auto;
  color: #031f28;
}

#buyBegginer .maincontent #archiBtn {
  margin: 0px;
  border: 1px solid #ededed;
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .maincontent #archiBtn {
    margin: 0px auto;
  }
}

#buyBegginer .maincontent #archiBtn img {
  width: 95%;
}

#buyBegginer .maincontent #archiBtn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: 1px solid #141414;
}

#buyBegginer #ContentsLinkArea #contentsInner {
  overflow: hidden;
}

#buyBegginer #ContentsLinkArea a.linkarea__button {
  width: calc(100% / 3 - 0.5em);
  overflow: hidden;
  float: left;
  display: block;
  border: solid 1px #e5e5e5;
  padding: 10px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #buyBegginer #ContentsLinkArea a.linkarea__button {
    width: 100%;
  }
}

#buyBegginer #ContentsLinkArea a.linkarea__button.fz96 {
  font-size: 96%;
}

@media only screen and (max-width: 769px) {
  #buyBegginer #ContentsLinkArea a.linkarea__button.fz96:nth-child(2) {
    height: 66px;
  }
}

@media only screen and (max-width: 640px) {
  #buyBegginer #ContentsLinkArea a.linkarea__button.fz96:nth-child(2) {
    height: auto;
  }
}

#buyBegginer #ContentsLinkArea a.linkarea__button.fz96:hover {
  background-color: #89ba4d;
  color: #031f28;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#buyBegginer #ContentsLinkArea a.linkarea__button img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#buyBegginer #ContentsLinkArea a.moreBtn {
  overflow: hidden;
  display: block;
  width: 300px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  background: #031f28;
  color: #fff;
  margin: 0px auto 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 640px) {
  #buyBegginer #ContentsLinkArea a.moreBtn {
    margin: 8% auto;
  }
}

#buyBegginer #ContentsLinkArea a.moreBtn:hover {
  background: #78bd36;
  color: #031f28;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#buyBegginer #ContentsLinkArea .linkarea {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #buyBegginer #ContentsLinkArea .linkarea {
    padding-top: 8%;
  }
}

#buyBegginer #ContentsLinkArea .linkarea__button {
  text-align: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#buyBegginer #ContentsLinkArea .contentsBtn .title {
  color: #040401;
  font-size: 1.08rem;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

@media only screen and (max-width: 769px) {
  #buyBegginer #ContentsLinkArea .contentsBtn .title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  #buyBegginer #ContentsLinkArea .contentsBtn .title {
    font-size: 1.08rem;
  }
}

@media only screen and (max-width: 769px) {
  #buyBegginer #ContentsLinkArea .contentsBtn .text {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 640px) {
  #buyBegginer #ContentsLinkArea .contentsBtn .text {
    font-size: 1rem;
  }
}

#buyBegginer .archiContents {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .archiContents {
    margin-bottom: 8%;
  }
}

@media only screen and (max-width: 640px) {
  #buyBegginer .contactContents {
    margin-bottom: 16%;
  }
}

#buyBegginer .contactContents a.contactBtn {
  display: block;
  width: 100%;
  border-radius: 5px;
  font-size: 1em;
  background-color: #031f28;
  max-width: 40%;
  margin: 0 auto 4%;
  background-position: 16% 49%;
  background-size: 24px auto;
  padding: 16px 0 16px 33px;
}

@media only screen and (max-width: 769px) {
  #buyBegginer .contactContents a.contactBtn {
    margin: 0 auto;
    max-width: 90%;
    padding: 15px 30px 15px 70px;
    background-size: 27px auto;
  }
}

#buyBegginer .contactContents a.contactBtn:hover {
  background: #78bd36;
  background-repeat: no-repeat;
  background-position: 16% 49%;
  background-size: 24px auto;
  color: #031f28;
}

#buyBegginer .contactContents p.text {
  max-width: 405px;
  margin: 20px auto 0px;
}

@media only screen and (max-width: 640px) {
  #buyBegginer .contactContents p.text {
    margin: 4% 0px 0px;
    padding-bottom: 4%;
  }
}

/*====================
sell
====================*/
.sell.maininner {
  margin-top: -60px;
}

@media only screen and (max-width: 640px) {
  .sell.maininner {
    margin-top: 0px;
    padding-top: 0px !important;
  }
}

.sell .image__100 {
  width: 100%;
  max-width: 100%;
}

.sell a.sellBtn {
  display: block;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  width: 60%;
  margin: 0 auto;
  padding: 20px;
  background-color: #990201;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 640px) {
  .sell a.sellBtn {
    width: 90%;
    padding: 16px;
    margin-top: 8%;
  }
}

.sell a.sellBtn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.sell .mb60 {
  clear: both;
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  .sell .mb60 {
    margin-bottom: 8% !important;
  }
}

.sell .pd20 {
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  .sell .pd20 {
    padding: 0px;
  }
}

.sell .pt20 {
  padding-top: 20px;
}

@media only screen and (max-width: 640px) {
  .sell .pt20 {
    padding-top: 0px !important;
  }
}

.sell .pt020 {
  padding: 0px 20px 20px;
}

@media only screen and (max-width: 640px) {
  .sell .pt020 {
    padding: 0px;
  }
}

@media only screen and (max-width: 640px) {
  .sell .mb40 {
    margin-bottom: 4% !important;
  }
}

.sell .pcOnly {
  display: block;
}

@media only screen and (max-width: 640px) {
  .sell .pcOnly {
    display: none;
  }
}

.sell .maininner {
  max-width: 800px;
  margin: 0 auto;
  margin-top: -60px;
}

@media only screen and (max-width: 640px) {
  .sell .maininner {
    margin-top: 0px;
  }
}

#sellBegginer h2 {
  text-align: center !important;
}

@media only screen and (max-width: 640px) {
  #sellBegginer h2.pt8 {
    padding-top: 8%;
  }
}

#sellBegginer h3 {
  text-align: center;
}

#sellBegginer h3 span {
  font-size: 0.9rem;
  font-weight: normal;
  padding-left: 10px;
  display: inline-block;
  color: #131313;
}

#sellBegginer .nav-feature li h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
  margin-left: 1em;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .nav-feature li h3 {
    font-size: 1rem;
    margin-left: 0.1em;
  }
}

#sellBegginer .nav-feature li .number {
  margin-bottom: 1em;
}

#sellBegginer .nav-feature li .number img {
  vertical-align: middle;
}

@media only screen and (max-width: 321px) {
  #sellBegginer .nav-feature li .number img {
    width: 32px;
  }
}

#sellBegginer .nav-feature li p {
  font-size: 14px;
  line-height: 2;
}

#sellBegginer p.center {
  max-width: 690px;
  margin: 0 auto;
}

#sellBegginer .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .flexbox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

#sellBegginer .flexbox__70 {
  width: 65%;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .flexbox__70 {
    width: 100%;
  }
}

#sellBegginer .flexbox__30 {
  width: 35%;
  padding-right: 20px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .flexbox__30 {
    width: 100%;
    padding-right: 0px;
  }
}

#sellBegginer .flexbox__50 {
  width: calc(100% / 2 - 1em);
}

@media only screen and (max-width: 640px) {
  #sellBegginer .flexbox__50 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer .topMainTitle {
    padding: 8% 12px 10px;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer .maincontent {
    padding-top: 8%;
  }
}

#sellBegginer .maincontent__title {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .maincontent__title {
    margin-bottom: 4%;
  }
}

#sellBegginer .maincontent__text {
  margin-bottom: 20px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .maincontent__text {
    margin-bottom: 20px;
  }
}

#sellBegginer .maincontent__text.archi {
  margin-bottom: 1em;
}

#sellBegginer #ContentsCompanyArea {
  padding-top: 30px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsCompanyArea {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsCompanyArea .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsCompanyArea .flexbox__50 {
    padding-top: 8%;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsCompanyArea .flexbox__50:nth-child(2) {
    padding-top: 12%;
  }
}

#sellBegginer #ContentsCompanyArea .flexbox__50 .image__100 {
  max-width: 350px;
  margin: 0 auto;
}

#sellBegginer #ContentsCompanyArea .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsCompanyArea .title {
    margin-bottom: 20px;
  }
}

#sellBegginer #ContentsCompanyArea .title.twoline {
  margin-bottom: 16px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsCompanyArea .title.twoline {
    margin-bottom: 20px;
  }
}

#sellBegginer #ContentsCompanyArea .address {
  margin-top: 20px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsStrengthArea {
    padding-top: 4%;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsdifferentArea .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .flexbox {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsdifferentArea .flexbox__50 {
  width: calc(100% / 2 - 0.6em);
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .flexbox__50 {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .flexbox__50:first-of-type {
    margin-bottom: 4%;
  }
}

#sellBegginer #ContentsdifferentArea .flexbox__50:first-of-type .contentTitle {
  background: #78bd36;
  padding: 20px;
  color: #fff;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .flexbox__50:first-of-type .contentTitle {
    padding: 10px;
    font-size: 1rem;
  }
}

#sellBegginer #ContentsdifferentArea .flexbox__50:first-of-type .title.indent {
  text-indent: -0.5em;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .flexbox__50:nth-child(2) {
    padding-top: 8%;
  }
}

#sellBegginer #ContentsdifferentArea .flexbox__50:nth-child(2) .contentTitle {
  background: #e5e5e5;
  padding: 20px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .flexbox__50:nth-child(2) .contentTitle {
    padding: 10px;
    font-size: 1rem;
  }
}

#sellBegginer #ContentsdifferentArea .contentTitle {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .contentTitle {
    margin-bottom: 20px;
  }
}

#sellBegginer #ContentsdifferentArea .title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 5px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea .title {
    text-align: left;
    margin-bottom: 0px;
  }
}

#sellBegginer #ContentsdifferentArea ul li {
  padding: 20px 10px 30px;
  border: 1px solid #78bd36;
  border-bottom: none;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea ul li {
    padding: 10px;
  }
}

#sellBegginer #ContentsdifferentArea ul li:last-of-type {
  margin-bottom: 0px;
  border-bottom: 1px solid #78bd36;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsdifferentArea ul li:last-of-type {
    margin-bottom: 0px;
  }
}

#sellBegginer #ContentsdifferentArea .flexbox__50:nth-child(2) ul li {
  border: 1px solid #5e5e5e;
  border-bottom: none;
}

#sellBegginer #ContentsdifferentArea .flexbox__50:nth-child(2) ul li:last-of-type {
  border-bottom: 1px solid #5e5e5e;
}

#sellBegginer #ContentsTextArea #contentsInner {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsTextArea .linkarea {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsTextArea p.textarea__button {
  width: calc(100% / 3 - 0.5em);
  overflow: hidden;
  float: left;
  display: block;
  border: solid 1px #e5e5e5;
  background-color: #e5e5e5;
  padding: 10px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media only screen and (max-width: 769px) {
  #sellBegginer #ContentsTextArea p.textarea__button {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsLinkArea #contentsInner {
  overflow: hidden;
}

#sellBegginer #ContentsLinkArea a.linkarea__button {
  width: calc(100% / 3 - 0.5em);
  overflow: hidden;
  float: left;
  display: block;
  border: solid 1px #e5e5e5;
  padding: 10px;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  text-align: center;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea a.linkarea__button {
    width: 100%;
  }
}

#sellBegginer #ContentsLinkArea a.linkarea__button.fz96 {
  font-size: 96%;
}

@media only screen and (max-width: 769px) {
  #sellBegginer #ContentsLinkArea a.linkarea__button.fz96 {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea a.linkarea__button.fz96 {
    height: auto;
  }
}

#sellBegginer #ContentsLinkArea a.linkarea__button.fz96:hover {
  background-color: #89ba4d;
  color: #031f28;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#sellBegginer #ContentsLinkArea a.linkarea__button img {
  width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}

#sellBegginer #ContentsLinkArea a.moreBtn {
  overflow: hidden;
  display: block;
  width: 300px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  background: #031f28;
  color: #fff;
  margin: 0px auto 30px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea a.moreBtn {
    margin: 8% auto;
  }
}

#sellBegginer #ContentsLinkArea a.moreBtn:hover {
  background: #78bd36;
  color: #031f28;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#sellBegginer #ContentsLinkArea .linkarea {
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea .linkarea {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsLinkArea .linkarea__button {
  text-align: center;
}

#sellBegginer #ContentsLinkArea .contentsBtn .title {
  color: #040401;
  font-size: 1.08rem;
  font-weight: bold;
  margin-bottom: 1em;
  margin-top: 1em;
}

@media only screen and (max-width: 769px) {
  #sellBegginer #ContentsLinkArea .contentsBtn .title {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea .contentsBtn .title {
    font-size: 1.08rem;
  }
}

@media only screen and (max-width: 769px) {
  #sellBegginer #ContentsLinkArea .contentsBtn .text {
    font-size: 0.8rem;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea .contentsBtn .text {
    font-size: 1rem;
  }
}

#sellBegginer #ContentsLinkArea .contentsBtn .text.margin {
  margin-bottom: 1.7em;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsLinkArea .contentsBtn .text.margin {
    margin-bottom: 0em;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsBlogArea {
    padding-top: 4%;
  }
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsBlogArea .main-contents {
    padding-top: 4%;
  }
}

#sellBegginer #ContentsBlogArea ul.column-list {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#sellBegginer #ContentsBlogArea ul.column-list li {
  width: calc(100% / 3 - 1em);
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsBlogArea ul.column-list li {
    width: 100%;
    margin-bottom: 8%;
  }
}

#sellBegginer #ContentsBlogArea ul.column-list li img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#sellBegginer #ContentsBlogArea ul.column-list li h4 {
  margin: 10px 0px;
}

#sellBegginer #ContentsBlogArea ul.column-list li .thumb {
  margin-bottom: 10px;
}

#sellBegginer #ContentsBlogArea ul.column-list li p.date {
  float: left;
  width: 74%;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsBlogArea ul.column-list li p.date {
    width: 100%;
  }
}

#sellBegginer #ContentsBlogArea a.moreBtn {
  overflow: hidden;
  display: block;
  width: 300px;
  padding: 20px 0;
  font-weight: bold;
  text-align: center;
  background: #031f28;
  color: #fff;
  margin: 0px auto 30px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsBlogArea a.moreBtn {
    margin: 0px auto;
  }
}

#sellBegginer #ContentsBlogArea a.moreBtn:hover {
  opacity: 0.8;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#sellBegginer .archiContents {
  margin-bottom: 60px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer .archiContents {
    margin-bottom: 8%;
  }
}

#sellBegginer #ContentsFormArea {
  padding-top: 30px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsFormArea {
    padding-top: 8%;
  }
}

#sellBegginer #ContentsFormArea .text {
  margin-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  #sellBegginer #ContentsFormArea .text {
    margin-bottom: 20px;
  }
}

/*# sourceMappingURL=common_test2101.css.map */
/*
     FILE ARCHIVED ON 08:29:14 Mar 26, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 10:12:03 May 07, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.557
  load_resource: 389.37 (2)
  PetaboxLoader3.resolve: 296.098 (2)
  PetaboxLoader3.datanode: 61.053 (3)
  loaddict: 23.088
*/