@charset "UTF-8";
@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);
/*--------------------
共通設定
----------------------*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom; }

a {
  text-decoration: none;
  color: #171717;
  transition: .4s; }
  a:hover {
    color: #171717; }
  a:visited {
    color: transparent; }
  a.disabled {
    pointer-events: none;
    text-decoration: none; }

ul, ol {
  list-style: none; }

.pc {
  display: block; }
  @media screen and (max-width: 1080px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media screen and (max-width: 1080px) {
    .sp {
      display: block; } }

p {
  margin: 0;
  padding: 0; }

/*--------------------- ここから ----------------------*/
main {
  width: 90%;
  margin: 0 auto 15%;
  padding-top: 60px;
  overflow-x: hidden;
  max-width: 1800px; }
  @media screen and (max-width: 1920px) {
    main {
      max-width: 1500px; } }
  @media screen and (max-width: 600px) {
    main {
      margin-bottom: 15%;
      width: 94%; } }

h1 {
  font-size: 3.0em;
  font-weight: 400;
  text-align: left;
  margin: 24px auto; }
  h1 span {
    font-size: 60%; }
    @media screen and (max-width: 1080px) {
      h1 span {
        font-size: 80%; } }
  @media screen and (max-width: 1080px) {
    h1 {
      font-size: 2.0em; } }
  @media screen and (max-width: 600px) {
    h1 {
      font-size: 6vw; } }

p {
  font-size: 1.0em;
  text-align: left; }
  @media screen and (max-width: 600px) {
    p {
      font-size: 3.2vw; } }

.review {
  margin: 48px auto;
  text-align: left; }
  .review h2 {
    font-weight: 400;
    font-size: 1.5em;
    margin-bottom: 16px; }
    @media screen and (max-width: 1080px) {
      .review h2 {
        font-size: 1.3em; } }
    @media screen and (max-width: 600px) {
      .review h2 {
        font-size: 4.0vw; } }
  .review .stepBox {
    margin: 24px auto;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 1080px) {
      .review .stepBox {
        flex-direction: column; } }
    .review .stepBox div {
      width: calc(100%/2 - 2%);
      border: 1px solid #E6E6E6;
      padding: 32px 16px 16px;
      text-align: center; }
      @media screen and (max-width: 1080px) {
        .review .stepBox div {
          width: 100%;
          text-align: left;
          margin-bottom: 2%; } }
    .review .stepBox ul {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin: 24px auto; }
      .review .stepBox ul li {
        width: 50%; }
  .review .atention {
    margin: 48px auto; }
    .review .atention ul li {
      font-size: 1.0em;
      margin-bottom: .7em;
      padding-left: 1.5em;
      position: relative;
      color: #737373; }
      @media screen and (max-width: 600px) {
        .review .atention ul li {
          font-size: 3.0vw; } }
      .review .atention ul li::before {
        content: "・";
        top: 0;
        left: 0;
        font-size: 100%;
        position: absolute; }
  .review .backbtn {
    margin: 48px auto; }
    .review .backbtn a {
      position: relative;
      font-size: 1.0em;
      padding-left: 1.5em; }
      @media screen and (max-width: 600px) {
        .review .backbtn a {
          font-size: 3.2vw; } }
      .review .backbtn a::before {
        content: "";
        position: absolute;
        width: 7px;
        height: 7px;
        border-left: 1px solid #737373;
        border-bottom: 1px solid #737373;
        transform: translateY(-50%) rotate(45deg);
        top: 50%;
        left: 0.5em; }
