@charset "UTF-8";

@media screen and (min-width: 768px) {
.sp {display:none;}
}

* {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  color:#1E1E1E;
}

#revico_cp:first-of-type {
  margin-top:-80px;
}

.mainvisual {
  margin-bottom:50px;
}

.intro_comment {
  text-align:center;
  font-size:23px;
  margin-bottom:50px;
  font-weight:600;
}
.intro_comment span {
  background: linear-gradient(transparent 60%, #D5E9F1 60%);
}

.fukidashi {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  position: relative;
  padding-bottom: 40px; /* 画像分の余白を確保 */
}

.fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 325px; 
  height: 86px;
  background: url('/cms/img/revico_cp/fukidashi.png') no-repeat center;
  background-size: contain;
}

.fukidashi span {
  font-size: 40px;
  color: #203F7A;
}
h3.ttl_steps {
  margin-top:40px;
  text-align:center;
  font-size: 45px;
  color: #203F7A;
  font-weight:bold;
  margin-bottom:30px;
  }

.bg_step {
  background-color:#D8EEF6;
  padding-top:150px;
  padding-bottom:70px;
}


.review-block-container {
    background-color: #FFFFFF; 
    padding: 20px;
    border-radius: 20px;
    position: relative;
    padding-bottom: 40px; 
    max-width: 1147px;
    margin: auto;
   margin-bottom:120px;
}
.review-block-container::after {
    content: "";
    position: absolute;
    bottom: -47px;
    left: 50%;
    width: 80px;
    height: 47px;
    background: url('/cms/img/revico_cp/b_arrw.png') no-repeat center;
    background-size: 80px 47px;
}
.review-block-container.none {
   margin-bottom:80px;
}
.review-block-container.none::after {
    background: none;
}



.step-header {
  width:348px;
  height:97px;
  background: url('/cms/img/revico_cp/flag.png') no-repeat center;
  background-size:348px 97px;
  display: block;
  text-align: center;
  position: absolute;
  margin-left: -46px; 
  margin-top:-70px;
  z-index:10;
}

.step-header .step-text {
  color: #FFFFFF;
  display: block;
  margin-top: 1px;
  letter-spacing:0.1em;
  height:66px;
  line-height:66px;
  font-size: 2.4vw;
}

.content-box {
    display: flex;
    align-items: flex-start;
    gap: 50px;
    padding-top: 30px;
  padding-bottom: 15px;
}
.email-image-placeholder {
    width: 40%;
    margin-left:7%;
    min-width: 410px;
}

.email-mockup-image {
    width: 100%;
    height: auto;
    display: block;
}
.text-content {
    width: 60%;
    font-size: 1.3vw;
    line-height: 1.6;
    color: #333;
  padding-top:20px;
  padding-right:40px;
  font-weight:bold;
}
.text-content p {
    margin: 0 0 10px 0;
}
.text-content .note {
  font-size: 1vw;
  font-weight:normal;
}

.step03_fukidashi {
  margin-bottom:30px;
}

