@CHARSET "UTF-8";

/* COMMON STYLE
--------------------------------------------- */

#beginner {
  margin: 0 auto;
  padding-bottom: 40px;
  width: 950px;
  line-height: 1.7;
  overflow: hidden;
  color: #333;
  font-size: 16px;
  text-align: left;
}

ol li {
  list-style-type: none;
}

#beginner h2 {
  margin-bottom: 10px;
  padding-left: 130px;
  height: 100px;
  line-height: 100px;
  color: #fff;
  background: #87c209 url('/static/img/af/shop/beginner/title.png') no-repeat 0 0;
  font-size: 36px;
}

/* navigation */
#beginner ul.nav {
  width: 950px;
  overflow: hidden;
}

#beginner ul.nav li {
  width: 192px;
  height: 82px;
  float: left;
}

#beginner ul.nav li a,
#beginner ul.nav li span {
  padding-top: 82px;
  height: 82px;
  display: block;
  background: url('/static/img/af/shop/beginner/navigation.png') no-repeat 0 0;
  box-sizing: border-box;
  opacity: 0.25;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#beginner ul.nav li span,
#beginner ul.nav li a:hover {
  opacity: 1;
}

#beginner ul.nav li.step1 a,
#beginner ul.nav li.step1 span {
  background-position: -192px 0;
}

#beginner ul.nav li.step2 a,
#beginner ul.nav li.step2 span {
  background-position: -384px 0;
}

#beginner ul.nav li.step3 a,
#beginner ul.nav li.step3 span {
  background-position: -576px 0;
}

#beginner ul.nav li.step4,
#beginner ul.nav li.step4 a,
#beginner ul.nav li.step4 span {
  width: 182px;
}

#beginner ul.nav li.step4 a,
#beginner ul.nav li.step4 span {
  background-position: -768px 0;
}

#beginner.step0 ul.nav li.step0,
#beginner.step1 ul.nav li.step1,
#beginner.step2 ul.nav li.step2,
#beginner.step3 ul.nav li.step3,
#beginner.step4 ul.nav li.step4 {
  opacity: 1;
}

/* moshimochan */
#beginner .moshimochan {
  margin: 40px;
  padding-left: 185px;
  min-height: 147px;
  background: url('/static/img/af/shop/beginner/icon-moshimochan.png') no-repeat 0 center;
}

#beginner .moshimochan p {
  padding: 20px;
  border-radius: 10px;
  color: #fff;
  background-color: #87c209;
  position: relative;
}

#beginner .moshimochan p:before {
  content: '';
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #87c209 transparent;
  width: 0;
  height: 0;
  position: absolute;
  top: 42%;
  left: -15px;
}

#beginner .moshimochan p strong.head {
  margin-bottom: 10px;
  display: block;
  line-height: 1.3;
  font-size: 24px;
}

#beginner .moshimochan p a {
  color: #fff;
  text-decoration: underline;
}

/* section */
#beginner div.section {
  margin-bottom: 40px;
}

#beginner h3 {
  margin-bottom: 10px;
  color: #87c209;
  font-size: 36px;
}

#beginner div.section > p {
  margin-bottom: 20px;
}

/* btn */
#beginner p.btn,
#beginner div.section p.btn {
  margin: 40px 0;
  text-align: center;
}

#beginner p.btn a,
#beginner ul.nav-btn a {
  margin: 0 auto;
  border-radius: 3px;
  display: block;
  width: 750px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  background-color: #f79256;
  font-weight: bold;
  font-size: 24px;
  box-shadow: 0 4px 0 0 #c67545;
  text-align: center;
  transition: background-color 0.3s ease-in-out;
}

#beginner p.btn a:hover,
#beginner ul.nav-btn a:hover {
  background-color: #ffa666;
  text-decoration: none;
}

#beginner p.btn a:active,
#beginner ul.nav-btn a:active {
  box-shadow: 0 1px 0 0 #c67545;
  position: relative;
  top: 3px;
  background-color: #ffa666;
  text-decoration: none;
}

#beginner p.btn a:before,
#beginner ol.step-list li p.more a:before {
  margin-right: 5px;
  content: '▶';
}

#beginner ul.nav-btn {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

