* {
  font-family: "Meiryo", "Lucida Grande", "Hiragino Kaku Gothic Pro", " Pro W3", "Meiryo", "MS PGothic", "Osaka", Verdana, Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #666666;
}

ul {
  list-style: none;
  display: flex;
}

li {
  text-align: center;
  margin-right: 5px;
}

input[type="text"] {
  border: none;
  border-radius: 0px;
  border: 1px solid #D2DBE5;
  height: 35px;
  width: 100%;
  padding-left: 8px;
}

::placeholder {
  color: #D6D6D6;
}


.form_nameTag {
  padding-bottom: 4px;
}

input[type="text"]:focus {
  border: 1px solid #D2DBE5;
  outline: 0;
  background-color: #fffec3;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

a {
  text-decoration: none;
  color: #0054a6;
}


form {
  padding: 10px 20px 0;
}


.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

a:hover {
  text-decoration: none;
  color: #2063ad;
  opacity: 0.7;
}

section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
}

.footer_thanks {
  background-color: #777A7D;
  padding: 20px 0 15px;
  color: #ffffff;
  position: fixed;
  width: 100%;
  bottom: 0;
}


footer {
  background-color: #777A7D;
  padding: 35px 0 30px;
  color: #FFFFFF;
}

#b_header {
  height: auto;
  min-height: 190px;
  padding: 15px 20px 20px 20px;
  background: url(/images/doc_dw/background-pattern.png) center;
  background-color: #115796;
  background-position: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  /* background: linear-gradient(155deg, rgb(6 76 148) 0%, rgb(19 89 150) 100%); */
  background-blend-mode: color-burn;
}


.header_contents {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}


.directcloud_logo {
  text-align: left;
}


.resource-contents {
  width: 64%;
  padding: 50px 0 10%;
}


.resource-form {
  width: 43%;
  background-color: #eef6ff;
  margin-left: 5%;
  padding: 10px 15px 0px 15px;
}

.resource-form h4 {
  font-size: 1.85rem;
  color: #001632;
  padding: 13% 22px 0px;
  text-align: center;
  width: 85%;
  margin: 0 auto;
  /* border-bottom: 2px solid #D9E3EE; */
}


.r_thumbnail {
  width: 100%;
  height: auto;
}

.directcloud_logo img {
  width: 19%;
}


.b_page_title h1 {
  font-size: 2.7rem;
   color: #FFFFFF;
   text-align: center;
   padding: 0.7em 0 0.2em;
   font-weight: bold;
   line-height: 1.3em;
}


.r_disc {
  padding: 15px 0 12px 5px;
}


.r_disc h3 {
  font-size: 2.3em;
}

.r_disc p {
  font-size: 1.2em;
  line-height: 1.5;
}


.footer-title-share {
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 0 3px 0;
  padding: 15px 15px 0px 0px;
}

.foot-sub-share-copyright {
  margin: 5px;
  color: #D6D6D6;
  font-size: 13px;
  padding: 2px 0px 0px 0px;
}

.item {
  display: flex;
  border-bottom: 1px solid #E5ECF4;
  padding: 23px 10px;
}

.item_title {
  margin-top: 10px;
  width: 30%;
}

.item_phone {
  width: 46%;
}

.item_input {
  width: 100%;
}

.form-control {
  width: 100%;
  height: 40px;
  border: none;
  /* background-color: #f4faff; */
  background-color: #ffffff;
  padding: 7px;

}


.Required {
  margin: 12px 8px 0 0;
  font-size: 11px;
  color: #FFFFFF;
  width: 13%;
  background-color: #F56572;
  text-align: center;
  padding-top: 2px;
  border-radius: 2px;
  height: 20px;
}

.policy {
  margin-top: 25px;
  font-size: 14.3px;
  line-height: 21px;
  width: 100%;
  color: #83868A;
}

label {
  color: #4F5660;
  font-size: 16px;
  font-weight: bold;
}

.dw_btn {
  padding: 20px 0;
  text-align: center;
  margin: 6px auto;
  width: 100%;
  background-color: #F98D00;
  border-radius: 35px;
  position: relative;
  height: 60px;
  margin-top: 12px;
  box-shadow: 0px 3px #DE5E04;
}

.dw_btn:hover {
  opacity: 0.85;
  transition: 0.5s;
  background-color: #f87501;
  opacity: 1;
  box-shadow: 0px 3px #C55924;
}

