@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
#coinlaundry-cloudiot #main {
  padding-bottom: 120px;
}

#coinlaundry-cloudiot #contents .center_title {
  margin-top: 50px;
}

#coinlaundry-cloudiot #contents .lead_text {
  font-size: 128.57143%;
  line-height: 2;
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 1199px) {
  #coinlaundry-cloudiot #contents .lead_text {
    text-align: left;
  }
  #coinlaundry-cloudiot #contents .lead_text br {
    display: none;
  }
}

#coinlaundry-cloudiot #contents .system {
  margin-top: 60px;
  overflow: hidden;
}

#coinlaundry-cloudiot #contents .system .system_head {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  height: 360px;
}

#coinlaundry-cloudiot #contents .system .system_head .head_title {
  padding-right: 60px;
  width: 50%;
}

#coinlaundry-cloudiot #contents .system .system_head .head_title .head_tab {
  background-color: #e55169;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
  padding: 8px 0;
  text-align: center;
  width: 150px;
}

#coinlaundry-cloudiot #contents .system .system_head .head_title .head_copy {
  font-size: 257.14286%;
  font-weight: bold;
  line-height: 1.1;
}

@media (max-width: 1199px) {
  #coinlaundry-cloudiot #contents .system .system_head .head_title .head_copy br {
    display: none;
  }
}

#coinlaundry-cloudiot #contents .system .system_inner {
  padding: 60px;
}

#coinlaundry-cloudiot #contents .system .system_inner .system_management {
  border-top: 3px solid #f5f7f8;
  padding-top: 60px;
}

