@charset "utf-8";
/***************************************************
ステップ共通
***************************************************/
.jtr_step {
    background-color: #FFF;
    padding: 70px 0;
    position: relative;
}

.jtr_step_arrow {
    width: 80px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -40px;
}

.jtr_step_header {
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px 20px 15px;
    text-align: center;
}
.jtr_step_header h2 {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 600;
    font-size: 35px;
    line-height: 1.1;
    color: #222;
    margin: 0 0 0 0;
}
.jtr_step_header p {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35;
    color: #222;
    margin: 1em 0 0 0;
}
@media only screen and (max-width: 700px) {
  .jtr_step_header p br {
      display: none;
  }
}

/**************************************************
カード型タイル
**************************************************/
ul.jtr_step_card_list {
    letter-spacing: -.4em;
    max-width: 1080px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 20px;
}
ul.jtr_step_card_list li {
    letter-spacing: normal;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
    padding: 20px;
    width: 33.33%;
}
@media only screen and (max-width: 820px) {
    ul.jtr_step_card_list li {
        width: 50%;
    }
}
@media only screen and (max-width: 700px) {
    ul.jtr_step_card_list li {
        width: 100%;
    }
}

/* カード *******************/
.jtr_step_card {
    background-color: #FFF;
    /*border: solid 1px #CCC;*/
    /*border-radius: 10px;*/
    /*box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);*/
}

/* 画像 */
.jtr_step_card_img {
    overflow: hidden;
    /*border-radius: 10px 10px 0 0;*/
    /*isolation: isolate;*/
    background-color: #FFF;
    transition: background-color 0.25s;
}
a:hover .jtr_step_card_img {
    background-color: #000;
    transition: background-color 0.25s;
}

.jtr_step_card_img img {
    display: block;
    width: 100%;
    transition: transform 0.25s, opacity 0.25s;
}
a:hover .jtr_step_card_img img {
    transform: scale(1.03,1.03);
    opacity: 0.8;
    transition: transform 0.25s, opacity 0.25s;
}

/* テキスト */
.jtr_step_card_txt {
    padding: 15px;
}
.jtr_step_3 .jtr_step_card_txt,
.jtr_step_5 .jtr_step_card_txt {
  border-top: solid 1px #dbdbdb;
}

.jtr_step_card_txt h3 {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 600;
    font-size: 18px;
    line-height: 1.35;
    color: #222;
    margin: 0 0 0 0;
}
.jtr_step_card_txt p {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 300;
    font-size: 16px;
    line-height: 1.35;
    color: #666;
    margin: 10px 0 0 0;
}
.jtr_step_card_txt p.subtitle {
    color: #208A3D;
    margin: 0 0 5px 0;
}

/**************************************************
背景グレー
**************************************************/
.jtr_step_1,
.jtr_step_3,
.jtr_step_5,
.jtr_step_2 .jtr_step_card,
.jtr_step_4 .jtr_step_card,
.jtr_step_6 .jtr_step_card {
  background-color: #F2F2F7;
}

/**************************************************
サンプルファイルを試してみる
**************************************************/
.apps100_img {
    background: url("/ja/trial/images/apps.png") no-repeat center center;
    background-size: auto 150px;
    height: 150px;
    margin: 10px 0 30px 0;
}
.apps100 {
    max-width: 1030px;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0 15px;
    text-align: center;
}
.apps100 h3 {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 600;
    font-size: 25px;
    line-height: 1.35;
    color: #222;
    margin: 0 0 0 0;
}
.apps100 p {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 300;
    font-size: 18px;
    line-height: 1.35;
    color: #222;
    margin: 0 0 0 0;
}
@media only screen and (max-width: 700px) {
  .apps100 p br {
      display: none;
  }
}

/*********************************************************
自分だけのカスタム App を完成させよう!
*********************************************************/
.jtr_step_6 h2 span {
    display: inline-block;
    background: linear-gradient(90deg, #2F9FBC 0%, #9D70BA 50%, #FF665A 100%);
    background: -webkit-linear-gradient(0deg, #2F9FBC 0%, #9D70BA 50%, #FF665A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/*********************************************************
評価版を入手したら 始めましょう!
*********************************************************/
.jtr_start {
    background-color: #FFF;
    padding: 50px 0;
}
.jtr_start h2 {
    font-family: "SF Pro JP", "SF Pro Display", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "sans-serif";
    font-weight: 600;
    font-size: 40px;
    line-height: 40px;
    color: #222;
    margin: 0 0 0 0;
    text-align: center;
}
.jtr_start h2 span {
    display: inline-block;
    background: linear-gradient(90deg, #2F9FBC 0%, #9D70BA 50%, #FF665A 100%);
    background: -webkit-linear-gradient(0deg, #2F9FBC 0%, #9D70BA 50%, #FF665A 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
    line-height: 50px;
    margin-top: 5px;
}

#questions .sales-callout:lang(ja) { 
    margin-bottom: 10px;
}

@media only screen and (max-width: 735px) {
    #sales-numbers-2 {
        text-align: center;
    }
}

