@charset "UTF-8";
/********************************************************
  https://cloudpack.jp/service/spin-off/iotpack-with-soracom.html ページ用の.scssファイルです。
  1. import           -> モジュール的なCSSの読み込み
  2. settings         -> この.scss内で定義する変数やミックスイン
  3. contents (pc/sp) -> PC/SPで共通で適用させるスタイル
  4. contents (sp)    -> SPのみで適用させるスタイル
  *********************************************************/
/****************************
  import
*****************************/
/* 汎用クラス */
.box_size {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* line-Box */
.line_box {
  letter-spacing: -.40em;
}

/* img-Replace */
.img_replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

/* img-Fit */
.img_fit {
  width: 100%;
  height: auto;
}

/* img-Baseline */
.img_baseline {
  vertical-align: top;
  vertical-align: bottom;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

/****************************
  settings
*****************************/
/****************************
  contents (pc/sp)
*****************************/
#main article#clp-iotpack-with-soracom header {
  padding-bottom: 20px;
}
#main article#clp-iotpack-with-soracom .section,
#main article#clp-iotpack-with-soracom section {
  padding-bottom: 60px;
}
#main article#clp-iotpack-with-soracom .section:last-child,
#main article#clp-iotpack-with-soracom section:last-child {
  padding-bottom: 0;
}
#main article#clp-iotpack-with-soracom .section h3.odd, #main article#clp-iotpack-with-soracom .section h3.even,
#main article#clp-iotpack-with-soracom section h3.odd,
#main article#clp-iotpack-with-soracom section h3.even {
  height: 55px !important;
  color: #000 !important;
  font-size: 20px !important;
  padding: 10px 0 0 30px !important;
}
#main article#clp-iotpack-with-soracom .section h3.odd br, #main article#clp-iotpack-with-soracom .section h3.even br,
#main article#clp-iotpack-with-soracom section h3.odd br,
#main article#clp-iotpack-with-soracom section h3.even br {
  display: none;
}
#main article#clp-iotpack-with-soracom .section h3.odd,
#main article#clp-iotpack-with-soracom section h3.odd {
  background: url(../img/service/ful_2015_subttl_01.png) no-repeat 0 0;
}
#main article#clp-iotpack-with-soracom .section h3.even,
#main article#clp-iotpack-with-soracom section h3.even {
  background: url(../img/service/ful_2015_subttl_02.png) no-repeat 0 0;
}
#main article#clp-iotpack-with-soracom .section .txt,
#main article#clp-iotpack-with-soracom section .txt {
  color: #333;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 600px) {
  #main article#clp-iotpack-with-soracom .section .txt,
  #main article#clp-iotpack-with-soracom section .txt {
    font-size: 14px;
    line-height: 1.5;
  }
}
#main article#clp-iotpack-with-soracom .section .table_caution p,
#main article#clp-iotpack-with-soracom section .table_caution p {
  color: #333;
  font-size: 12px;
  ine-height: 1.36;
  color: #868686;
  font-size: 11px;
}
#main article#clp-iotpack-with-soracom .section .table_caution .iconBlank,
#main article#clp-iotpack-with-soracom section .table_caution .iconBlank {
  background: none;
  padding-left: 0;
}
#main article#clp-iotpack-with-soracom .section .m-block__btn,
#main article#clp-iotpack-with-soracom section .m-block__btn {
  margin-top: 40px;
}
#main article#clp-iotpack-with-soracom .section .m-block__btn span,
#main article#clp-iotpack-with-soracom section .m-block__btn span {
  font-size: 18px;
  line-height: 1.3;
}
#main article#clp-iotpack-with-soracom .section .m-block__btn span br,
#main article#clp-iotpack-with-soracom section .m-block__btn span br {
  display: none;
}
#main article#clp-iotpack-with-soracom .pc_inner {
  margin-left: 16px;
  margin-right: 16px;
}
#main article#clp-iotpack-with-soracom header figure {
  margin-bottom: 30px;
}
#main article#clp-iotpack-with-soracom header h2 {
  color: #333;
  font-size: 19px;
  line-height: 1.4;
  color: #f95d39;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  #main article#clp-iotpack-with-soracom header h2 {
    font-size: 17px;
    line-height: 1.3;
  }
}
#main article#clp-iotpack-with-soracom header .text_area p {
  color: #333;
  font-size: 16px;
  line-height: 1.625;
  margin-top: 1.5em;
}
@media (max-width: 600px) {
  #main article#clp-iotpack-with-soracom header .text_area p {
    font-size: 14px;
    line-height: 1.5;
  }
}
#main article#clp-iotpack-with-soracom header .text_area p:first-child {
  margin-top: 0;
}
#main article#clp-iotpack-with-soracom header .text_area a {
  word-wrap: break-word;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_feature .feature_list {
  margin-top: 15px;
  list-style: disc;
  margin-left: 20px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content tbody tr th, #main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content tbody tr td {
  border: #f8b500 2px solid;
  box-sizing: border-box;
  padding: 17px 18px;
  color: #333;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content tbody tr th {
  background: #fee6a4;
  width: 310px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content tbody tr td span {
  font-weight: normal;
  font-size: 12px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content tbody tr td span.small_text {
  font-size: 14px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .note {
  font-size: 12px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol {
  position: relative;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item {
  position: relative;
  padding-left: 50px;
  padding-top: 10px;
  padding-bottom: 24px;
  font-weight: bold;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 19px;
  width: 2px;
  height: 100%;
  background: #fa785a;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 40px;
  height: 40px;
  background: #fa785a;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:last-child {
  padding-bottom: 0;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:last-child:before {
  content: none;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:nth-child(1):after {
  content: '1';
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:nth-child(2):after {
  content: '2';
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:nth-child(3):after {
  content: '3';
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:nth-child(4):after {
  content: '4';
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:nth-child(5):after {
  content: '5';
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item:nth-child(6):after {
  content: '6';
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item li {
  padding-top: 8px;
  color: #333;
  font-size: 16px;
  line-height: 1.625;
}
@media (max-width: 600px) {
  #main article#clp-iotpack-with-soracom #iotpack-with-soracom_flow ol .step_item li {
    font-size: 14px;
    line-height: 1.5;
  }
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content {
  width: 100%;
  border-collapse: collapse;
  vertical-align: middle;
  margin-top: 10px;
  margin-bottom: 10px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content tbody tr th, #main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content tbody tr td {
  border: #f8b500 2px solid;
  box-sizing: border-box;
  padding: 17px 18px;
  color: #333;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content tbody tr th {
  background: #fee6a4;
  width: 310px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content tbody tr td span {
  font-weight: normal;
  font-size: 12px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content tbody tr td span.small_text {
  font-size: 14px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .price_content sup {
  font-size: 12px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .note {
  font-size: 12px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .type_invoice {
  margin-top: 10px;
  list-style: disc;
  margin-bottom: 10px;
  margin-left: 20px;
}
#main article#clp-iotpack-with-soracom #iotpack-with-soracom_price .type_invoice a {
  word-wrap: break-word;
}

/****************************
  contents (sp)
*****************************/
@media (max-width: 600px) {
  #container #main {
    padding: 26px 0 0;
    width: auto;
  }
  #container #main article#clp-iotpack-with-soracom header {
    padding-bottom: 25px;
  }
  #container #main article#clp-iotpack-with-soracom .section,
  #container #main article#clp-iotpack-with-soracom section {
    padding-bottom: 50px;
  }
  #container #main article#clp-iotpack-with-soracom .section:last-child,
  #container #main article#clp-iotpack-with-soracom section:last-child {
    padding-bottom: 0;
  }
  #container #main article#clp-iotpack-with-soracom .pc_inner {
    margin-left: 0;
    margin-right: 0;
  }
  #container #main article#clp-iotpack-with-soracom .sp_inner {
    margin-left: 15px;
    margin-right: 15px;
  }
  #container #main article#clp-iotpack-with-soracom header figure {
    margin-bottom: 17px;
  }
  #container #main article#clp-iotpack-with-soracom header h2 {
    margin-bottom: 12px;
  }
  #container #main article#clp-iotpack-with-soracom header .text_area p {
    margin-top: 1.3em;
  }
  #container #main article#clp-iotpack-with-soracom header .text_area p:first-child {
    margin-top: 0;
  }
  #container #main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .service_content tbody tr th {
    width: 110px;
  }
  #container #main article#clp-iotpack-with-soracom #iotpack-with-soracom_service .note {
    font-size: 12px;
  }
}

/*# sourceMappingURL=iotpack-with-soracom.css.map */
