@media screen and (max-width: 991px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .pc_none {
    display: none;
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../../../shared/fonts/icomoon.eot?joyjs3");
  src: url("../../../shared/fonts/icomoon.eot?joyjs3#iefix") format("embedded-opentype"), url("../../../shared/fonts/icomoon.ttf?joyjs3") format("truetype"), url("../../../shared/fonts/icomoon.woff?joyjs3") format("woff"), url("../../../shared/fonts/icomoon.svg?joyjs3#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
.guideLayout .guide--mycatalog--contents--title, .guideLayout .guide--order--contents--title, .guideLayout .guide--payment--delivery--title, .guideLayout .guide--lowprice--contents--apprise + .bg_gray .title {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--mycatalog--contents--title, .guideLayout .guide--order--contents--title, .guideLayout .guide--payment--delivery--title, .guideLayout .guide--lowprice--contents--apprise + .bg_gray .title {
    font-size: 16px;
  }
}

.guideLayout .guide--payment--delivery--list dl {
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--delivery--list dl {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--delivery--list dl {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--delivery--list dl > dt,
  .guideLayout .guide--payment--delivery--list dl > dd {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--delivery--list dl > dt,
  .guideLayout .guide--payment--delivery--list dl > dd {
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--delivery--list dl > dt {
    padding-left: 0;
    font-weight: normal;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--delivery--list dl > dd {
    padding-bottom: 10px;
  }
}

.guideLayout .guide--btn--white {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 0;
  background: #fff;
  color:#111;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--white {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--white {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
.guideLayout .guide--btn--white:after {
  display: inline-block;
  margin-left: 8px;
  font-family: 'FontAwesome';
  content: "\f105";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--white:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.guideLayout .guide--btn--registration {
  display: block;
  border: 1px solid #093560;
  border-radius: 2px;
  padding: 10px 0;
  background: #093560;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
 
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--registration {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--registration {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
.guideLayout .guide--btn--registration:after {
  display: inline-block;
  margin-left: 8px;
  font-family: 'FontAwesome';
  content: "\f105";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--registration:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}

.guideLayout .guide--lowprice--header, .guideLayout .guide--lowprice--contents--lead, .guideLayout .guide--lowprice--contents--apprise:before, .guideLayout .guide--lowprice--contents--apprise:after, .guideLayout .guide--lowprice--contents--secret--title:after {
  background: linear-gradient(-45deg, #ffffff 25%, #f2f2f2 25%, #f2f2f2 50%, #ffffff 50%, #ffffff 75%, #f2f2f2 75%);
  background-size: 16px 16px;
}

.guideLayout .guide--btn--registration.current {
  display: block;
  border: 1px solid #093560;
  border-radius: 2px;
  padding: 10px 0;
  background: #FFFFFF;
  color: #093560;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--registration.current {
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--registration.current {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}

.guideLayout .guide--leadblock--lead {
  margin-bottom: 1.0em;
}
.guideLayout .guide--leadblock--lead strong {
  display: block;
  margin-bottom: 1.0em;
}
.guideLayout .guide--label--white {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 0;
  color:#111;
  background: #fff;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--label--white {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--label--white {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
  }
}
.guideLayout .guide--label--white span {
  display: block;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--label--white span {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--label--white span {
    font-size: 18px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--registration {
    margin-bottom: 10px;
  }
}
.guideLayout .guide--btn--registration:after {
  display: none;
}
.guideLayout .guide--btn--registration span {
  display: block;
}

@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--registration span {
    font-size: 20px;
  }
  
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--registration span {
    font-size: 18px;
  }
}
.guideLayout .guide--btn--registration.current {
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  -o-pointer-events: none;
  -ms-pointer-events: none;
  pointer-events: none;
}
.guideLayout .guide--btn--white:after {
  display: none;
}
.guideLayout .guide--btn--tel {
  display: block;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  padding: 10px 0;
  color:#111;
  background: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--tel {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--tel {
    border-radius: 5px;
    padding: 19px 0;
    font-size: 16px;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    -o-pointer-events: none;
    -ms-pointer-events: none;
    pointer-events: none;
  }
}
.guideLayout .guide--btn--tel span {
  display: block;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--tel span {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--tel span {
    font-size: 18px;
  }
}
.guideLayout .guide--btn--form {
  display: block;
  border: 1px solid #093560;
  border-radius: 2px;
  padding: 10px 0;
  background: #093560;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--btn--form {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--form {
    border-radius: 5px;
    padding: 31px 0;
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--btn--form:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.guideLayout .guide--lead_nav {
  background: #F9F9F9;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lead_nav {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lead_nav {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lead_nav--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 15px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lead_nav--list {
    padding: 20px 15px 5px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lead_nav--list li {
    width: 50%;
    margin: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lead_nav--list li {
    margin-bottom: 15px;
  }
}
.guideLayout .guide--lead_nav--list li a {
  position: relative;
  display: block;
  padding: 0 2.0em;
  background: #FFFFFF;
  border: 1px #E0E0E0 solid;
  border-radius: 5px;
  color: #3d9ed1;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lead_nav--list li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lead_nav--list li a {
    font-size: 13px;
  }
}
.guideLayout .guide--lead_nav--list li a:after {
  position: absolute;
  top: 50%;
  right: 1.0em;
  display: inline-block;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  content: "\f105";
  line-height: 1.0;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lead_nav--list li a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.guideLayout .guide--lead_nav--list li span {
  display: inline-block;
  padding: 2.0em 3.0em;
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lead_nav--list li span {
    background-size: auto 30px;
  }
}
.guideLayout .guide--lead_nav--list li:nth-of-type(1) span {
  background-image: url(../img/icon_beginner.png);
}
.guideLayout .guide--lead_nav--list li:nth-of-type(2) span {
  background-image: url(../img/icon_qa.png);
}
.guideLayout .guide--beginner--mv {
  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;
  background: url(../img/bg_main-beginner.jpg) repeat-x center top/auto 100%;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--mv {
    height: 232px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--mv {
    height: 116px;
    margin-bottom: 25px;
  }
}
.guideLayout .guide--beginner--mv--text {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #4dd2ca 11.3%, #4dd2ca 88.7%, rgba(0, 0, 0, 0) 100%);
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--mv--text {
    width: 970px;
    font-size: 32px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--mv--text {
    width: 100%;
    padding: 0.3em 0;
    font-size: 16px;
    line-height: 1.25;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--mv--text span {
    display: block;
  }
}
.guideLayout .guide--beginner--title {
  padding: 1.0em 3.0em;
  border-top: 4px #F7F6F6 solid;
  border-bottom: 4px #F7F6F6 solid;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--title {
    font-size: 26px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--title {
    font-size: 16px;
  }
}
.guideLayout .guide--beginner--point {
  background: #F9F9F9;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point {
    margin-bottom: 80px;
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--point {
    margin-bottom: 45px;
    padding: 25px 15px 15px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.guideLayout .guide--beginner--point--list--block {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  border: 1px #E0E0E0 solid;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list--block {
    width: 47.5%;
    margin-bottom: 25px;
    background-size: 48px 48px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--point--list--block {
    margin-bottom: 10px;
    background-size: 29px 29px;
  }
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(1) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_1.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(2) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_2.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(3) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_3.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(4) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_4.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(5) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_5.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(6) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_6.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(7) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_7.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(8) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_8.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(9) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_9.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(10) .guide--beginner--point--list--block--contents {
  background-image: url(../img/icon_10.png);
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(1) .guide--beginner--point--list--block--contents:before {
  font-family: 'icomoon';
  content: "\e900";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(2) .guide--beginner--point--list--block--contents:before {
  content: "\f024";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(3) .guide--beginner--point--list--block--contents:before {
  content: "\f157";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(4) .guide--beginner--point--list--block--contents:before {
  content: "\f06c";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(5) .guide--beginner--point--list--block--contents:before {
  content: "\f1ec";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(6) .guide--beginner--point--list--block--contents:before {
  content: "\f0d1";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(7) .guide--beginner--point--list--block--contents:before {
  content: "\f1e4";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(8) .guide--beginner--point--list--block--contents:before {
  content: "\f091";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(9) .guide--beginner--point--list--block--contents:before {
  content: "\f1ad";
}
.guideLayout .guide--beginner--point--list--block:nth-of-type(10) .guide--beginner--point--list--block--contents:before {
  content: "\f1b3";
}
.guideLayout .guide--beginner--point--list--block--contents {
  position: relative;
  background-repeat: no-repeat;
  background-position: left top;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list--block--contents {
    padding: 25px 55px 25px 110px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--point--list--block--contents {
    padding: 15px 30px 15px 65px;
  }
}
.guideLayout .guide--beginner--point--list--block--contents:before {
  position: absolute;
  top: 50%;
  left: 0.5em;
  width: 1.0em;
  color: #3d9ed1;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  line-height: 1.0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list--block--contents:before {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--point--list--block--contents:before {
    font-size: 34px;
  }
}
.guideLayout .guide--beginner--point--list--block > a {
  position: relative;
  display: block;
  height: 100%;
  text-decoration: none;
}
.guideLayout .guide--beginner--point--list--block > a:after {
  position: absolute;
  top: 50%;
  right: 2.0em;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #3d9ed1;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.0;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list--block > a:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.guideLayout .guide--beginner--point--list--block--title {
  margin-bottom: 0.5em;
  color: #3d9ed1;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list--block--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--point--list--block--title {
    font-size: 14px;
  }
}
.guideLayout .guide--beginner--point--list--block--text {
  color:#111;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--point--list--block--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--point--list--block--text {
    font-size: 11px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto 80px;
    padding: 0 15px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--service {
    margin-bottom: 45px;
    padding: 0 15px 15px;
  }
}
.guideLayout .guide--beginner--service--block {
  position: relative;
  color:#111;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--service--block {
    width: 47.5%;
    margin-bottom: 25px;
    padding-left: 95px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--service--block {
    margin-bottom: 15px;
    padding-left: 50px;
  }
}
.guideLayout .guide--beginner--service--block:before {
  position: absolute;
  top: 50%;
  left: 0.1em;
  width: 1.0em;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  line-height: 1.0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--service--block:before {
    font-size: 56px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--service--block:before {
    font-size: 34px;
  }
}
.guideLayout .guide--beginner--service--block:nth-of-type(1):before {
  content: "\f003";
}
.guideLayout .guide--beginner--service--block:nth-of-type(2):before {
  content: "\f073";
}
.guideLayout .guide--beginner--service--block:nth-of-type(3):before {
  content: "\f26c";
}
.guideLayout .guide--beginner--service--block:nth-of-type(4):before {
  content: "\f07a";
}
.guideLayout .guide--beginner--service--block--title {
  margin-bottom: 0.5em;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--service--block--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--service--block--title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--service--block--text {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--service--block--text {
    font-size: 11px;
  }
}
.guideLayout .guide--beginner--support {
  background: #F9F9F9;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--support {
    margin-bottom: 80px;
    padding: 50px 0 25px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--support {
    margin-bottom: 45px;
    padding: 25px 15px 15px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--support--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
.guideLayout .guide--beginner--support--list--block {
  position: relative;
  display: block;
  background-color: #FFFFFF;
  border: 1px #E0E0E0 solid;
  border-radius: 5px;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--support--list--block {
    width: 31.62%;
    height: 86px;
    margin-bottom: 25px;
    padding-left: 65px;
	padding-right:25px;
    font-size: 14px;
    line-height: 86px;
  }
  .guideLayout .guide--beginner--support--list--block:nth-child(3n+2):last-child{
    margin-right:34.19%;
  }  
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--support--list--block {
    height: 50px;
    margin-bottom: 10px;
    padding-left: 45px;
    font-size: 11px;
    line-height: 50px;
  }
}
.guideLayout .guide--beginner--support--list--block:before {
  position: absolute;
  top: 50%;
  width: 1.0em;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  line-height: 1.0;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--support--list--block:before {
    left: 1.3em;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--beginner--support--list--block:before {
    left: 1.0em;
    font-size: 16px;
  }
}
.guideLayout .guide--beginner--support--list--block:after {
  position: absolute;
  top: 50%;
  right: 2.0em;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  content: "\f105";
  color: #3d9ed1;
  font-size: 10px;
  line-height: 1.0;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--beginner--support--list--block:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  }
}
.guideLayout .guide--beginner--support--list--block.kaigyo{
  color: #9E0B0F;
}
.guideLayout .guide--beginner--support--list--block.kaigyo:before {
  content: "\f108";
}
.guideLayout .guide--beginner--support--list--block.fund{
  color: #D94D41;
}
.guideLayout .guide--beginner--support--list--block.fund:before {
  content: "\f155";
}
.guideLayout .guide--beginner--support--list--block.salonfudousan{
  color: #FF6600;
}
.guideLayout .guide--beginner--support--list--block.salonfudousan:before {
  content: "\f19c";
}
.guideLayout .guide--beginner--support--list--block.salondesign{
  color: #9E6016;
}
.guideLayout .guide--beginner--support--list--block.salondesign:before{
  content: "\f015";
}
.guideLayout .guide--beginner--support--list--block.salonhoken{
  color: #36ABEC;
}
.guideLayout .guide--beginner--support--list--block.salonhoken:before {
  content: "\f004";
}
.guideLayout .guide--beginner--support--list--block.salonsystem{
  color: #3E6093;
}
.guideLayout .guide--beginner--support--list--block.salonsystem:before {
  content: "\f085";
}
.guideLayout .guide--beginner--support--list--block.saloncard{
  color: #10B5BF;
}
.guideLayout .guide--beginner--support--list--block.saloncard:before {
  content: "\f283";
}
.guideLayout .guide--beginner--support--list--block.saloncareer{
  color: #820618;
}
.guideLayout .guide--beginner--support--list--block.saloncareer:before {
  content: "\f0c0";
}
.guideLayout .guide--beginner--support--list--block.bgacademy{
  color: #5DA1BE;
}
.guideLayout .guide--beginner--support--list--block.bgacademy:before {
  content: "\f19d";
}
.guideLayout .guide--beginner--support--list--block.shukyaku{
  color: #9E7F5A;
}
.guideLayout .guide--beginner--support--list--block.shukyaku:before {
  content: "\f201";
}
.guideLayout .guide--beginner--support--list--block.salonfc{
  color: #F6799B;
}
.guideLayout .guide--beginner--support--list--block.salonfc:before {
  content: "\f0c0";
}
.guideLayout .guide--beginner--support--list--block.beautymedia{
  color: #77c0b3;
}
.guideLayout .guide--beginner--support--list--block.beautymedia:before {
  content: "\f0d0";
}
.guideLayout .guide--beginner--support--list--block.biyoukaitori {
  color: #E80404;
}
.guideLayout .guide--beginner--support--list--block.biyoukaitori:before {
  content: "\f0b1";
}
.guideLayout .guide--beginner--support--list--block.salonmarugoto {
  color: #221100;
}
.guideLayout .guide--beginner--support--list--block.salonmarugoto:before {
  content: "\f2b5";
}
.guideLayout .guide--beginner--support--list--block.salonbaikyaku {
  color: #112255;
}
.guideLayout .guide--beginner--support--list--block.salonbaikyaku:before {
  content: "\f0d1";
}

.guideLayout .guide--faq {
  counter-reset: faq_num;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq {
    max-width: 1200px;
    margin: 0 auto 60px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq {
    margin-bottom: 30px;
  }
}
.guideLayout .guide--faq--q_list {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.guideLayout .guide--faq--q_list--title {
  position: relative;
  color:#111;
  font-weight: bold;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--q_list--title {
    padding: 1.0em 20px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--q_list--title {
    padding: 1.0em 15px;
    font-size: 12px;
  }
}
.guideLayout .guide--faq--q_list--title:after {
  position: absolute;
  top: 50%;
  right: 2.0em;
  margin-top: -0.5em;
  font-family: 'FontAwesome';
  content: "\f107";
  color: #3d9ed1;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.0;
  transition: .3s;
}
.guideLayout .guide--faq--q_list--title.current {
  background: #F9F9F9;
}
.guideLayout .guide--faq--q_list--title.current:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--q_list--title:hover {
    cursor: pointer;
  }
}
.guideLayout .guide--faq--q_list--inner_list {
  height: auto;
  max-height: 0;
  border-bottom: 1px #E0E0E0 solid;
  overflow: hidden;
  transition: .3s;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--q_list--inner_list {
    padding: 0 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--q_list--inner_list {
    padding: 0 15px;
  }
}
.guideLayout .guide--faq--q_list--inner_list.show {
  padding-bottom: 1.0em;
  background: #F9F9F9;
  max-height: 300px;
}
.guideLayout .guide--faq--q_list--inner_list--title {
  position: relative;
  display: block;
  margin-bottom: 1.0em;
  padding-left: 3.0em;
  color: #3d9ed1;
}
.guideLayout .guide--faq--q_list--inner_list--title:before {
  position: absolute;
  top: 0;
  left: 0;
  color:#111;
  counter-increment: faq_num;
  content: "Q-" counter(faq_num,decimal-leading-zero) ":";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--qa_block {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.guideLayout .guide--faq--qa_block--qa_box {
  border-top: 2px #E0E0E0 solid;
  clear: both;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--qa_block--qa_box {
    margin: 0 15px 25px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--qa_block--qa_box {
    margin-bottom: 15px;
  }
}
.guideLayout .guide--faq--qa_block--qa_box--q_text {
  position: relative;
  background: #F9F9F9;
  border-bottom: 1px #E0E0E0 solid;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--qa_block--qa_box--q_text {
    padding: 1.0em 0 1.0em 100px;
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--qa_block--qa_box--q_text {
    padding: 1.0em 0 1.0em 50px;
    font-size: 12px;
  }
}
.guideLayout .guide--faq--qa_block--qa_box--q_text:before {
  position: absolute;
  top: 1.0em;
  color:#111;
  counter-increment: faq_num;
  content: "Q-" counter(faq_num,decimal-leading-zero) ".";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--qa_block--qa_box--q_text:before {
    left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--qa_block--qa_box--q_text:before {
    left: 15px;
  }
}
.guideLayout .guide--faq--qa_block--qa_box--a_text {
  position: relative;
  border-bottom: 1px #E0E0E0 solid;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--qa_block--qa_box--a_text {
    padding: 1.0em 0 1.0em 100px;
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--qa_block--qa_box--a_text {
    padding: 1.0em 0 1.0em 50px;
    font-size: 11px;
  }
}
.guideLayout .guide--faq--qa_block--qa_box--a_text:before {
  position: absolute;
  top: 1.0em;
  color: #FF3C6C;
  content: "A.";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--faq--qa_block--qa_box--a_text:before {
    left: 25px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--faq--qa_block--qa_box--a_text:before {
    left: 15px;
  }
}
.guideLayout .guide--faq--qa_block--qa_box--a_text p {
  margin-bottom: 1.0em;
}
.guideLayout .guide--faq--qa_block--qa_box--a_text p:last-of-type {
  margin-bottom: 0;
}
.guideLayout .guide--faq--qa_block--qa_box--a_text a {
  color: #3d9ed1;
}
.guideLayout .guide--item--list {
  clear: both;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--item--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.guideLayout .guide--item--list--box {
  margin: 0 15px;
  padding: 0 0 15px;
  border-bottom: 1px #E0E0E0 solid;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--item--list--box {
    width: calc(50% - 30px);
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--item--list--box {
    margin-bottom: 15px;
  }
}
.guideLayout .guide--item--list--box a {
  color: #3d9ed1;
}
.guideLayout .guide--reserve--txt {
  margin-bottom: 1.0em;
}
.guideLayout .guide--reserve--image {
  margin-bottom: 1.0em;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--reserve--image div {
    height: 346px;
    background: no-repeat center top;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--reserve--image div img {
    display: none;
  }
}
.guideLayout .guide--reserve--image figcaption {
  margin-top: 1.0em;
}

.guideLayout .guide--reserve--image.image01 div {
  background: url(../img/img_reserve01_pc.jpg) no-repeat;
	height:0;
	max-width: 570px;
	padding-top:60.70%;
	background-size:contain;
}

@media screen and (min-width: 992px) {
  .guideLayout .guide--reserve--image.image02 div {
    background-image: url(../img/img_reserve02_pc.jpg);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--reserve--image.image03 div {
    background-image: url(../img/img_reserve03_pc.jpg);
  }
}

.guideLayout .guide--mycatalog--txt {
  margin-bottom: 1.0em;
}
.guideLayout .guide--mycatalog--contents--title {
  margin: 2.0em 15px 15px;
}
.guideLayout .guide--mycatalog--contents--image {
  margin-bottom: 1.0em;
}
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image div {
    background: no-repeat center top;
  }
}
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image div img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image01 div {
	height: 346px;  
    background-image: url(../img/img_mycatalog01_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image02 div {
	height: 346px;  
    background-image: url(../img/img_mycatalog02_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image08 div {
	height: 346px;  
    background-image: url(../img/img_mycatalog08_pc.jpg);
  }
}
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image09 div {
	height: 346px;  
    background-image: url(../img/img_mycatalog09_pc.jpg);
  }
}
.guideLayout .guide--mycatalog--contents--image.image10 div {
	text-align: center;
 }
.guideLayout .guide--mycatalog--contents--image.image10 div img{
	width:100%;
	max-width: 430px;
	display:inline-block;
}
/*.guideLayout .guide--mycatalog--contents--image.image03 {
  padding: 0;
}*/
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image03 div {
    height: 89px;
    background-image: url(../img/img_mycatalog03_pc.jpg);
  }
}
/*.guideLayout .guide--mycatalog--contents--image.image04 {
  padding: 0;
}*/
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image04 div {
    height:0;
	width:100%;
	padding-top:25.6%;  
	background-size: cover;
    background-image: url(../img/img_mycatalog04_pc.jpg);
  }
}
/*.guideLayout .guide--mycatalog--contents--image.image05 {
  padding: 0;
}*/
@media screen and (min-width: 767px) {
  .guideLayout .guide--mycatalog--contents--image.image05 div {
    height: 300px;
	background-size: contain;  
    background-image: url(../img/img_mycatalog05_pc.jpg);
  }
}
/*.guideLayout .guide--mycatalog--contents--image.image06 {
  padding: 0;
}*/
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image06 div {
    height:0;
	width:100%;
	padding-top:31.3%;  
	background-size: cover;
    background-image: url(../img/img_mycatalog06_pc.jpg);
  }
}
/*.guideLayout .guide--mycatalog--contents--image.image07 {
  padding: 0;
}*/
@media screen and (min-width: 768px) {
  .guideLayout .guide--mycatalog--contents--image.image07 div {
    height:0;
	width:100%;
	padding-top:29.1%;  
	background-size: cover;
    background-image: url(../img/img_mycatalog07_pc.jpg);
  }
}
.guideLayout .guide--mycatalog--contents--usage--title {
  margin-bottom: 10px;
  font-size: 13px;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--mycatalog--contents--usage--title {
    font-size: 14px;
  }
}
.guideLayout .guide--order--txt {
  margin-bottom: 1.0em;
}
.guideLayout .guide--order a {
  color: #3d9ed1;
}
.guideLayout .guide--order--contents {
  margin-bottom: 20px;
}
.guideLayout .guide--order--btn--pdf:after {
  display: inline-block;
  font-family: "FontAwesome";
  content: "\f1c1";
}
.guideLayout .guide--payment--txt {
  margin-bottom: 1.0em;
}
.guideLayout .guide--payment--icon_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.guideLayout .guide--payment--icon_list--box {
  margin-bottom: 1.0em;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list--box {
    margin-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list--box {
    margin-right: 10px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.creditcard > * {
    height: 54px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.creditcard > * {
    height: 40px;
  }
}
.guideLayout .guide--payment--icon_list.creditcard > * img {
  width: auto;
  height: 100%;
}
.guideLayout .guide--payment--icon_list.cs > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(1) {
    width: 92px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(1) {
    width: 69px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(2) {
    width: 122px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(2) {
    width: 92px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(3) {
    width: 108px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(3) {
    width: 81px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(4) {
    width: 88px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(4) {
    width: 66px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(5) {
    width: 58px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(5) {
    width: 44px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(6) {
    width: 34px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(6) {
    width: 25px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(7) {
    width: 82px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(7) {
    width: 62px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(8) {
    width: 94px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--icon_list.cs > *:nth-of-type(8) {
    width: 70px;
  }
}
.guideLayout .guide--payment--card_bck {
  margin-bottom: 1.0em;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--card_bck {
    width: 150px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--card_bck {
    width: 110px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--delivery {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--delivery {
    margin-bottom: 20px;
  }
}
.guideLayout .guide--payment--delivery--list {
  border-top: 2px #E0E0E0 solid;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--payment--delivery--list {
    margin-top: 30px;
    padding-top: 30px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--payment--delivery--list {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.guideLayout .guide--payment .flow3ds-img{margin:30px 0; width:100%;}
.guideLayout .guide--payment .brand3ds{margin:20px 0;}
.guideLayout .guide--payment .brand3ds li{display: inline-block; vertical-align:middle; margin:0 20px 10px 0;}
.guideLayout .guide--payment .brand3ds li img{height:80%; width: auto;}
@media screen and (max-width: 767px) {
    .guideLayout .guide--payment .flow3ds-img{overflow: scroll; width:100%;}
    .guideLayout .guide--payment .flow3ds-img figure{width:800px;}
    .guideLayout .guide--payment .brand3ds li{ margin:0 -15px 10px 0;}
    .guideLayout .guide--payment .brand3ds li img{width:70%;}
}

.guideLayout .guide--premiervip [class|="member"] {
  display: inline-block;
  margin: 5px;
  padding-left: 4.0em;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--premiervip [class|="member"] {
    font-size: 16px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--premiervip [class|="member"] {
    font-size: 12px;
    line-height: 36px;
  }
}
.guideLayout .guide--premiervip .member-silver {
  background-image: url(../img/icon_silver.png);
}
.guideLayout .guide--premiervip .member-gold {
  background-image: url(../img/icon_gold.png);
}
.guideLayout .guide--premiervip .member-platinum {
  background-image: url(../img/icon_platinum.png);
}
.guideLayout .guide--premiervip .member-diamond {
  background-image: url(../img/icon_diamond.png);
}
.guideLayout .guide--premiervip .member-normal {
  padding-left: 0;
  background: none;
  color: #999999;
  font-weight: normal;
}
.guideLayout .guide--premiervip .member-privilege {
  display: inline-block;
  margin: 5px;
  padding: 0 1.0em;
  background: #F7F5F6;
  color:#111;
  font-weight: normal;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--premiervip .member-privilege {
    font-size: 16px;
    line-height: 48px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--premiervip .member-privilege {
    font-size: 12px;
    line-height: 36px;
  }
}
.guideLayout .guide--premiervip .guide--table tbody {
  border-top-width: 2px;
}
.guideLayout .guide--premiervip .guide--table th,
.guideLayout .guide--premiervip .guide--table td {
  text-align: left;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--premiervip .guide--table th,
  .guideLayout .guide--premiervip .guide--table td {
    padding: 2.0em 0;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--premiervip .guide--table th,
  .guideLayout .guide--premiervip .guide--table td {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--premiervip .guide--table th {
    padding: 1.0em 0;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--premiervip .guide--table td {
    padding: 0 0 1.0em;
  }
}
.guideLayout .guide--renewal--header {
  position: relative;
  border-bottom: #D3E4EC solid;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 64px;
    padding-top: 95px;
    padding-bottom: 60px;
    border-bottom-width: 4px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header {
    margin-bottom: 32px;
    padding-top: 30px;
    padding-bottom: 75px;
    border-bottom-width: 2px;
  }
}
.guideLayout .guide--renewal--header:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background: linear-gradient(-45deg, #ffffff 25%, #f2f2f2 25%, #f2f2f2 50%, #ffffff 50%, #ffffff 75%, #f2f2f2 75%);
  background-size: 16px 16px;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header:after {
    height: 100px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header:after {
    height: 75px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--contents {
    width: 470px;
    margin-right: 30px;
    padding-left: 15px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header--contents {
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
.guideLayout .guide--renewal--header--contents .renewal-title {
  position: relative;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px #666666 solid;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--contents .renewal-title {
    padding-top: 70px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header--contents .renewal-title {
    padding-top: 35px;
    font-size: 18px;
  }
}
.guideLayout .guide--renewal--header--contents .renewal-title:before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  margin: 0 auto;
  background: url(../img/img_renewal-ribon.png) no-repeat center top/100% auto;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--contents .renewal-title:before {
    width: 382px;
    height: 70px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header--contents .renewal-title:before {
    width: 215px;
    height: 35px;
  }
}
.guideLayout .guide--renewal--header--contents .header-txt {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--contents .header-txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header--contents .header-txt {
    font-size: 12px;
  }
}
.guideLayout .guide--renewal--header--image {
  position: relative;
  z-index: +1;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--image {
    width: 670px;
  }
}
.guideLayout .guide--renewal--header--image:after {
  position: absolute;
  display: block;
  background: url(../img/icon_badge.png) no-repeat center top/contain;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--image:after {
    right: 15px;
    bottom: -35px;
    width: 142px;
    height: 142px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header--image:after {
    right: 15px;
    bottom: -55px;
    width: 28.75%;
    height: 0;
    padding-bottom: 28.75%;
  }
}
.guideLayout .guide--renewal--header--image .image-mobile {
  position: absolute;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--header--image .image-mobile {
    bottom: -35px;
    left: 30px;
    width: 145px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--header--image .image-mobile {
    top: 40px;
    left: 25px;
    width: 36.875%;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents {
    margin-bottom: 30px;
  }
}
.guideLayout .guide--renewal--contents--title {
  position: relative;
  color: #003366;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents--title {
    margin-bottom: 40px;
    padding-top: 120px;
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents--title {
    margin-bottom: 20px;
    padding-top: 60px;
    font-size: 16px;
  }
}
.guideLayout .guide--renewal--contents--title:before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  background: #003366;
  border-radius: 100%;
  color: #FFFFFF;
  font-family: 'FontAwesome';
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents--title:before {
    width: 80px;
    height: 80px;
    margin-left: -40px;
    font-size: 48px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents--title:before {
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 24px;
    line-height: 40px;
  }
}
.guideLayout .guide--renewal--contents--title:after {
  position: absolute;
  left: 50%;
  display: block;
  background: url(../img/img_more.png) no-repeat center top/contain;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents--title:after {
    top: 90px;
    width: 66px;
    height: 28px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents--title:after {
    top: 45px;
    width: 33px;
    height: 14px;
  }
}
.guideLayout .guide--renewal--contents--inner--title {
  background: linear-gradient(-45deg, #c8dee9 25%, #d8e7ee 25%, #d8e7ee 50%, #c8dee9 50%, #c8dee9 75%, #d8e7ee 75%);
  background-size: 16px 16px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents--inner--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    margin-bottom: 20px;
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents--inner--title {
    margin-bottom: 10px;
    padding: 0.5em 0;
    font-size: 14px;
  }
}
.guideLayout .guide--renewal--contents--inner--title span {
  display: block;
  width: 100%;
  font-weight: bold;
}
.guideLayout .guide--renewal--contents#section01 .guide--renewal--contents--title:before {
  content: "\f10b";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section01 .guide--renewal--contents--title:before {
    font-size: 58px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section01 .guide--renewal--contents--title:before {
    font-size: 29px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section01 .guide--renewal--contents--title:after {
    margin-left: 170px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section01 .guide--renewal--contents--title:after {
    margin-left: 85px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section01 .guide--renewal--contents--inner--title {
    height: 96px;
  }
}
.guideLayout .guide--renewal--contents#section02 .guide--renewal--contents--title:before {
  content: "\f00a";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section02 .guide--renewal--contents--title:after {
    margin-left: -146px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section02 .guide--renewal--contents--title:after {
    margin-left: -73px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section02 .guide--renewal--contents--inner--title {
    height: 96px;
  }
}
.guideLayout .guide--renewal--contents#section03 .guide--renewal--contents--title:before {
  content: "\f002";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section03 .guide--renewal--contents--title:after {
    margin-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section03 .guide--renewal--contents--title:after {
    margin-left: 50px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section03 .guide--renewal--contents--inner--title {
    height: 72px;
  }
}
.guideLayout .guide--renewal--contents#section04 .guide--renewal--contents--title:before {
  content: "\f02c";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section04 .guide--renewal--contents--title:after {
    margin-left: 90px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section04 .guide--renewal--contents--title:after {
    margin-left: 45px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section04 .guide--renewal--contents--inner--title {
    height: 72px;
  }
}
.guideLayout .guide--renewal--contents#section05 .guide--renewal--contents--title:before {
  content: "\f07a";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section05 .guide--renewal--contents--title:after {
    margin-left: -60px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section05 .guide--renewal--contents--title:after {
    margin-left: -30px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section05 .guide--renewal--contents--inner--title {
    height: 72px;
  }
}
.guideLayout .guide--renewal--contents#section06 .guide--renewal--contents--title:before {
  content: "\f1b2";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section06 .guide--renewal--contents--title:after {
    margin-left: 100px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--renewal--contents#section06 .guide--renewal--contents--title:after {
    margin-left: 50px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents#section06 .guide--renewal--contents--inner--title {
    height: 96px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image03,
  .guideLayout .guide--renewal--contents .image04,
  .guideLayout .guide--renewal--contents .image07,
  .guideLayout .guide--renewal--contents .image08,
  .guideLayout .guide--renewal--contents .image09,
  .guideLayout .guide--renewal--contents .image10,
  .guideLayout .guide--renewal--contents .image11 {
    height: 0;
    padding-bottom: 60.7%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  }
  .guideLayout .guide--renewal--contents .image05{
	height: 0;
    padding-bottom: 32.5%;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
  } 
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image03 img,
  .guideLayout .guide--renewal--contents .image04 img,
  .guideLayout .guide--renewal--contents .image05 img,
  .guideLayout .guide--renewal--contents .image07 img,
  .guideLayout .guide--renewal--contents .image08 img,
  .guideLayout .guide--renewal--contents .image09 img,
  .guideLayout .guide--renewal--contents .image10 img,
  .guideLayout .guide--renewal--contents .image11 img {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image03 {
    background-image: url(../img/img_renewal03-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image04 {
    background-image: url(../img/img_renewal04-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image05 {
    /*height: 380px;*/
    background-image: url(../img/img_renewal05-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image07 {
    padding-bottom: 100%;
    background-image: url(../img/img_renewal07-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image08 {
    padding-bottom: 100%;
    background-image: url(../img/img_renewal08-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image09 {
    padding-bottom: 100%;
    background-image: url(../img/img_renewal09-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image10 {
    background-image: url(../img/img_renewal10-pc.png);
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--renewal--contents .image11 {
    background-image: url(../img/img_renewal11-pc.png);
  }
}
.guideLayout .guide--lowprice .pricedown .arrow {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice .pricedown .arrow {
    margin-bottom: 5px;
  }
}
.guideLayout .guide--lowprice .pricedown .txt {
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice .pricedown .txt {
    width: 145px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice .pricedown .txt {
    width: 76px;
  }
}
.guideLayout .guide--lowprice .icon01:before {
  content: "\f004";
}
.guideLayout .guide--lowprice .icon02:before {
  content: "\f21b";
}
.guideLayout .guide--lowprice .icon03:before {
  content: "\f0f6";
}
.guideLayout .guide--lowprice--header {
  position: relative;
  border-bottom: 1px #DCDCDC solid;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header {
    padding: 50px 0 50px 50%;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header {
    padding: 175px 20px 30px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header--title {
    display: table;
    margin: 0 auto;
  }
}
.guideLayout .guide--lowprice--header--title > span {
  display: block;
}
.guideLayout .guide--lowprice--header--title > span:nth-of-type(1) {
  padding: 0 0 10px 10px;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header--title > span:nth-of-type(1) {
    width: 233px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header--title > span:nth-of-type(1) {
    width: 139px;
  }
}
.guideLayout .guide--lowprice--header--title > span:nth-of-type(2) {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header--title > span:nth-of-type(2) {
    width: 481px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header--title > span:nth-of-type(2) {
    width: 286px;
  }
}
.guideLayout .guide--lowprice--header--title p {
  color: #003466;
  font-weight: bold;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header--title p {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header--title p {
    font-size: 12px;
  }
}
.guideLayout .guide--lowprice--header--title p span {
  font-weight: bold;
}
.guideLayout .guide--lowprice--header .balloon {
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header .balloon {
    width: 172px;
    margin-left: -287px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header .balloon {
    width: 103px;
    margin-left: -50px;
  }
}
.guideLayout .guide--lowprice--header .balloon:before {
  position: absolute;
  left: 0;
  display: block;
  background: url(../img/txt_balloon.png) no-repeat center top/contain;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header .balloon:before {
    top: 20px;
    width: 194px;
    height: 91px;
    margin-left: -100px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header .balloon:before {
    top: 15px;
    width: 115px;
    height: 54px;
    margin-left: -60px;
  }
}
.guideLayout .guide--lowprice--header .pricedown {
  position: absolute;
  top: 0;
  left: 50%;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--header .pricedown {
    width: 172px;
    margin-left: -190px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--header .pricedown {
    width: 103px;
    margin-left: 8px;
  }
}
.guideLayout .guide--lowprice--pagenav {
  background: #F9F9F9;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--pagenav {
    padding: 48px 0;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--pagenav {
    padding: 25px 0 15px;
  }
}
.guideLayout .guide--lowprice--pagenav .guide--container {
  margin-bottom: 0;
}
.guideLayout .guide--lowprice--pagenav--item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 5.0em;
  padding: 1.0em 0 1.0em 5.0em;
  background: #FFFFFF;
  border: 1px #3d9ed1 solid;
  border-radius: 5px;
  color: #3d9ed1;
  font-weight: bold;
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--pagenav--item {
    transition: .3s;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--pagenav--item {
    margin-bottom: 10px;
  }
}
.guideLayout .guide--lowprice--pagenav--item:before {
  position: absolute;
  top: 50%;
  font-family: "FontAwesome";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--pagenav--item:before {
    left: 0.5em;
    font-size: 42px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--pagenav--item:before {
    left: 0.25em;
    font-size: 36px;
  }
}
.guideLayout .guide--lowprice--pagenav--item:after {
  position: absolute;
  top: 50%;
  right: 1.0em;
  font-family: "FontAwesome";
  content: "\f107";
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--pagenav--item:hover {
    background: #3d9ed1;
    color: #FFFFFF;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents {
    padding-top: 65px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents {
    padding-top: 40px;
  }
}
.guideLayout .guide--lowprice--contents--title {
  margin-bottom: 1.0em;
  color: #003366;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--title {
    font-size: 32px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--title {
    font-size: 16px;
  }
}
.guideLayout .guide--lowprice--contents--title:before {
  display: block;
  margin: 0 auto 0.8em;
  border-radius: 100%;
  background: #003366;
  color: #FFFFFF;
  font-family: "FontAwesome";
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--title:before {
    width: 80px;
    height: 80px;
    font-size: 42px;
    line-height: 80px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--title:before {
    width: 40px;
    height: 40px;
    font-size: 22px;
    line-height: 40px;
  }
}
.guideLayout .guide--lowprice--contents--lead {
  padding: 1.0em;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--lead {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--lead {
    margin-bottom: 25px;
  }
}
.guideLayout .guide--lowprice--contents--speculation-box {
  background: url(../img/img_lowprice-model.png) no-repeat;
  border: 2px #003366 solid;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--speculation-box {
    margin-bottom: 25px;
    padding: 40px 0 40px 230px;
    background-position: 45px 100%;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--speculation-box {
    margin-bottom: 15px;
    padding: 25px 25px 40px;
    background-position: 22px 100%;
    background-size: 80px auto;
  }
}
.guideLayout .guide--lowprice--contents--speculation-box .guide--contents--txt:nth-of-type(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--speculation-box .guide--contents--txt:nth-of-type(2) {
    padding-left: 90px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--speculation-box + .pricedown {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--speculation-box + .pricedown {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--speculation-box + .pricedown .arrow {
    width: 80px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--speculation-box + .pricedown .arrow {
    width: 40px;
  }
}
.guideLayout .guide--lowprice--contents--apprise {
  position: relative;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--apprise {
    margin-bottom: 25px;
    padding: 2.0em 0;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--apprise {
    margin-bottom: 15px;
    padding: 1.0em;
  }
}
.guideLayout .guide--lowprice--contents--apprise:before, .guideLayout .guide--lowprice--contents--apprise:after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--apprise:before, .guideLayout .guide--lowprice--contents--apprise:after {
    height: 8px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--apprise:before, .guideLayout .guide--lowprice--contents--apprise:after {
    height: 4px;
  }
}
.guideLayout .guide--lowprice--contents--apprise:before {
  top: 0;
}
.guideLayout .guide--lowprice--contents--apprise:after {
  bottom: 0;
}
.guideLayout .guide--lowprice--contents--apprise + .bg_gray {
  padding: 3.0em 3.0em 1.0em;
}
.guideLayout .guide--lowprice--contents--secret--title {
  position: relative;
  margin-bottom: 1.0em;
  padding-bottom: 1.0em;
  color: #FF3C6C;
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--secret--title {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--secret--title {
    font-size: 12px;
  }
}
.guideLayout .guide--lowprice--contents--secret--title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  content: "";
}
@media screen and (min-width: 992px) {
  .guideLayout .guide--lowprice--contents--secret--title:after {
    height: 8px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--lowprice--contents--secret--title:after {
    height: 4px;
  }
}
.guideLayout .guide--lowprice--contents--secret .bg_gray {
  padding: 2.0em;
}

/*.license-faith .guide--list--step_list li:nth-of-type(4):before, .license-paraspa .guide--list--step_list li:nth-of-type(4):before {
  display: none;
}
.license-faith .guide--list--step_list li:nth-of-type(4) span, .license-paraspa .guide--list--step_list li:nth-of-type(4) span {
  display: inline-block;
  margin-bottom: 0.5em;
}
.license-faith .guide--list--step_list li:nth-of-type(4) span:before, .license-paraspa .guide--list--step_list li:nth-of-type(4) span:before {
  display: inline-block;
  width: 1.5em;
  margin-right: 0.5em;
  border: 1px #073064 solid;
  border-radius: 100%;
  color: #073064;
  content: "4";
  text-align: center;
}
.license-faith .guide--list--step_list li:nth-of-type(4) span:last-child, .license-paraspa .guide--list--step_list li:nth-of-type(4) span:last-child {
  margin-bottom: 0;
}
*/

/*---/return---------------*/
@media screen and (min-width: 992px) {
  .guideLayout .guide--return h4 {
    font-size:14px;
	font-weight: bold;
	margin-bottom:10px;
  }
}
@media screen and (max-width: 991px) {
  .guideLayout .guide--return h4 {
   font-size:11px;
  }
}


/*---/review---------------*/
@media screen and (min-width: 768px) {
.guideLayout .guide--review--contents--image.image01 div img{
display:none;}
  .guideLayout .guide--review--contents--image.image01 div {
    height:0;
	width:100%;
    max-width:973px;
	padding-top:138px;  
	background-size: cover;
    background-image: url(../img/img_review01_pc.jpg);
    margin-bottom:30px;
  }
}

