@charset "UTF-8";
/*
CORDING BY akihirohiramoto.jp/
*/
/*背景カラー*/
/*$bg_a:rgba(238,238,245,1);230, 225, 225*/
/*黒*/
/*白*/
/*グレイ*/
/*リンクカラー*/
/*御幸カラー*/
/*フォーム用アラート*/
/*テーマカラー*/
/*240,180,0,1*/
/*テキストシャドウ黒（ライトorダーク）*/
/*
CORDING BY akihirohiramoto.jp/
*/
/*ID=54 06.Webオーダー*/
/*WEBオーダーの推奨・提供*/
.page-id-54 #sec01 .textbox {
  background-color: rgba(192, 0, 0, 0.9);
}

@media screen and (max-width: 767px) {
  .page-id-54 #sec01 .textbox {
    background-color: #c00000;
  }
}
.page-id-54 #sec01 #sec0101.photobox {
  background-image: url(../../../img/support/weborder/photo-weborder_a@2x.jpg);
}

@media screen and (max-width: 767px) {
  .page-id-54 #sec01 #sec0101.photobox {
    background-image: url(../../../img/support/weborder/photo-weborder_a.jpg);
    background-position: center bottom;
  }
}
.page-id-54 #sec01 .textbox .caption-wrapper {
  display: block;
  width: 100%;
  margin-top: 5%;
}

.page-id-54 #sec01 .textbox .caption-wrapper .p-small {
  color: white;
  letter-spacing: 0;
}

.page-id-54 #sec01 .w1080-wrapper {
  margin: 6% auto 1.5em;
}

#sec01 .kome-list {
  color: white;
}

.tips-img-wrapper {
  display: inline-block;
  width: auto;
  height: auto;
  border: 1px solid #c00000;
  border-radius: 5px;
  margin: 2em auto 0em;
  padding: 0;
}

.tips-img-wrapper img {
  border-radius: 6px;
  padding-top: 1px;
}

.art-tabret_camera {
  display: none;
}

.art-tabret_button {
  display: none;
}

@media screen and (min-width: 960px) {
  .tips-img-wrapper {
    width: 100%;
    max-width: 950px;
    padding: 2% 8% 2% 4%;
    position: relative;
  }
  .tips-img-wrapper img {
    border-radius: 0px;
  }
  .art-tabret_camera {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #c00000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .art-tabret_camera::before {
    /*ラインアートipadのカメラ*/
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #c00000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
  }
  .art-tabret_button {
    /*ラインアートipadの電源ボタン*/
    content: "";
    display: block;
    width: 46px;
    height: 46px;
    border: 1px solid #c00000;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 96%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
    z-index: 2;
    padding: 2px;
  }
  .art-tabret_button::before {
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    border: 1px solid #c00000;
    border-radius: 50%;
  }
  .tips-img-wrapper img {
    /*機能説明スクリーンショット*/
    border: 1px solid #c00000;
  }
}
#sec02 .tips-group .left-line1px {
  margin-bottom: 0;
}

#sec02 .tips-group {
  margin-bottom: 4%;
}

#sec02 ol.ss-number-box {
  display: block;
  margin: 2rem auto 0;
  font-size: 0;
  letter-spacing: -1em;
  vertical-align: middle;
  counter-reset: alphabet;
}

#sec02 ol.ss-number-box li {
  display: inline-block;
  letter-spacing: 0em;
  margin-right: 1.5em;
  margin-left: 0;
  list-style-type: none;
  font-weight: bolder;
  font-size: 1.2rem;
  margin-bottom: 1em;
}

#sec02 ol.ss-number-box li::before {
  counter-increment: alphabet;
  content: counter(alphabet, upper-alpha);
  display: inline-block;
  color: white;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  background-color: #c00000;
  text-align: center;
  margin-right: 0.25em;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.7em;
  font-size: 1.2rem;
  vertical-align: middle;
}

#sec02 ol.ss-number-box li.ss-number-pur::before {
  background-color: #5f3d87;
}

@media screen and (max-width: 960px) {
  #sec02 ol.ss-number-box li {
    font-size: 1.2rem;
    margin-bottom: 1em;
  }
  #sec02 ol.ss-number-box li::before {
    width: 1.4em;
    height: 1.4em;
    line-height: 1.5em;
    font-size: 1.1rem;
  }
}
#sec02 p span.ss-number-a,
#sec02 p span.ss-number-b,
#sec02 p span.ss-number-c,
#sec02 p span.ss-number-d,
#sec02 p span.ss-number-e,
#sec02 p span.ss-number-f {
  display: inline-block;
  color: white;
  font-family: "roboto", sans-serif;
  font-weight: 400;
  background-color: #c00000;
  text-align: center;
  margin-right: 0.5em;
  border-radius: 50%;
  width: 1.6em;
  height: 1.6em;
  line-height: 1.7em;
  font-size: 1.2rem;
  vertical-align: middle;
  margin-bottom: 0.25em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}

#sec03 table {
  margin-top: 1em;
  border: 0;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#sec03 table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  width: 100%;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}

#sec03 table td {
  padding: 1em 1em 1em 0em;
}

#sec03 table td:first-of-type {
  width: 20%;
}

#sec03 table td:last-of-type {
  width: 75%;
}