#beginner ul.nav-btn li {
  margin-bottom: 40px;
  width: 50%;
  text-align: center;
}

#beginner ul.nav-btn li a {
  width: 400px;
}

#beginner ol.flow {
  padding: 0 40px;
  background-color: #f7f6f5;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

#beginner ol.flow li {
  padding: 40px 0;
  border-top: 1px solid #ccc;
  width: 100%;
}

#beginner ol.flow li:first-child,
#beginner ol.flow li.txt,
#beginner ol.cb-flow li:first-child {
  border-top: 0;
}

#beginner ol.flow li:last-child.txt {
  margin-top: -20px;
  padding-top: 0;
}

#beginner ol.flow li:first-child.txt {
  margin-top: -20px;
  padding-bottom: 20px;
}

#beginner ol.flow li h4 {
  color: #87c209;
  font-size: 22px;
}

#beginner ol.flow li p {
  margin-top: 20px;
}

#beginner ol.flow li p.img {
  text-align: center;
}

#beginner ol.flow li p.notice {
  margin-top: 10px;
  font-size: 12px;
}

#beginner ol.flow li.topic {
  margin-bottom: 40px;
  padding: 20px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background-color: #87c209;
}

#beginner ol.flow li.topic p:first-child {
  margin-top: 0;
}

/* STEP0
--------------------------------------------- */

#beginner.step0 div.section {
  border-bottom: 1px solid #ccc;
}

#beginner.step0 div.section:last-child {
  border-bottom: 0;
}

#beginner ol.step-list li {
  padding: 50px 40px;
  background-color: #d8f090;
  background-repeat: no-repeat;
  position: relative;
}

#beginner ol.step-list li.step-list1 {
  min-height: 360px;
  background-image: url('/static/img/af/shop/beginner/img-step0-1.png');
  background-position: 100% 0;
}

#beginner ol.step-list li.step-list2 {
  padding-left: 400px;
  min-height: 260px;
  background-color: #f7f6f5;
  background-image: url('/static/img/af/shop/beginner/img-step0-2.png');
  background-position: 40px 60px;
}

#beginner ol.step-list li.step-list3 {
  padding-right: 300px;
  background-image: url('/static/img/af/shop/beginner/img-step0-3.png');
  background-position: 100% 45px;
}

#beginner ol.step-list li.step-list1:after,
#beginner ol.step-list li.step-list2:after {
  content: '';
  border-style: solid;
  border-width: 16px 17px 0 17px;
  border-color: #d8f090 transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 460px;
  z-index: 100;
}

#beginner ol.step-list li.step-list2:after {
  border-color: #f7f6f5 transparent transparent;
}

#beginner ol.step-list li h4 {
  margin-bottom: 20px;
  padding-left: 45px;
  line-height: 1.3;
  color: #87c209;
  font-size: 30px;
  background-repeat: no-repeat;
}

#beginner ol.step-list li.step-list1 h4 {
  background-image: url('/static/img/af/shop/beginner/icon-sprite.png');
  background-position: 0 0;
}

#beginner ol.step-list li.step-list2 h4 {
  background-image: url('/static/img/af/shop/beginner/icon-sprite.png');
  background-position: 0 -37px;
}

#beginner ol.step-list li.step-list3 h4 {
  background-image: url('/static/img/af/shop/beginner/icon-sprite.png');
  background-position: 0 -73px;
}

#beginner ol.step-list li p {
  margin-bottom: 20px;
}

#beginner ol.step-list li.step-list1 p {
  padding-right: 360px;
}

#beginner ol.step-list li.step-list1 p.recommend {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-right: 0;
}

#beginner ol.step-list li.step-list1 p.recommend span {
  font-size: 16px;
}

#beginner ol.step-list li.step-list1 p.more {
  margin-bottom: 40px;
}

#beginner ol.step-list li.step-list1 div.recommend-bnr {
  display: flex;
  justify-content: space-between;
}

#beginner ol.step-list li p.more a {
  display: block;
  width: 310px;
  height: 48px;
  line-height: 48px;
  color: #87c209;
  background-color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

#beginner ol.step-list li p.more a:hover,
#beginner ol.step-list li p.more a:active {
  text-decoration: none;
}

