@charset "utf-8";
@media screen and (max-width: 899px){
img {
    width: auto;
}
}
.mainContents {
  font-size: 15px;
  float: none !important;
  width: auto !important;
}
.container.container--without-nav {
  max-width: 900px;
}
@media screen and (max-width: 1019px){
.container.container--without-nav {
    width: calc(100% - 10px);
}
}
.textF18px {
  font-size: 18px;
}
.textF27px {
  font-size: 27px;
}
.textF12px {
  font-size: 12px;
}


.keyvisual_contents_width {
  margin: 0 auto;
  max-width: 900px;
}

.caution02 {
  width: auto !important;
}

.lheight {
  line-height: 1.8 !important;
}

.section {
  margin-bottom: 60px;
}

.title_02 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
}

.title_02_bor {
  display: inline-block;
  padding: 3px 0;
  border-bottom: solid 4px #e5e7e8;
}

.participation_step {
  display: flex;
}

.participation_step_item {
  flex: 1;
  padding: 30px 20px;
  border: 2px solid #e5e7e8;
  box-sizing: border-box;
}

.participation_step_item:not(:last-child) {
  position: relative;
  margin-right: 50px;
}

.participation_step_item:not(:last-child)::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 14px;
  background: url("/lp/imgs/service_2204offer_cp/img04_arrow.png") no-repeat;
  top: calc(50% - 9px);
  right: -36px;
}

.participation_step_item_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
}

.keyword_text_box {
  text-align: center;
  background-color: #EBFEFF;
  color: #27A0AE;
  font-size: 22px !important;
  margin: 30px 0 20px;
  line-height: 1.2;
  padding: 25px 0;
}
.keyword_text_ruby{
  font-size: 14px;
  font-weight: bold;
}
.keyword_text {
  font-size: 28px !important;
  font-weight: bold;
  top: 3px;
  position: relative;
}

.indent {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  text-align: left;
}

.indent .tip {
  white-space: nowrap;
}

.cp_bg {
  background: #fefbec;
  padding: 25px;
}

/* .cp_btn {
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 8px;
  color: #fff !important;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  max-width: 500px;
  border-bottom: 5px solid #d56614;
  font-size: 25px;
  background: #ff7a1b url("/common13/imgs/icon/icn_link_white.png") 95% 50% no-repeat !important;
} */
.cp_btn {
  display: block;
  margin: 0 auto;
  padding: 18px 0;
  border-radius: 8px;
  color: #fff !important;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  max-width: 500px;
  border-bottom: 5px solid #d56614;
  font-size: 25px;
  background: #ff7a1b url(/common13/imgs/icon/icn_link_other_white02.png) 95% 50% no-repeat !important;
}


.virus_Initiatives_bg {
  border: 2px solid #e5e7e8;
  padding: 40px 30px;
}

.virus_Initiatives_title {
  font-size: 26px;
  color: #084e8a;
}

@media screen and (max-width: 899px) {
  .title_02 {
    text-align: center;
  }

  .title_02_bor {
    padding: 3px 6%;
  }

  .participation_step {
    display: block;
  }

  .participation_step_item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 60px;
  }

  .participation_step_item:not(:last-child)::before {
    width: 14px;
    height: 18px;
    background: url("/lp/imgs/service_2204offer_cp/img_arrow_sp.png") center center /
      cover no-repeat;
    top: calc(100% + 24px);
    right: calc(50% - 7px);
  }

  .participation_step_item_title {
    display: block;
    height: auto;
  }

  .participation_step_item_icon {
    padding-left: 10%;
    padding-right: 10%;
  }

  .keyword_text_box {
    margin-left: 6%;
    margin-right: 6%;
  }

  .indent {
    display: block;
    text-align: center;
  }

  .cp_btn {
    font-size: 22px;
  }

  .virus_Initiatives_bg {
    padding: 30px 25px;
  }
}

.btn.btn--normal, .btn--normal.btn-newtab {
  width: auto;
  color: #2076c7;
  border-color: #2076c7;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn, .btn-newtab {
  max-width: 375px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin: auto;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 2px;
  border-style: solid;
  word-break: break-all;
  opacity: 1;
  line-height: 1.4;
  padding: 18px 10px!important;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
  box-shadow: 0 3px 7px 0 rgb(0 0 0 / 15%);
}


