/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.sof_pc {
  display: block !important;
}
.sof_sp {
  display: none !important;
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 768px) {
  .sof_pc {
    display: none !important;
  }
  .sof_sp {
    display: block !important;
  }
}
/* --------------------------------------------- */
/* ▼モバイルファースト (全環境に共通のデザイン) */
/* --------------------------------------------- */
* {
  margin: 0;
  padding: 0;
}
html {
  color: #333;
  font-family: 游ゴシック体, YuGothic, "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック, "Yu Gothic", 'Noto Sans Japanese', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 62.5%; /* 16px x 0.625 = 10px(=1rem) */
  scroll-behavior: smooth;
}
body {
  font-size: 1.3rem; /* 13px */
  line-height: 1.6;
  letter-spacing: 1px;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  position: relative;
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div {
  position: relative;
}
fieldset, img {
  border: 0
}
ol, ul {
  list-style: none;
}
/*link*/
a {
  color: #333;
  text-decoration: none;
}
a:link {
  color: #333;
  text-decoration: none;
}
a:visited {
  color: #333;
  text-decoration: none;
}
a:hover {
  color: #6EB92C;
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  padding-top: 0px;
  transition: .3s;
}
img {
  border-style: none;
  z-index: 0;
  vertical-align: bottom;
  line-height: 1.0em;
  width: 100%;
  height: auto;
}
/*font*/
.en_font {
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  letter-spacing: 3px;
}
/* pp */
.sof_pagetitle {
  padding: 100px 0 2em 0;
  background: #000;
  color: #fff;
}
.sof_pagetitle p, .sof_pagetitle h2 {
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 2px;
  background: linear-gradient(-90deg, rgba(110, 185, 44, 1) 0%, rgba(0, 0, 0, 1)100%);
  padding: 10px 0 10px 20px;
  width: 70%;
  margin: 0 auto 0 0;
  text-align: left;
}
.sof_pagetitle p span, .sof_pagetitle h2 span {
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial;
  font-weight: 500;
  letter-spacing: 3px;
  font-size: 2rem;
}
.sof_pagetitle p:after, .sof_pagetitle h2:after {
  position: absolute;
  content: '';
  right: -40px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 40px transparent; /*bodyのカラーと同じ色に*/
  border-bottom: solid 71px #6EB92C;
  z-index: 2;
}
.sof_pp {
  padding: 2em 0 2em;
  width: 90%;
  margin: auto;
  text-align: left;
}
.sof_pp div {
  padding: 0 0 0.5em;
  border-bottom: 0.5px solid #6EB92C;
  margin: 2em auto 1em;
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
}
.sof_pp p {
  margin: 0 auto 0.5em;
}
.sof_pp p.bb {
  font-weight: bold;
}
.sof_pp ol {
  margin: 0;
  list-style-type: decimal;
  padding: 0 0 0 20px;
}
.sof_pp ol li {
  margin-bottom: 10px;
}
.sof_pp ul.disc {
  list-style-type: disc;
  margin: 5px auto;
  padding: 0 0 0 20px;
}
.sof_pp ul.disc li {
  margin-bottom: 5px;
}
.sof_pp ol.number {
  margin: 0;
  list-style: none;
  counter-reset: number;
  padding: 0 0 0 20px;
}
.sof_pp ol.number li {
  position: relative;
  margin: 8px auto;
}
.sof_pp ol.number li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 3px;
  left: -20px;
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 50%;
  font-size: 10px;
  text-align: center;
  line-height: 1.2;
}
.sof_pp ol.number ul.disc li {
  margin: 4px auto;
}
.sof_pp ol.number ul.disc li::before {
  display: none;
}
/* guide */ .sof_guide_bg {
  padding: 2em 0 0;
  width: 90%;
  margin: auto;
}
.sof_guidenav_bg {
  padding: 2em 0 0;
}
.sof_guidenav {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0em auto 1em;
  justify-content: space-between;
}
.sof_guidenav li {
  margin: 0 5px 0.8em;
  width: calc(100% / 3 - 10px);
  line-height: 1.6;
  padding: 0;
  list-style-type: none !important;
  letter-spacing: 0;
  border-left: 0.5px solid #6EB92C;
  box-sizing: border-box;
}
.sof_guidenav li:nth-child(3), .sof_guidenav li:nth-child(6) {
  border-right: 0.5px solid #6EB92C;
}
.sof_guidenav li img {
  width: 40%;
  margin: 0 auto 0.5em;
}
.sof_guidenav li i {
  color: #6EB92C;
}
#guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
  z-index: -2;
  margin-top: -100px;
  padding-top: 100px;
}
.sof_guide_contents {
  margin: 2em auto 0;
}
.sof_guide_ttl {
  text-align: left;
  font-weight: bold;
  font-size: 1.5rem;
  margin-bottom: 0.5em;
  background: #6EB92C;
  padding: 5px 0 5px 10px;
  color: #fff;
  width: calc(100% - 40px);
  position: relative;
}
.sof_guide_ttl:after {
  position: absolute;
  content: '';
  right: -30px;
  top: 0px;
  width: 0;
  height: 0;
  border: none;
  border-right: solid 30px transparent; /*bodyのカラーと同じ色に*/
  border-bottom: solid 34px #6EB92C;
  z-index: 2;
}
.sof_guide_txt {
  text-align: left;
  margin-bottom: 2em;
  font-family: sans-serif;
}
.sof_guide_txt span {
  font-weight: bold;
}
.sof_guide_txt span.pink {
  color: #6EB92C;
}
.sof_guide_flow {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 1em auto 1.5em;
  justify-content: space-between;
  align-items: center;
}
.sof_guide_flowl {
  width: 25%;
  position: relative;
}
.sof_guide_flowl:after {
  /*画像を絶対配置*/
  position: absolute;
  content: '';
  bottom: -35px;
  left: 50%;
  display: block;
  width: 30px; /*幅*/
  height: 30px;
  background-image: url("https://gigaplus.makeshop.jp/sofmix/img/guide/arrow.webp");
  background-size: contain;
  background-repeat: no-repeat; /*画像を繰り返さない*/
}
.sof_guide_flowl.step05:after {
  display: none;
}
.sof_guide_flowr {
  text-align: left;
  width: 70%;
}
.sof_guide_flowr span {
  letter-spacing: 2px;
  font-weight: bold;
  color: #6EB92C;
}
table.sof_guide_table {
  border: 1px solid #595959;
  border-collapse: collapse;
  margin: 0.5em auto 0 0;
}
.sof_guide_table td, .sof_guide_table th {
  border: 1px solid #595959;
  border-collapse: collapse;
  padding: 5px;
}
.sof_guide_table th {
  width: 70px;
}
/* tradelaw */
.sof_comp_list.wide {
  padding: 0em 0;
  margin: 0em auto 0;
  width: 100%;
  border-bottom: none;
}
.sof_comp_list.wide img {
  margin: 1em auto;
}
.sof_comp_list.wide li:first-child {
  border-top: none;
}
.sof_comp_list.wide li dt {
  color: #6EB92C;
}
.sof_comp_list {
  width: 90%;
  margin: 3em auto;
  border-bottom: 1px solid #6EB92C;
}
.sof_comp_list li {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  padding: 14px 0;
  border-top: 1px solid #6EB92C;
  text-align: left;
  position: relative;
}
.sof_comp_list li dt {
  width: 30%;
  font-weight: bold;
}
.sof_comp_list li dd {
  width: 65%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.sof_comp_list li dd span {
  color: #6EB92C;
}
.sof_guide_kiyaku {
  text-align: left;
}
.sof_guide_kiyaku li {
  border-bottom: 0.5px solid #6EB92C;
  padding: 15px 0;
}
.sof_guide_kiyaku li:last-child {
  border-bottom: none;
}
/* ------------------------------------ */
/* ▼PC用デザインとして付け足すデザイン */
/* ------------------------------------ */
@media all and (min-width: 768px) {
  body {
    font-size: 1.5rem; /* 15px */
    line-height: 1.8;
  }
  /* pp */
  .sof_pagetitle {
    padding: 120px 0 3em 0;
    background: #000;
  }
  .sof_pagetitle p, .sof_pagetitle h2 {
    font-size: 1.5rem;
    padding: 20px 0 20px 100px;
    width: 55%;
  }
  .sof_pagetitle p span, .sof_pagetitle h2 span {
    display: inline-block;
    margin: 0 20px 0 0;
    font-size: 3rem;
  }
  .sof_pagetitle p:after, .sof_pagetitle h2:after {
    right: -70px;
    border-right: solid 70px transparent; /*bodyのカラーと同じ色に*/
    border-bottom: solid 94px #6EB92C;
  }
  .sof_pp {
    padding: 5em 0;
    max-width: 1000px;
  }
  .sof_pp div {
    margin: 3em auto 1em;
    font-size: 1.8rem;
  }
  .sof_pp ol.number li::before {
    top: 6px;
    left: -25px;
    width: 16px;
    height: 16px;
    font-size: 13px;
    line-height: 1.4;
  }
  .sof_comp_list.wide {
    padding: 0em 0em 2em;
    max-width: 100%;
    margin: auto;
  }
  .sof_comp_list.wide img {
    width: 300px;
  }
  .sof_comp_list {
    margin: 6em auto;
    max-width: 900px;
  }
  .sof_comp_list li {
    padding: 20px 0;
  }
  .sof_comp_list li dt {
    width: 25%;
  }
  .sof_comp_list li dd {
    width: 75%;
  }
  /* guide */
  .sof_guide_bg {
    padding: 4em 0 2em;
    max-width: 1000px;
    margin: auto;
  }
  .sof_guidenav_bg {
    padding: 3em 0 1em;
    margin: 2em auto 0;
  }
  .sof_guidenav {
    max-width: 1000px;
    margin: 0em auto 0em;
  }
  .sof_guidenav li {
    width: 16%;
    margin: 0 0 0em;
    border-left: 0.5px solid #6EB92C;
  }
  .sof_guidenav li:nth-child(3) {
    border-right: none;
  }
  #guide01, #guide02, #guide03, #guide04, #guide05, #guide06 {
    margin-top: -100px;
    padding-top: 100px;
  }
  .sof_guide_contents {
    width: 80%;
    margin: 0;
  }
  .sof_guide_ttl {
    font-size: 2rem;
    margin-bottom: 1em;
    padding: 5px 0 5px 25px;
    width: calc(100% - 55px);
  }
  .sof_guide_ttl:after {
    right: -30px;
    border-right: solid 30px transparent; /*bodyのカラーと同じ色に*/
    border-bottom: solid 46px #6EB92C;
  }
  .sof_guide_txt {
    margin-bottom: 4em;
  }
  .sof_guide_txt span {
    font-size: 1.7rem;
  }
  .sof_guide_flow {
    width: 100%;
    margin: 0 0 2em 0;
    align-items: center;
  }
  .sof_guide_flowl {
    width: 12%;
  }
  .sof_guide_flowl img {
    width: 100%;
  }
  .sof_guide_flowr {
    text-align: left;
    width: 83%;
  }
  .sof_guide_flowr span {
    font-size: 2.0rem;
  }
  .sof_guide_table td, .sof_guide_table th {
    padding: 5px 10px;
  }
}