@charset "UTF-8";
/* メインビジュアル
---------------------------- */
.content {
  padding: 100px 0 0;
  width: 96%;
  margin: 0 auto;
  /* タイトル部分
  ---------------------------- */
  /* 商品紹介
  ---------------------------- */
}
.content .title_box {
  width: 94%;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
  color: #333;
}
.content .title_box .title_sub {
  font-size: 0.9em;
  margin-bottom: 1em;
}
.content .title_box h1 {
  font-size: 22px;
  line-height: 1.5em;
  margin-bottom: 1em;
  font-weight: 700;
}
.content .title_box .text {
  font-size: 17px;
  line-height: 1.8em;
}
.content .service_box {
  width: 94%;
  margin: 0 auto 20px;
}
.content .service_box .uk-nav-parent-icon > .uk-parent > a::after {
  content: "";
  width: 1.5em;
  height: 1.5em;
  margin-left: auto;
  background-image: url("../../common/img/flow02.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.content .service_box .uk-nav {
  border-bottom: 1px solid #333;
}
.content .service_box .uk-nav-parent-icon > .uk-parent.uk-open > a::after {
  background-image: url("../../common/img/flow02_u.svg");
}
.content .service_box .title_category {
  padding: 1em 0;
  color: #333;
  font-size: 17px;
  line-height: 1.8em;
}
.content .service_box .title_category li {
  font-size: 20px;
  font-weight: 600;
}
.content .service_box .title_category .mini {
  font-size: 0.8rem;
  display: block;
  margin-bottom: 0;
}
.content .service_box ul.uk-nav-sub {
  padding: 5px 0;
  /* iLMiOのご登録方法
  ---------------------------- */
}
.content .service_box ul.uk-nav-sub .bnr {
  margin-bottom: 20px;
  width: 112px;
}
.content .service_box ul.uk-nav-sub .bnr img {
  width: 100%;
}
.content .service_box ul.uk-nav-sub .text {
  line-height: 2em;
  margin-bottom: 10px;
  font-size: 15px;
}
.content .service_box ul.uk-nav-sub .step_box {
  position: relative;
  border: 1px solid #333;
  margin: 0 0 40px;
  width: 100%;
  padding-bottom: 10px;
}
.content .service_box ul.uk-nav-sub .step_box .title {
  font-size: 1.2rem;
  position: absolute;
  top: -10px;
  left: 20px;
  margin-bottom: 10px;
  background: #fff;
}
.content .service_box ul.uk-nav-sub .step_box dl {
  margin: 30px 0 0 30px;
}
.content .service_box ul.uk-nav-sub .step_box dl dt {
  margin-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1.5;
}
.content .service_box ul.uk-nav-sub .step_box dl dd .icon_flow {
  width: 5px;
  height: 19px;
  margin-left: 5px;
  margin-bottom: 5px;
}
.content .service_box ul.uk-nav-sub .step_box dl dd .note {
  font-size: 0.7rem;
  line-height: 1.5;
}
.content .service_box ul.uk-nav-sub .step_box dl dd .note li {
  text-indent: -1em;
  margin-bottom: 10px;
}
.content .service_box ul.uk-nav-sub .btn_box {
  color: #fff;
  text-align: center;
  background: #333;
  padding: 2em 0;
  font-size: 1.3rem;
  margin-bottom: 25px;
  position: relative;
}
.content .service_box ul.uk-nav-sub .btn_box a {
  color: #fff;
}
.content .service_box ul.uk-nav-sub .btn_box a:hover {
  text-decoration: none;
}
.content .service_box ul.uk-nav-sub .btn_box .icon_mail {
  position: absolute;
  width: 10%;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.content .service_box ul.uk-nav-sub .brand_box dt {
  margin-bottom: 40px;
}
.content .service_box ul.uk-nav-sub .brand_box dt span {
  font-size: 0.8em;
}
.content .service_box ul.uk-nav-sub .brand_box dd {
  font-size: 0.8rem;
}

@media screen and (min-width: 640px) {
  .content {
    padding: 50px 0 100px;
    /* タイトル部分
    ---------------------------- */
    /* サービス紹介
    ---------------------------- */
  }
  .content .title_box {
    width: 98%;
    max-width: 960px;
    margin: 0 auto 20px;
    border-bottom: none;
    color: #333;
  }
  .content .title_box .en_title {
    font-size: 1em;
    margin-bottom: 1em;
  }
  .content .title_box h1 {
    font-size: 30px;
    line-height: 1.5em;
    margin-bottom: 0;
    letter-spacing: 0.1em;
  }
  .content .title_box .text {
    font-size: 18px;
    line-height: 1.8em;
    font-weight: 400;
    letter-spacing: 0.05em;
  }
  .content .menu_box {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
  }
  .content .menu_box ul {
    margin-bottom: 50px;
  }
  .content .menu_box ul li {
    font-size: 1.2rem;
    width: 48.4%;
    border: 1px solid;
    padding: 2em 0;
    text-align: center;
    float: left;
    margin-right: 2%;
    font-weight: 600;
    color: #333;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .content .menu_box ul li span {
    font-size: 0.6em;
    margin-bottom: -8px;
    display: block;
  }
  .content .menu_box ul li.first {
    padding: 1.5em 0;
  }
  .content .menu_box ul li:hover {
    background: #333;
    color: #fff;
  }
  .content .menu_box ul li.end {
    margin-right: 0;
  }
  .content .service_box {
    width: 100%;
    max-width: 960px;
    margin: -200px auto 20px;
    padding-top: 200px;
    border-top: none;
    color: #333;
  }
  .content .service_box h2 {
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 2em 0 1em;
  }
  .content .service_box .uk-nav-parent-icon > .uk-parent > a::after {
    background-image: none;
  }
  .content .service_box h3 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 17px;
  }
  .content .service_box .text_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 40px;
  }
  .content .service_box .text_box .text {
    line-height: 1.8em;
    margin: 0;
    /* 余分なマージンを消去 */
    padding: 0;
    /* 余分なパディングを消去 */
    padding-left: 0.5em;
    /* 1文字分の左パディング */
    text-indent: -0.5em;
    /* 最初の行だけを1文字分左に */
    margin-bottom: 1.5em;
  }
  .content .service_box .text_box .list {
    margin-bottom: 10px;
  }
  .content .service_box .text_box .list li {
    margin-bottom: 0.75em;
    padding-left: 1em;
    font-size: 0.9em;
  }
  .content .service_box .text_box .bnr {
    margin-bottom: 20px;
    width: 112px;
  }
  .content .service_box .text_box .bnr img {
    width: 100%;
  }
  .content .service_box .uk-hidden,
  .content .service_box [hidden] {
    display: block;
  }
}
@media screen and (min-width: 640px) and (max-width: 1000px) {
  .content .service_box .guide_box .photo {
    width: 51.16%;
    max-width: 350px;
  }
  .content .service_box .guide_box .photo .step_box .title {
    font-size: 1.2rem;
    top: -20px;
    left: 15px;
    margin-right: 2em;
    white-space: nowrap;
  }
  .content .service_box .guide_box .photo .brand_box dd {
    white-space: nowrap;
  }
  .content .service_box .guide_box .text {
    width: 48.62%;
    font-size: 0.9rem;
  }
  .content .service_box .btn_box_pc li {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 320px) {
  .content .service_box ul.uk-nav-sub .step_box dl dt {
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=guide.css.map */