#beginner ol.step-list li p.more a:before {
  font-size: 14px;
}

#beginner ol.step-list li div.rakutenwidget {
  margin-right: -260px;
  padding: 30px 20px;
  min-height: 114px;
  background-color: #ebf7c7;
  position: relative;
}

#beginner ol.step-list li div.rakutenwidget p {
  margin-bottom: 0;
}

#beginner ol.step-list li div.rakutenwidget p strong {
  margin-bottom: 5px;
  display: block;
}

#beginner ol.step-list li div.rakutenwidget p.img {
  position: absolute;
  top: 30px;
  right: 20px;
}

#beginner p.banner {
  margin: 40px 0;
  text-align: center;
}


#beginner div#attitude {
  background: #f7f6f5;
  padding: 40px;
  margin-bottom: 40px;
  font-size: 14px;
}

div#attitude em {
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #fff 0%, #fff 57%, #ffff00 58%, #ffff00 79%, #fff 80%, #fff 100%) repeat scroll 0 0;
  font-style: normal;
  font-weight: bold;
}


#beginner div#attitude dl.attitude-box {
  background: #ffffff;
  margin-top: 35px;
  box-shadow: 0 0 7px rgba(80, 80, 80, 0.3);
}

#beginner div#attitude dl.attitude-type-a {
  padding: 30px;
}


#beginner div#attitude dl.attitude-box dt {
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #000000;
  font-size: 24px;
  padding-bottom: 20px;
}

#beginner div#attitude dl.attitude-box dt.step-title {
  background: #aed028;
  color: #ffffff;
  border: none;
  text-align: left;
  padding: 15px 15px 15px 20px;
}

#beginner div#attitude dl.attitude-box dd.step-body {
  padding: 25px 30px;
}

#beginner div#attitude dl.attitude-box dd {
  padding-top: 30px;
}

#beginner div#attitude dl.attitude-box dd p {
  margin-bottom: 20px;
}

dl.attitude-box a#next-button {
  background-color: #eeeeee;
  border-bottom: 3px solid #bebebe;
  border-radius: 5px;
  color: #000000;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  height: 35px;
  line-height: 35px;
  margin-top: 5px;
  text-decoration: none;
  width: 200px;
  text-align: center;
}

#beginner div#attitude dl.attitude-box dd {
  line-height: 2em;
}

#beginner div#attitude dl.attitude-box dd p.step-image {
  margin-bottom: 25px;
}

#beginner div#attitude dl.attitude-box dd p:last-child {
  margin-bottom: 0;
}

#beginner div#attitude dl.attitude-box dd div.box-bottom {
  margin-bottom: 5px;
}

dl.attitude-box a#next-button:hover {
  background-color: #f3f3f3;
  border-bottom: 3px solid #bebebe;
}

dl.attitude-box a#next-button:active {
  background-color: #f3f3f3;
  border-bottom: 1px solid #bebebe;
  margin-bottom: 2px;
  position: relative;
  top: 3px;
}

#beginner div#attitude div.attitude-inner-box {
  padding: 15px 20px;
  background: #ffffcf;
  margin-bottom: 20px;
}

#beginner div#attitude div.attitude-inner-box ol.table-of-contents {
  display: flex;
  flex-wrap:wrap;
  margin-top: 6px;
}

#beginner div#attitude div.attitude-inner-box ol.table-of-contents li {
  width: 33%;
  line-height: 2.2em;
}

#beginner div#attitude div.attitude-inner-box ul li {
  line-height: 2em;
}

#beginner div#attitude div.attitude-inner-box ul li::before {
  color: #aed028;
  content: "●";
}

#beginner div#attitude div.attitude-inner-box ul li::before {
  margin-right: 1px;
}

#beginner div#attitude div.attitude-inner-box ul li span {
  color:#c00;
  font-weight: bold;
}

  /* STEP1
  --------------------------------------------- */

#beginner.step1 ol.flow li.topic {
  padding-right: 385px;
  position: relative;
  min-height: 185px;
}

#beginner.step1 ol.flow li.topic p.img {
  margin: 0;
  position: absolute;
  top: 20px;
  right: 20px;
}