.btn_campdetail a {
    display: block;
    width: 90%;
    max-width: 700px; 
    margin: 0 auto;
    padding: 20px 50px 20px 20px;
    background-color: #203F7A;
    background-image: url('/cms/img/revico_cp/ico_nwin.png');
    background-repeat: no-repeat;
    background-position: right 48px center;
    background-size: 32px 32px; 
    border-radius: 50px; 
    color: #FFF;
    font-size: 25px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.btn_campdetail a:hover {
    opacity: 0.85;
}

.block_info {
  width:1200px;
  margin:auto;
  padding-top:100px;
}

h4.revico_logo img {
  width:334px;
  display:block;
  margin:auto;
  margin-bottom:50px;
}
.block_info p {
 text-align:center;
 padding-bottom:50px;
 font-size: 1.2vw;
}

.box_info {
  background-color:#F0F2F5;
  padding:50px;
  font-size:1.2vw;
  line-height:2;
}
.box_info strong {
display:block;
  font-weight:normal;
}

.block_info a,
.box_info a {
color:#203F7A;
text-decoration:underline;
}
.block_info a:hover,
.box_info a:hover {
color:#000000;
text-decoration:underline;
}


/******* SP *******/
@media screen and (max-width: 767px) {

.pc {display:none;}

#revico_cp:first-of-type {
  margin-top:0px;
}

.mainvisual {
  margin-bottom:50px;
}

.intro_comment {
  text-align:center;
  font-size: 3.6vw;
  margin-bottom:40px;
  font-weight:600;
  padding: 0 20px;
}
.intro_comment span {
  background: linear-gradient(transparent 60%, #D5E9F1 60%);
}

.fukidashi {
  text-align: center;
  font-size: 4.3vw;
  font-weight: bold;
  position: relative;
  padding-bottom: 31px;
}

.fukidashi::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -30px;
  transform: translateX(-50%);
  width: 191px;
  height: 101px;
  background: url('/cms/img/revico_cp/fukidashi.png') no-repeat center;
  background-size: contain;
}

.fukidashi span {
  font-size: 8vw;
  color: #203F7A;
}
h3.ttl_steps {
  margin-top: 12px;
  text-align:center;
  font-size: 7.2vw;
  color: #203F7A;
  font-weight:bold;
  margin-bottom: 15px;
  }

.bg_step {
  background-color:#D8EEF6;
  padding: 20px;
  padding-top:60px;
  padding-bottom:40px;
}


.review-block-container {
    background-color: #FFFFFF;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    padding-bottom: 30px;
    max-width: auto;
    margin: auto;
    margin-bottom: 78px;
}
.review-block-container::after {
    content: "";
    position: absolute;
    bottom: -37px;
    left: 43%;
    width: 76px;
    height: 48px;
    background: url('/cms/img/revico_cp/b_arrw.png') no-repeat center;
    background-size: 50px 26px;
}
.review-block-container.none {
   margin-bottom: 42px;
}
.review-block-container.none::after {
    background: none;
}



.step-header {
  width: 72.56%;
  /* height:97px; */
  background: url('/cms/img/revico_cp/flag.png') no-repeat center;
  background-size: 72.56% auto;
  display: block;
  text-align: center;
  position: absolute;
  margin-left: -18.5%;
  z-index:10;
}

.step-header .step-text {
  color: #FFFFFF;
  display: block;
  margin-top: 8px;
  letter-spacing:0.1em;
  height:66px;
  line-height:66px;
  font-size: 5.4vw;
}

.content-box {
    display: block;
    align-items: flex-start;
    gap: 50px;
    padding-top: 17px;
    padding-bottom: 0px;
}
.email-image-placeholder {
    width: 88%;
    margin-left: 5.9%;
    min-width: auto;
}

.email-mockup-image {
    width: 100%;
    height: auto;
    display: block;
}
.text-content {
    width: 100%;
    font-size: 4.3vw;
    line-height: 1.6;
    color: #333;
    padding-top:20px;
    padding-right: 0px;
    font-weight:bold;
}
.text-content p {
    margin: 0 0 0px 0;
}

.text-content .note {
  font-size: 3vw;
  font-weight:normal;
}


.step03_fukidashi {
  margin-bottom:30px;
}

.btn_campdetail a {
    display: block;
    width: 100%;
    max-width: auto;
    margin: 0 auto;
    padding: 15px 42px 15px 20px;
    background-color: #203F7A;
    background-image: url('/cms/img/revico_cp/ico_nwin.png');
    background-repeat: no-repeat;
    background-position: right 29px center;
    background-size: 25px 25px;
    border-radius: 50px;
    color: #FFF;
    font-size: 4.5vw;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.btn_campdetail a:hover {
    opacity: 0.85;
}

.block_info {
  width: 100%;
  margin:auto;
  padding:15px;
  padding-top:60px;  
}

h4.revico_logo img {
  width:58%;
  display:block;
  margin:auto;
  margin-bottom:50px;
}
.block_info p {
 text-align:center;
 padding-bottom: 30px;
  font-size:3.2vw;
}

.box_info {
  background-color:#F0F2F5;
  padding: 15px;
  font-size: 3.2vw;
  line-height:2;
}
.box_info strong {
display:block;
  font-weight:normal;
}

.block_info a,
.box_info a {
color:#203F7A;
text-decoration:underline;
}
.block_info a:hover,
.box_info a:hover {
color:#000000;
text-decoration:underline;
}

.wrapper_ > .container_{
  padding-bottom: 50px;
}
  
}
