@charset "UTF-8";

.sct_bg_main{
  width: 100%;
  background: #f3f3f3;
  background-image: url(/-/Media/Ricoh/Sites/co_jp/special/dropbox-business/img/mv_dropbox.jpg);
  background-position: 50% 40%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (min-width: 1366px) {
  .sct_bg_main{
    background-size: 1366px auto;
  } 
}

.main_max{
  position: relative;
  margin: 0 auto;
  padding: 8px;
  padding-bottom: 0;
  max-width: 1008px;
  height: 500px;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .main_max{
    padding: 30px 30px 80px 30px;
    height: auto;
  }
}
@media (max-width: 750px) {
  .main_max{
    padding: 20px 20px 60px 20px;
  }
}

.ttl_set{
  display: table;
  box-sizing: border-box;
  padding: 32px 64px 48px 32px;
  color: #fff;
}
.mark,
.ttl_text{
  display: table-cell;
  vertical-align: top;
}
.ver{
  margin-top: 80px;
  padding: 0;
  background: transparent;
  color: #333;
}
.mark{
  width: auto;
  padding-right: 32px;
}
.ttl_text{
  padding-top: 45px;
}
.sub{
  margin-top: 4px;
  font-weight: bold;
  font-size: 26px;
}

.ttl_img{
  margin-top: 24px;
  width: 90%;
}

@media (max-width: 768px) {
  .ttl_set{
    display: inline-block;
    padding: 24px 32px 24px 24px;
  }
  .mark,
  .ttl_text{
    display: block;
  }
  .mark{
    padding-right: 0;
    width: 32px;
  }
  .ver{
    margin-top: 40px;
  }
  .sub{
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .ttl_set{
    padding: 16px;
  }
  .ver{
    margin-top: 0;
  }
  .ttl_text{
    padding-top: 0;
  }
  .ttl_img{
    width: 65%;
    margin-top: 14px;
  }
  .ttl_logo {
    width: 150px;
  }
}

.bg_blue {
  background-color: #e7f2ff !important;
}

.bg_blue_b {
  background-color: #0b51b3 !important;
}

.blue_color {
  color: #0061ff;
}

.blue_color_b {
  color: #0b51b3;
  font-weight: bold;
  font-size: 26px;
}

.red_color {
  color: #cf142b;
}

.marker-yellow {
  background: linear-gradient(transparent 70%,#ff0 0);
}

.pink_color {
  color: #ee9193;
}

.lightgreen_color {
  color: #38958e;
  font-size: 18px;
  font-weight: bold;
}

.dis_flex {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.sct_cta_max {
    position: relative;
    margin: 0 auto;
    padding: 80px 8px 0 8px;
    max-width: 1008px;
    box-sizing: border-box;
}

.sct_cta_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
}

.sct_cta_max a {
  color: #fff;
  text-decoration: none;
  display: block;
  background-color: #0061ff;
  text-align: center;
  width: 583px;
  height: 82px;
  margin: 25px auto 0;
  padding: 26px 0;
  font-size: 20px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0px rgba(0, 20, 59, 0.2);
}

.sct_cta_max a:hover,
.sct_cta_max a:active {
  background-color: #7eafff;
}

@media (max-width: 750px) {
  .sct_cta_max a {
    width: 90%;
  }
}

.copyright{
  margin: 0 auto;
  padding:0 20px 41px 20px;
  max-width: 940px;
  color: #999;
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
  
@media (max-width: 640px){
  .copyright{
  padding: 20px 10px 30px 10px;
  max-width: 100%;
  text-align: center;
  }
}