#beginner.step1 ol.flow li.step1-10 {
  padding-right: 420px;
  position: relative;
  min-height: 273px;
}

#beginner.step1 ol.flow li.step1-10 p.img {
  margin: 0;
  position: absolute;
  top: 40px;
  right: 0;
}

#beginner.step1 h3#flow-wordpress + ol.flow li.txt:first-child {
  padding-left: 320px;
  position: relative;
  min-height: 290px;
}

#beginner.step1 h3#flow-wordpress + ol.flow li.txt img {
  position: absolute;
  top: 60px;
  left: 0;
}

#beginner.step1 div.service,
#beginner.step1 ul.link {
  margin-top: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}

#beginner.step1 div.service {
  padding-left: 168px;
  position: relative;
  min-height: 128px;
}

#beginner.step1 div.service h5 {
  font-size: 16px;
}

#beginner.step1 div.service img {
  position: absolute;
  top: 20px;
  left: 20px;
}

#beginner.step1 div.service p {
  margin-top: 5px;
}

#beginner.step1 ul.link li {
  padding: 0;
  border: 0;
}

#beginner.step1 ol.flow li:first-child.txt {
  margin-top: -20px;
  padding-bottom: 40px;
}

#beginner.step1 ol.flow li p.note-link {
  padding: 15px 0;
  width: 455px;
  background: #fff;
  text-align: center;
  margin-top: 20px;
  display: inline-block;
}

#beginner.step1 ol.flow li p.note-link a {
  color: #87c209;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.33;
}

#beginner.step1 ol.flow li p.note-link a::before {
  content: "▼";
  font-size: 12px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 2px;
}

#beginner.step1 ol.flow li div.note {
  border-radius: 10px;
  background: #fff;
  padding: 20px;
  margin-top: 20px;
}

#beginner.step1 ol.flow li div.note p:first-child {
  margin-top: 0;
}

#beginner.step1 ol.flow li div.note p.note-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

#beginner.step1 ol.flow li div.note p.caution {
  margin-top: 10px;
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1;
}

#beginner.step1 ol.flow li div.note div.detail {
  display: flex;
  justify-content: flex-start;
}

#beginner.step1 ol.flow li div.note > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}

#beginner.step1 ol.flow li div.note p.name {
  line-height: 1;
}

#beginner.step1 ol.flow li div.note > div:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

#beginner.step1 ol.flow li div.note div.detail a {
  margin-right: 20px;
}

/* STEP4
--------------------------------------------- */

#beginner ol.merit {
  padding: 20px 40px;
  background-color: #f7f6f5;
  position: relative;
}

#beginner ol.merit:after {
  content: '';
  border-style: solid;
  border-width: 16px 17px 0 17px;
  border-color: #f7f6f5 transparent transparent;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -16px;
  left: 460px;
  z-index: 100;
}

#beginner ol.merit li {
  padding: 20px 0;
}

#beginner ol.merit li h4 {
  margin-bottom: 20px;
  padding-left: 45px;
  line-height: 1.3;
  color: #87c209;
  background: url('/static/img/af/shop/beginner/icon-sprite.png') 0 -111px no-repeat;
  font-size: 30px;
}

#beginner ol.cb-flow {
  padding: 10px 40px;
  background-color: #d8f090;
}

#beginner ol.cb-flow li {
  padding: 30px 0;
  border-top: 1px solid #fff;
}

#beginner ol.cb-flow li h4 {
  margin-bottom: 20px;
  line-height: 1.3;
  color: #87c209;
  font-size: 30px;
}

#beginner ol.cb-flow li h4 span {
  font-size: 12px;
}

#beginner ol.cb-flow li p {
  text-align: center;
}

#beginner ol.cb-flow li:first-child p {
  margin-top: -120px;
}

#beginner .cashback {
  padding: 20px 40px;
  background-color: #d8f090;
}

#beginner .cashback p {
  margin-top: 20px;
}

#beginner #start {
  margin: 0 40px;
  padding: 30px 230px 0 0;
  min-height: 307px;
  background: url('/static/img/af/shop/beginner/img-step4-06.png') 100% 0 no-repeat;
}

#beginner #start p.btn a {
  width: 530px;
}
