@charset "utf-8";

/* CTO */
.wpaw-pr-box__item-title {
 font-size: 1.4rem;
 color: #3db4bf;
}

.c-btn {
 background-color: #F48B15 !important;
 width: 420px;
 height: 70px;
 border-radius: 10px;
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 1.4rem;
 font-weight: 600;
 border: none;
 opacity: 1;
}

.c-btn:hover{
 background-color: #EB5933 !important;
}

.c-btn:focus{
 outline: 0;
}

.btn_wrapper{
 display: flex;
 justify-content: center;
 align-items: center;
 max-width:100%;
 margin-top: 60px;
}

@media only screen and (max-width: 667px) {
 .c-btn{
  width: 330px;
 }
.btn_wrapper{
 margin-top: 30px;
 }
}