#coinlaundry-cloudiot #contents .system .system_inner .system_management .management_title {
  color: #0041c0;
  font-size: 228.57143%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system .system_inner .system_management .management_title .shoulder {
  color: #263238;
  font-size: 75%;
  display: block;
  margin-bottom: 10px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_head {
  background-image: url(https://aqua-biz.net/assets/img/coinlaundry-cloudiot/system_owner.png);
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature {
  margin-bottom: 60px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list {
  margin: -50px -10px 0;
  letter-spacing: -.4em;
  list-style: none;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list > * {
  display: inline-block;
  letter-spacing: normal;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box {
  background-color: #f5f7f8;
  border-radius: 10px;
  margin: 50px 10px 0;
  padding: 30px 30px 40px;
  position: relative;
  vertical-align: top;
  width: calc((100% / 3) - 80px);
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .num {
  left: calc(50% - 30px);
  position: absolute;
  top: -30px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .image {
  margin-bottom: 5px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .text .s-title {
  color: #0041c0;
  display: block;
  font-size: 142.85714%;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .text .paragraph {
  display: block;
  margin-top: 15px;
  text-align: left;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_eplanation {
  border-top: 3px solid #f5f7f8;
  padding-top: 60px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_eplanation .eplanation_title {
  color: #0041c0;
  font-size: 228.57143%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 40px;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_eplanation .eplanation_box {
  background-color: #f5f7f8;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 60px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list {
  letter-spacing: -.4em;
  list-style: none;
  margin-top: -20px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list > * {
  display: inline-block;
  letter-spacing: normal;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box {
  background-color: #f5f7f8;
  border-radius: 10px;
  margin: 20px 10px 0;
  overflow: hidden;
  vertical-align: top;
  width: calc((100% / 2) - 20px);
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .s-title {
  background-color: #dae5eb;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  font-size: 142.85714%;
  font-weight: bold;
  height: 70px;
  line-height: 1.1;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner {
  padding: 30px 40px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .image {
  margin-bottom: 20px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list {
  margin-top: -10px;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list:before, #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list:after {
  content: " ";
  display: table;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list:after {
  clear: both;
}

#coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list li {
  line-height: 1.25;
  float: left;
  font-size: 114.28571%;
  list-style-type: disc;
  margin: 10px 20px 0;
  width: calc(50% - 40px);
}

#coinlaundry-cloudiot #contents .system.system_user {
  margin-top: 60px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_head {
  background-image: url(https://aqua-biz.net/assets/img/coinlaundry-cloudiot/system_user.png);
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_lead {
  font-size: 114.28571%;
  line-height: 2;
  margin-bottom: 60px;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site {
  background-color: #f5f7f8;
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 60px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_title {
  font-size: 214.28571%;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point {
  letter-spacing: -.4em;
  list-style: none;
  margin-top: 40px;
  padding-bottom: 60px;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point > * {
  display: inline-block;
  letter-spacing: normal;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point .point {
  margin: 0 5px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point .point:nth-child(even) {
  position: relative;
  top: 60px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_title {
  font-size: 142.85714%;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 60px;
  text-align: center;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_shop {
  letter-spacing: -.4em;
  list-style: none;
  margin: 0 -10px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_shop > * {
  display: inline-block;
  letter-spacing: normal;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_shop .screen {
  margin: 0 10px;
  vertical-align: top;
  width: calc(50% - 20px);
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_button {
  margin-top: 60px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone {
  background-color: #f5f7f8;
  padding: 60px;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone:before, #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone:after {
  content: " ";
  display: table;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone:after {
  clear: both;
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone .image {
  float: left;
  width: calc(50% - 30px);
}

#coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone .text {
  float: right;
  font-size: 114.28571%;
  line-height: 1.75;
  width: calc(50% - 30px);
}

@media (max-width: 991px) {
  #coinlaundry-cloudiot #main {
    padding-bottom: 60px;
  }
  #coinlaundry-cloudiot #contents .center_title {
    margin-top: 25px;
  }
  #coinlaundry-cloudiot #contents .lead_text {
    font-size: 100%;
    margin-top: 25px;
  }
  #coinlaundry-cloudiot #contents .lead_text br {
    display: none;
    text-align: left;
  }
  #coinlaundry-cloudiot #contents .system {
    margin-top: 30px;
  }
  #coinlaundry-cloudiot #contents .system .system_head {
    height: 240px;
    margin-bottom: 30px;
  }
  #coinlaundry-cloudiot #contents .system .system_head .head_title .head_tab {
    margin-bottom: 20px;
    font-size: 71.42857%;
    padding: 5px 10px;
    width: auto;
  }
  #coinlaundry-cloudiot #contents .system .system_head .head_title .head_copy {
    font-size: 142.85714%;
  }
  #coinlaundry-cloudiot #contents .system .system_head .head_title .head_copy br {
    display: block;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #coinlaundry-cloudiot #contents .system .system_head {
    background-position: center top;
    background-size: auto 180px;
    height: auto;
    margin-bottom: auto;
    padding-bottom: 30px;
  }
  #coinlaundry-cloudiot #contents .system .system_head .head_title {
    padding: 0 20px;
    text-align: center;
    width: 100%;
  }
  #coinlaundry-cloudiot #contents .system .system_head .head_title .head_tab {
    margin-top: 210px;
  }
}

@media (max-width: 991px) {
  #coinlaundry-cloudiot #contents .system .system_inner {
    padding: 0 20px 30px;
  }
  #coinlaundry-cloudiot #contents .system .system_inner .system_management {
    border-top: 2px solid #f5f7f8;
    padding-top: 30px;
  }
  #coinlaundry-cloudiot #contents .system .system_inner .system_management .management_title {
    font-size: 142.85714%;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  #coinlaundry-cloudiot #contents .system .system_inner .system_management .management_title .shoulder {
    font-size: 60%;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #coinlaundry-cloudiot #contents .system.system_owner .system_head {
    background-image: url(https://aqua-biz.net/assets/img/coinlaundry-cloudiot/system_owner_sp.png);
  }
}

@media (max-width: 991px) {
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature {
    margin-bottom: 30px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list {
    margin: -15px 0 0;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box {
    border-radius: 5px;
    margin: 25px 0 0;
    padding: 20px;
    width: calc(100% - 40px);
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .num {
    left: calc(50% - 18px);
    top: -18px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .num img {
    width: 36px;
    height: 36px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .image {
    margin-bottom: auto;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .text .s-title {
    font-size: 114.28571%;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_feature .feature_list .feature_box .text .paragraph {
    font-size: 85.71429%;
    margin-top: 15px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_eplanation {
    border-top: 2px solid #f5f7f8;
    padding-top: 30px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_eplanation .eplanation_title {
    font-size: 142.85714%;
    line-height: 1.25;
    margin-bottom: 20px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_eplanation .eplanation_box {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list {
    margin-top: -10px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box {
    border-radius: 5px;
    margin: 10px 0 0;
    width: 100%;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .s-title {
    font-size: 100%;
    height: 50px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner {
    padding: 15px 20px 20px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .image {
    margin-bottom: 15px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list {
    margin-top: -5px;
  }
  #coinlaundry-cloudiot #contents .system.system_owner .system_inner .system_management .management_list .management_box .inner .list li {
    font-size: 85.71429%;
    margin: 5px 0 0 20px;
    width: calc(100% - 20px);
  }
  #coinlaundry-cloudiot #contents .system.system_user {
    margin-top: 30px;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  #coinlaundry-cloudiot #contents .system.system_user .system_head {
    background-image: url(https://aqua-biz.net/assets/img/coinlaundry-cloudiot/system_user_sp.png);
  }
}

@media (max-width: 991px) {
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_lead {
    font-size: 100%;
    margin-bottom: 30px;
    text-align: left;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_lead br {
    display: none;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site {
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 20px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_title {
    font-size: 114.28571%;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point {
    margin-top: 20px;
    padding-bottom: 60px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point .point {
    margin: 0 -10px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point .point img {
    width: 60px;
    height: 60px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_point .point:nth-child(even) {
    top: 60px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_title {
    font-size: 100%;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_shop {
    margin: -20px 0 0;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_screen .screen_shop .screen {
    margin: 20px 0 0;
    width: 100%;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_button {
    margin-top: 30px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_site .site_button .button {
    font-size: 100%;
    height: 60px;
    text-align: center;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone {
    padding: 30px 20px;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone .image {
    float: none;
    width: 100%;
  }
  #coinlaundry-cloudiot #contents .system.system_user .system_inner .system_management .management_smartphone .text {
    float: none;
    font-size: 85.71429%;
    margin-top: 20px;
    width: 100%;
  }
}