/* html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  text-align: center;
  font-size: 0.875em;
} */

.lp_remotework {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: normal;
  font-size: 100%;
  line-height: 1.5;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*-- htmlとbodyに指定されていたstyleを追加 --*/
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  margin: 0;
  text-align: center;
  /*------------------------------------------------*/
}

/*-- dsas 追加 --*/
.lp_remotework * {
  box-sizing: content-box;
}
/*--------------*/

.lp_remotework main {
  display: block;
}

.lp_remotework hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.lp_remotework pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.lp_remotework a {
  background-color: transparent;
}

.lp_remotework abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

.lp_remotework b,
.lp_remotework strong {
  font-weight: bolder;
}

.lp_remotework code,
.lp_remotework kbd,
.lp_remotework samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

.lp_remotework small {
  font-size: 80%;
}

.lp_remotework sub,
.lp_remotework sup {
  font-size: 60%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.lp_remotework sub {
  bottom: -0.25em;
}

.lp_remotework sup {
  top: -0.5em;
}

.lp_remotework img {
  border-style: none;
}

.lp_remotework button,
.lp_remotework input,
.lp_remotework optgroup,
.lp_remotework select,
.lp_remotework textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

.lp_remotework button,
.lp_remotework input {
  overflow: visible;
}

.lp_remotework button,
.lp_remotework select {
  text-transform: none;
}

.lp_remotework button,
.lp_remotework [type="button"],
.lp_remotework [type="reset"],
.lp_remotework [type="submit"] {
  -webkit-appearance: button;
}

.lp_remotework button::-moz-focus-inner,
.lp_remotework [type="button"]::-moz-focus-inner,
.lp_remotework [type="reset"]::-moz-focus-inner,
.lp_remotework [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

.lp_remotework button:-moz-focusring,
.lp_remotework [type="button"]:-moz-focusring,
.lp_remotework [type="reset"]:-moz-focusring,
.lp_remotework [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

.lp_remotework fieldset {
  padding: 0.35em 0.75em 0.625em;
}

.lp_remotework legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

.lp_remotework progress {
  vertical-align: baseline;
}

.lp_remotework textarea {
  overflow: auto;
}

.lp_remotework [type="checkbox"],
.lp_remotework [type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

.lp_remotework [type="number"]::-webkit-inner-spin-button,
.lp_remotework [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

.lp_remotework [type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

.lp_remotework [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.lp_remotework ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

.lp_remotework details {
  display: block;
}

.lp_remotework summary {
  display: list-item;
}

.lp_remotework template {
  display: none;
}

.lp_remotework [hidden] {
  display: none;
}

.lp_remotework h1,
.lp_remotework h2,
.lp_remotework h3,
.lp_remotework h4,
.lp_remotework h5,
.lp_remotework h6,
.lp_remotework p,
.lp_remotework a,
.lp_remotework ul {
  font-weight: normal;
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}

.lp_remotework img {
  max-width: 100%;
}

.lp_remotework {
  max-width: 980px;
  margin: 0 auto;
}

.lp_remotework .header .heder-top {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #00469b;
  border-left: 1px solid #00469b;
  border-right: 1px solid #00469b;
  padding: 16px;
}

.lp_remotework .header .heder-bottom {
  text-align: left;
  background: url(/portal/page/out/wmbc/remotework2020/images/bg_heder.png) no-repeat left center;
  color: white;
  padding: 32px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .header .heder-bottom {
    background: url(/portal/page/out/wmbc/remotework2020/images/bg_heder.png) no-repeat center;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .header .heder-bottom {
    background: url(/portal/page/out/wmbc/remotework2020/images/bg_heder_sp.png) no-repeat center;
    padding: 32px 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 400px;
  }
}

.lp_remotework .header .heder-bottom h1 {
  font-size: 34px;
  font-weight: bold;
  text-indent: -22px;
  padding-top: 8px;
  line-height: 1.5;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .header .heder-bottom h1 {
    font-size: 22px;
    text-indent: -16px;
    padding-top: 16px;
  }
  .lp_remotework .header .heder-bottom h1 br {
    display: none;
  }
}

.lp_remotework .header .heder-bottom h1 span {
  font-size: 22px;
  display: block;
  text-indent: -12px;
  padding-top: 8px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .header .heder-bottom h1 span {
    font-size: 18px;
    padding-top: 16px;
  }
}

.lp_remotework .pr {
  color: white;
  text-align: left;
  padding: 32px;
  line-height: 1.8;
  background-color: #0078d4;
  position: relative;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .pr {
    padding: 32px 16px;
    text-align: center;
  }
}

.lp_remotework .pr h2 {
  font-size: 34px;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .pr h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .pr h2 {
    font-size: 24px;
  }
}

.lp_remotework .pr h2 span {
  text-indent: -22px;
  display: inline-block;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .pr h2 span {
    text-indent: -16px;
  }
}

.lp_remotework .pr p {
  margin-top: 16px;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .pr p {
    font-size: 14px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .pr p {
    text-align: left;
  }
}

.lp_remotework .pr img {
  position: absolute;
  right: 0;
  top: 12%;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .pr img {
    width: 450px;
    top: 17%;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .pr img {
    position: static;
  }
}

.lp_remotework .task {
  padding-bottom: 24px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task {
    padding: 16px;
  }
}

.lp_remotework .task h2 {
  font-size: 34px;
  color: #00469b;
  font-weight: bold;
  margin: 32px 0 8px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .task h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task h2 {
    font-size: 24px;
  }
}

.lp_remotework .task .lead {
  font-size: 18px;
  color: #00469b;
  margin-bottom: 32px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .task .lead {
    font-size: 16px;
  }
}

.lp_remotework .task ul {
  text-align: left;
  padding: 0 32px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task ul {
    padding: 0;
  }
}

.lp_remotework .task ul li {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  border-top-right-radius: 0;
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  position: relative;
}

.lp_remotework .task ul li i {
  position: absolute;
  left: -20px;
  top: -40px;
  text-align: center;
  background: url(/portal/page/out/wmbc/remotework2020/images/ic_point01.png) no-repeat left center;
  width: 66px;
  height: 66px;
  color: white;
  font-weight: bold;
  line-height: 1.0;
  padding-top: 32px;
  font-style: normal;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .task ul li i {
    font-size: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task ul li i {
    display: none;
  }
}

.lp_remotework .task ul li i span {
  font-size: 22px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .task ul li i span {
    font-size: 20px;
  }
}

.lp_remotework .task ul li img {
  max-width: 300px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task ul li img {
    max-width: 100%;
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task ul li {
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    display: block;
  }
}

.lp_remotework .task ul li div {
  padding: 0 24px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .task ul li div {
    padding: 0;
  }
}

.lp_remotework .task ul li div h3 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .task ul li div h3 {
    font-size: 18px;
  }
}

.lp_remotework .task ul li div p {
  font-size: 20px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .task ul li div p {
    font-size: 18px;
  }
}

.lp_remotework .howto {
  background-color: #f0f7ff;
  padding: 32px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto {
    padding: 32px 16px;
  }
}

.lp_remotework .howto h2 {
  font-size: 34px;
  color: #00469b;
  font-weight: bold;
  margin-bottom: 32px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .howto h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto h2 {
    font-size: 24px;
  }
}

.lp_remotework .howto ul {
  text-align: left;
}

.lp_remotework .howto ul li {
  width: 100%;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li {
    background-color: white;
  }
}

.lp_remotework .howto ul li div {
  max-width: 500px;
  padding: 24px 32px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: relative;
  background-color: white;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .howto ul li div {
    max-width: 350px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li div {
    max-width: 100%;
    box-shadow: none;
    border-radius: 0;
    background-color: none;
    padding: 16px;
  }
}

.lp_remotework .howto ul li div i {
  position: absolute;
  left: -40px;
  top: -40px;
  text-align: center;
  width: 66px;
  height: 66px;
  color: white;
  font-weight: bold;
  line-height: 1.0;
  padding-top: 51.2px;
  font-style: normal;
  font-size: 16px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li div i {
    display: none;
  }
}

.lp_remotework .howto ul li div h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
}

.lp_remotework .howto ul li div p {
  font-size: 16px;
  line-height: 1.9;
}

.lp_remotework .howto ul li:nth-child(1) {
  background: url(/portal/page/out/wmbc/remotework2020/images/ph_howto01.jpg) no-repeat left top;
  justify-content: flex-end;
  padding: 50px 0 50px;
  background-size: 400px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li:nth-child(1) {
    background-size: 100%;
    padding: 200px 0 32px;
  }
}

.lp_remotework .howto ul li:nth-child(1) div i {
  background: url(/portal/page/out/wmbc/remotework2020/images/ic_point02.png) no-repeat center;
}

.lp_remotework .howto ul li:nth-child(1) div h3 {
  color: #00469b;
}

.lp_remotework .howto ul li:nth-child(2) {
  background: url(/portal/page/out/wmbc/remotework2020/images/ph_howto02.jpg) no-repeat right top;
  padding: 70px 0 50px;
  background-size: 400px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li:nth-child(2) {
    background-size: 100%;
    padding: 200px 0 32px;
  }
}

@media only screen and (max-width: 769px) {
  .lp_remotework .howto ul li:nth-child(2) div {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li:nth-child(2) div {
    margin-left: 0;
  }
}

.lp_remotework .howto ul li:nth-child(2) div i {
  background: url(/portal/page/out/wmbc/remotework2020/images/ic_point03.png) no-repeat center;
}

.lp_remotework .howto ul li:nth-child(2) div h3 {
  color: #00a79f;
}

.lp_remotework .howto ul li:nth-child(3) {
  background: url(/portal/page/out/wmbc/remotework2020/images/ph_howto03.jpg) no-repeat left top;
  justify-content: flex-end;
  padding: 20px 0 50px;
  background-size: 400px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .howto ul li:nth-child(3) {
    background: url(/portal/page/out/wmbc/remotework2020/images/ph_howto03.jpg) no-repeat -80px top;
    background-size: 400px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li:nth-child(3) {
    background: url(/portal/page/out/wmbc/remotework2020/images/ph_howto03.jpg) no-repeat left top;
    background-size: 100%;
    padding: 200px 0 32px;
  }
}

.lp_remotework .howto ul li:nth-child(3) div i {
  background: url(/portal/page/out/wmbc/remotework2020/images/ic_point06.png) no-repeat center;
  font-size: 14px;
  letter-spacing: -4px;
}

.lp_remotework .howto ul li:nth-child(3) div h3 {
  color: #ea6100;
}

.lp_remotework .howto ul li:nth-child(4) {
  background: url(/portal/page/out/wmbc/remotework2020/images/ph_howto04.jpg) no-repeat right top;
  padding: 50px 0 50px;
  background-size: 400px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li:nth-child(4) {
    background-size: 100%;
    padding: 200px 0 32px;
  }
}

@media only screen and (max-width: 769px) {
  .lp_remotework .howto ul li:nth-child(4) {
    margin-left: 16px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .howto ul li:nth-child(4) {
    margin-left: 0;
  }
}

.lp_remotework .howto ul li:nth-child(4) div i {
  background: url(/portal/page/out/wmbc/remotework2020/images/ic_point05.png) no-repeat center;
  font-size: 14px;
  letter-spacing: -2px;
}

.lp_remotework .howto ul li:nth-child(4) div h3 {
  color: #e3007f;
}

.lp_remotework .product {
  padding: 32px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product {
    padding: 32px 16px;
  }
}

.lp_remotework .product h2 {
  font-size: 34px;
  color: #00469b;
  font-weight: bold;
  margin-bottom: 32px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product h2 {
    font-size: 24px;
  }
}

.lp_remotework .product .list {
  display: flex;
  flex-wrap: wrap;
  /* margin-left: -20px; 20201215 dsas削除 */
}

.lp_remotework .product .list li {
  padding: 8px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: white;
  margin: 0 0 20px 20px;
  width: calc(100% / 2 - 36px);
  font-size: 14px;
  position: relative;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li {
    width: calc(100% / 2 - 36px);
    font-size: 14px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product .list li {
    font-size: 24px;
    width: 100%;
  }
}

.lp_remotework .product .list li .cp {
  font-size: 18px;
}

.lp_remotework .product .list li h5 {
  font-size: 16px;
  text-align: left;
  color: #00469a;
  font-weight: bold;
  padding-bottom: 4.8px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li h5 {
    font-size: 16px;
  }
}

.lp_remotework .product .list li div {
  position: absolute;
  bottom: 0;
  width: 96%;
  padding-bottom: 8px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li div {
    width: 96%;
  }
}

.lp_remotework .product .list li.first_item {
  box-shadow: none;
  background: none;
  text-align: left;
  font-size: 18px;
  padding-top: 29%;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li.first_item {
    text-align: center;
    font-size: 16px;
    padding-top: 17%;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product .list li.first_item {
    padding-top: 0;
  }
  .lp_remotework .product .list li.first_item br {
    display: inline-block;
  }
}

.lp_remotework .product .list li.first_item img {
  margin-bottom: 8px;
}

.lp_remotework .product .list li.first_item div {
  bottom: auto;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li.first_item div {
    position: static;
  }
}

.lp_remotework .product .list li p {
  text-align: left;
  margin-bottom: 8px;
}

.lp_remotework .product .list li p.btn {
  text-align: left;
  margin-top: 8px;
  margin-bottom: 0;
  width: 100%;
  color: white;
  font-weight: bold;
  text-decoration: none;
  font-size: 18px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li p.btn {
    margin: 8px auto;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product .list li p.btn {
    padding: 0;
    font-size: 18px;
  }
}

.lp_remotework .product .list li p.btn a {
  color: white;
  text-align: center;
  background-color: #00469b;
  width: 100%;
  display: inline-block;
  padding: 16px 0;
}

.lp_remotework .product .list li p.btn a:hover {
  opacity: .9;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product .list li p {
    font-size: 16px;
  }
}

.lp_remotework .product .list li h4 {
  text-align: left;
  font-weight: bold;
  font-size: 20px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .product .list li h4 {
    font-size: 18px;
  }
}

.lp_remotework .product .list li ol {
  list-style: none;
  padding: 0;
  margin-left: 10px;
  padding-right: 10px;
  margin-bottom: 195px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li ol {
    margin: 0;
    padding: 0;
    margin-bottom: 205px;
  }
}

.lp_remotework .product .list li ol li {
  text-align: left;
  margin: 0;
  padding-top: 1.6px;
  width: 100%;
  border: none;
  box-shadow: none;
  background: none;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list li ol li {
    font-size: 16px;
    padding-left: 16px;
    width: 94%;
  }
}

.lp_remotework .product .list li ol li:first-child::before {
  content: "1";
  background-color: #00469a;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: -16px;
  margin-right: 1px;
}

.lp_remotework .product .list li ol li:nth-child(2)::before {
  content: "2";
  background-color: #00469a;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: -16px;
  margin-right: 1px;
}

.lp_remotework .product .list li ol li:nth-child(3)::before {
  content: "3";
  background-color: #00469a;
  border-radius: 50%;
  display: inline-block;
  font-size: 12px;
  text-align: center;
  color: #ffffff;
  width: 16px;
  height: 16px;
  line-height: 16px;
  margin-left: -16px;
  margin-right: 1px;
}

.lp_remotework .product .list.out li ol {
  margin-bottom: 145px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .product .list.out li ol {
    margin-bottom: 185px;
  }
}

.lp_remotework .contact {
  background-color: #0c429a;
  padding: 48px 32px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact {
    padding: 32px 16px;
  }
}

.lp_remotework .contact h2 {
  font-size: 34px;
  color: white;
  font-weight: bold;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact h2 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact h2 {
    font-size: 24px;
  }
}

.lp_remotework .contact .contact-top {
  display: flex;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-top {
    display: block;
  }
}

.lp_remotework .contact .contact-top div {
  margin-top: 24px;
  text-align: left;
}

.lp_remotework .contact .contact-top div p {
  color: white;
  font-size: 16px;
  padding-right: 16px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-top div p {
    font-size: 14px;
  }
}

.lp_remotework .contact .contact-top div p.lead {
  font-size: 24px;
  margin-bottom: 16px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-top div p.lead {
    font-size: 22px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact .contact-top div p.lead {
    font-size: 18px;
  }
}

.lp_remotework .contact .contact-top img {
  margin-top: 20.8px;
  align-self: flex-start;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact .contact-top img {
    width: 100%;
  }
}

.lp_remotework .contact .contact-bottom {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #557bb8;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-bottom {
    border: none;
  }
}

.lp_remotework .contact .contact-bottom .inner {
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-bottom .inner {
    display: block;
  }
}

.lp_remotework .contact .contact-bottom .inner p:nth-child(1) {
  background-color: white;
  color: #0c429a;
  padding: 12px 16px;
  font-size: 16px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-bottom .inner p:nth-child(1) {
    text-align: center;
    margin-bottom: 12.8px;
  }
}

.lp_remotework .contact .contact-bottom .inner p:nth-child(2) {
  font-size: 18px;
}

.lp_remotework .contact .contact-bottom .inner p:nth-child(2) span {
  font-size: 16px;
}

.lp_remotework .contact .contact-bottom .inner p:nth-child(3) {
  font-size: 18px;
  margin-left: 3vw;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-bottom .inner p:nth-child(3) {
    margin-left: 0;
  }
}

.lp_remotework .contact .contact-bottom .campaign {
  margin-top: 24px;
  background: url(/portal/page/out/wmbc/remotework2020/images/ph_campaign.png) no-repeat right center;
  width: 100%;
  background-color: #0079d7;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-bottom .campaign {
    background-size: 70%;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact .contact-bottom .campaign {
    background: url(/portal/page/out/wmbc/remotework2020/images/ph_campaign_sp.jpg) no-repeat top;
    width: 100%;
    height: 440px;
    background-color: #0079d7;
  }
}

.lp_remotework .contact .contact-bottom .campaign a {
  display: inline-block;
  width: 100%;
  color: white;
  padding: 16px;
  text-align: left;
  font-size: 28px;
  line-height: 1.4;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .contact .contact-bottom .campaign a {
    font-size: 24px;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact .contact-bottom .campaign a {
    width: auto;
    margin-top: 288px;
    text-align: center;
  }
}

.lp_remotework .contact .contact-bottom .campaign a span {
  background-color: white;
  color: #557bb8;
  font-size: 14px;
  display: table;
  padding: 8px 64px;
  margin-top: 16px;
}

@media only screen and (max-width: 641px) {
  .lp_remotework .contact .contact-bottom .campaign a span {
    display: block;
  }
}

.lp_remotework .m365 {
  background-color: #0079d7;
  display: flex;
  padding: 32px;
  justify-content: center;
  margin-top: 48px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .m365 {
    display: block;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .m365 {
    padding: 32px 16px;
  }
}

.lp_remotework .m365 div {
  color: white;
  padding-right: 32px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .m365 div {
    padding-right: 0;
  }
}

.lp_remotework .m365 div .lead {
  text-align: center;
  font-weight: bold;
  background-color: #00469b;
  border-radius: 30px;
  padding: 8px;
  width: 80%;
  margin: 0 auto 8px;
  font-size: 16px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .m365 div .lead {
    font-size: 14px;
    width: auto;
  }
}

.lp_remotework .m365 div h2 {
  font-size: 29px;
  font-weight: bold;
  margin-bottom: 8px;
  line-height: 1.5;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .m365 div h2 {
    font-size: 24px;
  }
}

.lp_remotework .m365 div .text {
  text-align: left;
  line-height: 1.8;
  margin-bottom: 16px;
  font-size: 16px;
}

.lp_remotework .m365 div .btn {
  text-align: center;
}

.lp_remotework .m365 div .btn a {
  margin: 0 auto;
  width: 70%;
  display: block;
  border: 2px solid white;
  padding: 8px;
  color: white;
  font-weight: bold;
  font-size: 16px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .m365 div .btn a {
    padding: 16px;
    margin-bottom: 32px;
  }
}

@media only screen and (max-width: 769px) {
  .lp_remotework .m365 div .btn a {
    font-size: 16px;
    width: 90%;
  }
}

.lp_remotework .banner {
  display: flex;
  margin-top: 48px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .banner {
    display: block;
  }
}

.lp_remotework .banner .success {
  padding-right: 12.8px;
  max-width: 50%;
}

.lp_remotework .banner .success h2 img {
  margin-top: 0;
  width: auto;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .banner .success {
    padding: 16px 32px;
    max-width: 100%;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .banner .success {
    padding: 0 16px 32px;
  }
}

.lp_remotework .banner .success .text {
  text-align: left;
  color: black;
}

.lp_remotework .banner .success img {
  margin-top: -20px;
  width: 64%;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .banner .success img {
    margin-top: 0;
    width: auto;
  }
}

.lp_remotework .banner .success .btn {
  color: white;
  background-color: #0079d7;
  min-height: 47px;
  font-weight: bold;
  margin-top: -31px;
  padding-top: 21px;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .banner .success .btn {
    margin-top: 0;
    padding: 19.2px;
    min-height: auto;
  }
}

.lp_remotework .banner .start {
  padding-left: 12.8px;
  max-width: 50%;
}

@media only screen and (max-width: 769px) {
  .lp_remotework .banner .start {
    padding-left: 0;
    max-width: 100%;
  }
  .lp_remotework .banner .start img {
    width: 100%;
  }
}

@media only screen and (max-width: 641px) {
  .lp_remotework .banner .start {
    padding: 32px 16px;
  }
}