.dw_btn a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #FFFFFF;
  line-height: 60px;
  font-size: 1.3rem;
  font-weight: bold;
  opacity: 1;
}


.dw_btn a:hover {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  line-height: 60px;
  font-weight: bold;
  opacity: 1;
}

.btn_area {
  width: 100%;
  margin: 0 auto;
  padding: 0 25px;
}


.pc_br {
  display: none;
}


.pc_br_on {
  display: block;
}

.sp_br_on {
  display: none;
}

.formBtnDiv {
  margin-top: 30px;
}


/* thanks page css */




.contents_area {
  /* display: flex; */
  width: 100%;
  max-width: 970px;
  width: 100%;
  margin: 40px auto 95px;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
}

.cont_text_area {
      width: 100%;
      display: inline-block;
      padding: 25px 20px;
}

.movie_area {
    width: 100%;
}


.container {
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.form-group {
  margin-bottom: 0px;
}

.box-point-txt-grey {
  font-size: 1em;
  line-height: 1.3;
  color: #666;
  padding: 6px;
}

.mail-send-title {
  font-size: 1.4em;
  color: rgb(51, 51, 51);
  line-height: 1.5em;
}

.navbar-fixed-bottom {
  min-height: 30px;
  line-height: 1.42857;
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
  position: fixed;
}

.navbar-default {
  background-color: #1F1F1F;
  border-color: #0E0E0E;
}

.complete-img {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.complete-img img {
  width: 50%;
  float: none;
}

.complete-text {
  text-align: center;
  font-size: 1.5em;
  font-weight: bold;
  margin: 15px 0;
}

.complete-text-serve {
  text-align: center;
  margin: 30px 0 15px;
}

.complete-text-link {
  text-align: center;
  padding-bottom: 10px;
}

.complete-text-link .btn-primary1 {
  color: #fff;
  background-color: #4FA6F7;
  border-color: #4FA6F7;
  font-size: 1.6em;
  line-height: 22pt;
  border-radius: 5px;
  padding: 18px 0px;
  width: 50%;
}

.complete-text-video {
  text-align: center;
  font-size: 1.9em;
  font-weight: bold;
  margin: 65px 0 15px 0;
  line-height: 1.2;
  color: #444444;
}

.frame-wrapper_video {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0px;
  position: relative;
  max-width: 970px;
}

.btn_video {
}

.frame-wrapper_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.complete-text-link {
  text-align: center;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 10px 18px;
  font-size: 15px;
  line-height: 1.42857;
  border-radius: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.r_sns ul li {
  list-style: none;
  display: inline-block;
  text-align: center;
}


.resource-contents {
  width: 56.8%;
  float: left;
}

.resource-form {
  width: 38%;
  float: left;
}

.form_contents {
  padding: 15px 0;
}

h2 {
  text-align: center;
  padding-top: 50px;
}

.formTitleDiv {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: #001632;
  font-style: normal;
  font-weight: 700;
}

.form_nameTag span {
  font-size: 16px;
  color: #4F5660;
  font-style: normal;
  font-weight: 700;
}

.important {
  color: #FF0000 !important
}

.error {
  display: none;
  font-size: 12px;
  color: #FF0000;
  font-style: normal;
  font-weight: 400;
}

.name {
  display: flex;
}

.firstName {
  align-items: center;
  width: 50%;
}

.lastName {
  align-items: center;
  padding-right: 10px;
  width: 50%;

}

.downloadBtn {
  width: 100%;
  float: none;
  background-color: #4FA6F7;
  border-color: #4FA6F7;
  background-image: none;
  border-style: none;
  border-color: rgba(25, 136, 214, 1.0);
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 6px;
  padding: 10px 0px 10px 0px;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic Pro", " Pro W3", "Meiryo", "MS PGothic", "Osaka", Verdana, Arial, Helvetica, "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 20px;
  color: #FFFFFF;
  font-style: normal;
  font-weight: 400;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
}

.downloadBtn:disabled {
  color: #eeeeee;
  background-color: #cccccc;
  border-color: #c0bfbf;
  text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
  cursor: default;
}

.formTitleDiv {
  margin: 33px 0px 0px 0px;
}

.formTitleDiv h2 {
  color: #001632;
  padding: 10px 18px;
  font-size: 29px;
}


.form_area {
  position: sticky;
  top: 3%;
  margin-bottom: 15%;
}

.contents-container {
  width: 100%;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.mask {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.55);
  z-index: 999999999;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.spinner-container {
  width: 100%;
  height: 100%;
  position: relative;
}

.lds-spinner {
  color: official;
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;

  transform: translateY(-50%);
  left: calc(50% - 50px);
  position: absolute;
  top: calc(50% - 50px);
  border-top-width: 0;
}

.lds-spinner div {
  transform-origin: 40px 40px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 6px;
  height: 18px;
  border-radius: 20%;
  background: rgb(255, 255, 255);
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


  .y-video_wrap {
    max-width: 100%;
    margin: 0 15px;
    padding-bottom: 0;
}


.y_video {
  position: relative;
  width:100%;
  height:0;
  padding-top: 56.25%;
}

/* YouTube埋め込み用のiframe */
.y_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {


  section {
    display: block;
  }


  form {
    padding: 0px 30px 0;
  }


  #b_header {
    height: auto;
    min-height: 140px;
  }

  .resource-contents {
    width: 100%;
    padding: 6% 5% 10% 5%;
    background-color: #ffffff;
  }

  .r_disc p {
    font-size: 1.1em;
    margin-bottom: 83px;
  }


  .resource-form {
    width: 100%;
    background-color: #eef6ff;
    margin-left: 0%;
    height: auto;
    vertical-align: bottom;
    padding: 10px 5px 0px;
  }


  .btn_area {
    padding: 5px 34px;
  }

  .dw_btn {
    width: 100%;
    margin: 10px 0px;
  }

  .sp_br {
    display: none;
  }


  .pc_br {
    display: block;
  }

  .sp_br_on {
    display: block;
  }

  .pc_br_on {
    display: none;
  }


  .resource-form h4 {
    padding: 10% 22px 8px;
    font-size: 1.5rem;
  }


  .b_page_title h1 {
    font-size: 1.5rem;
      padding: 0.7em 0 0;
  }

  .directcloud_logo img {
    width: 43%;
  }

  .dw_btn a {
    font-size: 1.1rem;
  }

}




@media screen and (max-width: 480px) {

  form {
    padding: 0px 15px 0;
  }

  label {
    font-size: 15px;
  }


  .directcloud_logo img {
    width: 43%;
  }

  .item {
    padding: 23px 5px;
  }


  .footer-title-share {
    font-size: 1em;
  }

  .foot-sub-share-copyright {
    font-size: 12px;
  }


  .Required {
    margin: 10px 5px 0 0;
    width: 14%;
  }

}

@media (min-width: 768px) {

}

@media (min-width: 992px) {


  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }
}



@media screen and (max-width: 600px) {


.contents_area{
      margin: 15px auto 5px;
}


.cont_text_area{
      padding: 13px 20px ;
}


  .complete-text-link .btn-primary1 {
    width: 100% !important;
    font-size: 1.4em !important;
    padding: 18px !important;
  }

  .downloadBtn {
    width: 100%;
    float: none;
    background-color: #4FA6F7;
    background-image: none;
    border-style: none;
    border-color: rgba(25, 136, 214, 1.0);
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    border-radius: 6px;
    padding: 10px 0px 10px 0px;
    font-family: Open Sans;
    font-size: 20px;
    color: #FFFFFF;
    font-style: normal;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
    cursor: pointer;
  }

  .downloadBtn:disabled {
    color: #eeeeee;
    background-color: #cccccc;
    border-color: #c0bfbf;
    text-shadow: 0 0px 0 rgba(0, 0, 0, 0);
    cursor: default;
  }

  .complete-text {
    text-align: left !important;
    font-size: 1.6em !important;
    line-height: 1.4 !important;
  }

  .conmplete_trial_text {
    font-size: 1.04em !important;
    line-height: 18pt;
  }

  .complete-text-video {
    text-align: left !important;
    margin-top: 25px !important;
  }

  .complete-text-serve {
    text-align: left !important;
    margin-top: 0 !important;
    margin-bottom: 0;
    padding-bottom: 0;
    line-height: 20pt;
  }

  .mail-send-title {
    font-size: 1em !important;
    line-height: 19pt !important;
  }

  .row {

  }

  .box-point-txt-grey {
    padding:0 5px !important;
  }

  .complete-img img {
    width: 70%;
    float: none;
  }



}
