@charset "utf-8";

/*-----------------------------------------------------
大見出し
-------------------------------------------------------*/

/* 中見出し
------------------------------------------------*/

/* 小見出し/コメント */

/* 1400px以下 */
@media only screen and (max-width: 1399px) {
}

/* 1200px以下 */
@media only screen and (max-width: 1199px) {
}

/* タブレット以下 */
@media only screen and (max-width: 991px) {
}

/* スマホ */
@media only screen and (max-width: 767px) {
}

/*-----------------------------------------------------
共通
-------------------------------------------------------*/
section {
  padding: 100px 0;
}
a {
  text-decoration-line: none;
}

@media only screen and (max-width: 767px){
section {
  padding: 50px 0;
}}

/*-----------------------------------------------------
フォント
-------------------------------------------------------*/
.text-bold{
  font-weight: bold;
}
.text-bold02{
  font-weight: 900;
}
.text-blue{
  color: #182739;
}
.text-white{
  color: #fff;
}
.text-red{
  color: #ff000c;
}

/*-----------------------------------------------------
タイトル
-------------------------------------------------------*/
.ttl-text{
  background-color: #182739;
  border-radius: 50px;
  color: #fff;
  max-width: 40rem;
  padding: 0.5rem;
  margin: 0 auto 3rem;
}
@media only screen and (max-width: 767px){
  .ttl-text{
  max-width: 18rem;
}}

/*-----------------------------------------------------
CTA
-------------------------------------------------------*/
.cta{
    background-color: #182739;
    position: relative;
}
.cta-ttl{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6%;
  font-weight: 900;
}
.cta_txt01{
  font-weight: 900;
  font-size: 3rem;
  padding-bottom: 1rem;
}
.cta_txt02{
  font-weight: 900;
  font-size: 1.5rem;
}

.cta-balloon {
    display: flex;
    justify-content: center;
    position: relative;
    padding: 2rem 1rem;
    border-radius: 5px;
    background-color: #ffffff;
    color: #182739;
    width: 55rem;
}

.cta-balloon::before {
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 40px;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}
.cta_button_box{
  display: flex;
  justify-content: center;
  margin-top: 10rem;
}
.cta_text{
  font-size: 1.25rem;
  font-weight: 900;
}
.cta_bosyu{
  font-size: 1.25rem;
  padding-top: 2rem;
}

a.btn--red {
  color: #fff;
  background-color: #ff000c;
  border-bottom: 8px solid #890000;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  padding: 1rem;
}

a.btn--red:hover {
  margin-top: 5px;
  color: #fff;
  background: #ff000c;
  border-bottom: 2px solid #890000;
}
a.btn--green {
  color: #fff;
  background-color: #36a500;
  border-bottom: 8px solid #1f5c01;
  border-radius: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 30rem;
  padding: 1rem;
}

a.btn--green:hover {
  margin-top: 5px;
  color: #fff;
  background: #36a500;
  border-bottom: 2px solid #1f5c01;
}

@media only screen and (max-width: 1399px) {
  .cta_box{
  margin-top: 0;
}}

@media only screen and (max-width: 1199px) {
  .cta{
    padding: 80px 0;
}
  .cta_button{
    width:35%;
}}

@media only screen and (max-width: 991px) {
  .cta{
    padding: 80px 0 30px;
}
  .cta_box{
  margin-top: 1em;
}
  .cta_button{
    width:45%;
}
a.btn--red {
  min-width: 20rem;
}
a.btn--green {
  min-width: 20rem;
}}

@media only screen and (max-width: 767px){
.cta_box{
  padding: 1em 0.5em;
}
.cta-ttl{
  top: -20%;
}
.cta_txt01{
  font-size: 1.5rem;
  text-align: center;
}
.cta_txt02{
  font-size: 0.95rem;
}
.cta_button_box{
    flex-direction: column;
    align-items: center;
    margin-top: 7rem;
}
.cta_button{
    width:75%;
    margin: 0.25em 0;
}
.cta-balloon {
    width: 20rem;
    padding: 1rem;
}
a.btn--red {
  min-width: 10rem;
  margin-bottom: 1rem;
}
a.btn--green {
  min-width: 16rem;
}}


/*-----------------------------------------------------
header
-------------------------------------------------------*/
#Header{
  background-color: #182739;
}
#Header p{
  margin-bottom: 0;
}
.header-box{
  padding: 1em 0.5em;
}
.h-logo{
  max-width: 20rem;
  padding-left: 3em;
}

@media only screen and (max-width: 1199px) {
.h-logo{
  max-width: 15rem;
  padding-left: 1em;
  padding-right: 1em;
}}

@media only screen and (max-width: 991px) {
.h-logo{
  max-width: 10rem;
  padding-left: 0.5em;
}}
@media only screen and (max-width: 767px) {
.h-logo_sp{
  max-width: 8rem; 
  padding: 0.5em;
  margin: 0 auto;
}}

/*-----------------------------------------------------
FV
-------------------------------------------------------*/
.fv{
  background-image: url(../images/fv_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1rem 0 3rem;
}


@media only screen and (max-width: 767px){
  .fv{
  background-image: none;
  padding: 0;
}}

/*-----------------------------------------------------
問題提起
-------------------------------------------------------*/
.mondaiteiki{
  padding: 0;
  margin-bottom: 0;
}


/*-----------------------------------------------------
比較
-------------------------------------------------------*/
.hikaku{
  padding-top: 0;
  padding-bottom: 100px;
  background-color: #ff6c00;
}
.hikaku-ttl{
  padding-top: 50px;
  padding-bottom: 30px;
}
.hikaku-list{
  flex-wrap: wrap;
  justify-content: center;
}
.hikaku-flip {
  width: 300px;         /* 固定幅にすると確実に動く */
  height: 300px;        /* 高さも固定 */
  margin: 0 auto;
  position: relative;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 1s;
  perspective: 1000px;  /* 立体感 */
}
.hikaku-flip img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  object-fit: cover;    /* 全体を収める */
  display: block;
}
.hikaku-flip img:last-child {
  transform: rotateY(180deg);
}
.hikaku-flip:hover {
  transform: rotateY(180deg);
}

@media only screen and (max-width: 1200px){
.hikaku-flip {
  width: 250px;         /* 固定幅にすると確実に動く */
  height: 250px;        /* 高さも固定 */
}}

@media only screen and (max-width: 991px){
.hikaku-flip {
  width: 200px;         /* 固定幅にすると確実に動く */
  height: 200px;        /* 高さも固定 */
}}

@media only screen and (max-width: 767px){
.hikaku-flip {
  width: 345px;         /* 固定幅にすると確実に動く */
  height: 125px;        /* 高さも固定 */
}}


/*-----------------------------------------------------
稼げる裏技
-------------------------------------------------------*/
.reason {
  background-color: #fff;
}
.reason_ttl{
  color: #ff000c;
  font-weight: 900;
  font-size: 2.5rem;
  padding-top: 1rem;
}
.reason_txt {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  bottom: 1rem;     
  right: -100%;         
  line-height: 2.7;
  width: 119%; 
}

.reason_txt02 {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  bottom: 0rem;     
  right: 97%;         
  line-height: 2.7;
  width: 102%; 
}
.reason_txt03 {
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  position: absolute;
  bottom: 4rem;     
  right: -90%;         
  line-height: 2.7;
  width: 101%; 
}
.reason-txt_bg{
  background-color: #000;
  padding: 0.5rem 0;
}

@media only screen and (max-width: 1199px) {
.reason_ttl{
  font-size: 1.75rem;
  padding-top: 1rem;
}
.reason_txt {
  font-size: 0.9rem;
  bottom: 1rem;
  width: 126%;   
}

.reason_txt02 {
  font-size: 0.9rem;
  bottom: 0rem;     
  right: 92%;         
  line-height: 2.7;
  width: 105%; 
}
.reason_txt03 {
  font-size: 0.9rem;
  bottom: 4rem;     
  right: -90%;         
  line-height: 2.7;
  width: 104%; 
}}

@media only screen and (max-width: 991px) {
.reason_ttl{
  font-size: 1.2rem;
  padding-top: 0;
}
.reason_txt {
  font-size: 0.7rem;
  bottom: 1rem;     
  right: -100%;         
  line-height: 3;
  width: 131%; 
}

.reason_txt02 {
  font-size: 0.7rem;
  bottom: 0rem;     
  right: 88%;         
  line-height: 3;
  width: 109%; 
}
.reason_txt03 {
  font-size: 0.7rem;
  bottom: 2rem;     
  right: -90%;         
  line-height: 3;
  width: 108%; 
}}

@media only screen and (max-width: 767px){
 .reason_ttl{
  font-size: 1.75rem;
  padding-top: 0;
} 
 .reason_txt {
  font-size: 1rem;
  color: #333;
  position: static;  /* 絶対配置を解除 */
  transform: none; 
  line-height: 1.5;
  width: 100%;
}
.reason_txt02 {
  font-size: 1rem;
  color: #333;
  position: static;  /* 絶対配置を解除 */
  transform: none; 
  line-height: 1.5;
  width: 100%;
}
.reason_txt03 {
  font-size: 1rem;
  color: #333;
  position: static;  /* 絶対配置を解除 */
  transform: none; 
  line-height: 1.5;
  width: 100%;
}
.reason-txt_bg{
  background-color: #fff;
  padding: 0;
}}


/*-----------------------------------------------------
そのお悩みお任せください
-------------------------------------------------------*/
.answer{
  padding-top: 0;
  padding-bottom: 100px;
  background-color: #ff6c00;
}
.answer-ttl-box{
  padding-top: 50px;
  padding-bottom: 30px;
}
.answer-ttl{
  font-weight: 900;
  color: #182739;
  font-size: 2.5rem;
}
.answer-list{
  flex-wrap: wrap;
}
.answer-li{
  width: 25%;
}


/*-----------------------------------------------------
収入モデル
-------------------------------------------------------*/
.model{
  background-color: #ff5a00;
}
.model-box{
  background-color: #ff9000;
  font-weight: bold;
  font-size: 2.5rem;
  margin-top: 2.5rem;
  padding: 1rem 0;
}
.model-text-big01{
  font-size: 3rem;
}
.model-text-big02{
  font-size: 9rem;
  font-weight: 900;
}

@media (max-width:767px){
  .model-box{
  font-size: 1.25rem;
}
  .model-text-big01{
  font-size: 1.8rem;
}
.model-text-big02{
  font-size: 3rem;
}}

/*-----------------------------------------------------
ハウスプラザについて
-------------------------------------------------------*/
.house_plaza {
  background-color: #ff5a00;
}
.house_plaza ul{
  padding-inline-start: 0;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.slide-items img{
  width: 90%;
}
.slick-prev {
    left: -50px !important;
    z-index: 2;
}
.slick-next {
    right: -15px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 20px !important;/*ボタンのサイズ*/
    background: #828282;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.8em;
}

.slick-dots li button:before{
  font-size:25px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}

.slick-arrow:before{
    content:""!important;
    width: 35px !important;
    height: 35px !important;
    position: absolute;
    top: 0;
    left: 0;
}

.slick-next:before{
    background: url(../images/slick-next.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(../images/slick-prev.png)!important;
    background-size: contain!important;
}

@media (max-width:767px) {
.slide-items img{
  width: 100%;
}
.slick-prev {
    left: -35px !important;
    z-index: 2;
}
.slick-next {
    right: -22px !important;
    z-index: 3;
}
.slick-prev:before, .slick-next:before {
    color: #fff !important;/*ボタンの色*/
    opacity: 0.75 !important;/*ボタンの不透明度*/
    font-size: 10px !important;/*ボタンのサイズ*/
    background: #828282;
    border-radius: 50%;
    font-weight: bold;
    padding: 0.5em 0.8em;
}
.slick-dots li{
  width: 15px !important;
}
.slick-dots li button:before{
  font-size:15px!important;/*ドットのサイズ*/
  padding-top: 15px;
}
.slick-dots {
  left: 50%;
  transform: translateX(-50%);
}}


/*-----------------------------------------------------
他社比較
-------------------------------------------------------*/
.hikaku{
  background-color:#ff6c00;
}

.balloon-hikaku-ttl {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 60rem;
    margin-bottom: 15px;
    padding: .8em 1.2em;
    border-radius: 50px;
    background-color: #182739;
    color: #ffffff;
}

.balloon-hikaku-ttl::before {
    position: absolute;
    bottom: -15px;
    width: 30px;
    height: 15px;
    background-color: #182739;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

@media only screen and (max-width: 991px){
.balloon-hikaku-ttl {
    max-width: 40rem;
}}

@media only screen and (max-width: 767px){
.balloon-hikaku-ttl {
    max-width: 19rem;
    font-size: 1.25rem;
}}

.hikaku table{
  margin: 2rem auto 0;
}
.hikaku th{
  padding: 1em ;
}
.hikaku td{
  background-color: #fff;
  padding: 1em 0.5em;
  text-align: center;
  font-weight: bold;
}
.hikaku_ttl02{
  width: 12rem;
  font-size: 1.8rem;
}
.hikaku-big-ttl{
  font-size: 2.5rem;
}
.hikaku-big-text{
  font-size: 3rem;
  font-weight: 900;
  color: #ff0000;
}
.hikaku-big-text02{
  font-size: 1.5rem;
  font-weight: 900;
  color: #ff0000;
}
.hikaku-white-text{
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
.hikaku-gray-text{
  color: #333;
  font-size: 1.5rem;
  font-weight: bold;
}

@media only screen and (max-width: 991px){
  .hikaku th{
  padding: 1em 0.8em;
}
  .hikaku td{
  padding: 1em 0.5em;
}
.hikaku_ttl02{
  width: 8rem;
}
.hikaku-big-ttl{
  font-size: 1.8rem;
}
.hikaku-big-text{
  font-size: 2.5rem;
}
.hikaku-white-text{
  font-size: 1rem;
}
.hikaku-gray-text{
  font-size: 1rem;
}}

@media only screen and (max-width: 767px){
  .table-container{
  overflow-y: scroll;
}
table {
  width: 100%;
  min-width: 550px;
  border-collapse: collapse;
}
.hikaku th{
  padding: 0.5em 0.25em;
}
.hikaku td{
  padding: 0.5em 0.25em;
}
.hikaku_ttl02{
  font-size: 1.2rem;
}
.hikaku-big-ttl{
  font-size: 1.5rem;
}
.hikaku-big-text{
  font-size: 2rem;
}
.hikaku-white-text{
  font-size: 0.85rem;
}
.hikaku-gray-text{
  font-size: 0.85rem;
}}


/*背景*/
.hikaku-blue-bg{
  background-color: #182739 !important;
}
.hikaku-green-bg{
  background-color: #36a500 !important;
}
.hikaku-yellow-bg{
  background-color: #fdffd9 !important;
}
/*線*/
.border-right-white{
  border-right: 2.5px solid #fff !important;  
}
.border-top-white{
  border-top: 2.5px solid #fff !important;  
}
.border-bottom {
  border-bottom: 2.5px solid #333 !important;
}
.border-right {
  border-right: 2.5px solid #333 !important;
}
.border-bottom-bold{
  border-bottom: 10px solid #36a500 !important;
}
.border-right-bold{
  border-right: 6px solid #36a500 !important;
}
.border-top-bold{
  border-top: 10px solid #36a500 !important;
}


/*-----------------------------------------------------
社員の声
-------------------------------------------------------*/
.voice_box{
  width: 80%;
}

@media only screen and (max-width: 767px){
  .voice_box{
  width: 100%;
}}

/*-----------------------------------------------------
募集要項
-------------------------------------------------------*/
.bosyu{
  background-color: #ff6c00;
}
.bosyu table{
  width: 80%;
}
.bosyu td{
  padding: 1em 0.5em;
  font-weight: bold;
  font-size: 1rem;
  color: #182739;
}
.bosyu_txt_white{
  color: #fff !important;
  font-size: 1.3rem !important;
}
.bosyu_bg_black{
  background-color: #182739;
  color: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}
.bosyu_bg_white{
  background-color: #fff;
  color: #444444;
  border: 2px solid #182739;
  padding-left: 2em !important;
}

@media only screen and (max-width: 767px){
  .bosyu td{
  font-size: 1rem;
}
.bosyu_txt_white{
  font-size: 1rem !important;
}
.bosyu table{
  width: 100%;
  min-width: auto !important;
}
.bosyu tr,
.bosyu th,
.bosyu td{
  display: block;
}}


/*-----------------------------------------------------
form
-------------------------------------------------------*/
.form{
  background-color: #ff4800;
}
.bg_white{
  background-color: #fff;
  padding: 50px 0 50px 0;
}
.p-privacy__list {
    list-style-type: none;
}
.badge {
  border-radius: 0px !important;
}
@media only screen and (max-width: 991px) {
  .bg_white{
  padding: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .bg_white{
  padding: 50px 10px 50px 10px;
  width: 90%;
  }
}
.text-bg-danger{
  background-color: #182739 !important;
}
.btn-primary{
  background-color: #182739 !important;
  border: #182739;
}

.btn-lg{
   padding-left: 5rem;
   padding-right: 5rem;
   border-radius: 15px;
}
.form-check-input{
  border: var(--bs-border-width) solid #444;
}



/*-----------------------------------------------------
よくある質問
-------------------------------------------------------*/
.question{
  background-color: #fff;
}
.q_text{
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 0;
}
.q_icon {
  display: inline-flex; /* 要素を中央揃え */
  justify-content: center;
  align-items: center;
  width: 2.5em; /* 円のサイズ */
  height: 2.5em; /* 円のサイズ */
  border-radius: 50%; /* 円形にする */
  background-color: #0202ff; /* 円の背景色 */
  color: #fff; /* テキストの色 */
  font-weight: bold;
  font-size: 1.15rem; /* フォントサイズ */
  text-align: center;
}
.fa-q{
  color: #fff;
  padding-left: 3.4em;
}
.a_text{
  font-size: 1.3rem;
  font-weight: bold;
}
.a_icon {
  display: inline-flex; /* 要素を中央揃え */
  justify-content: center;
  align-items: center;
  width: 2.5em; /* 円のサイズ */
  height: 2.5em; /* 円のサイズ */
  border-radius: 50%; /* 円形にする */
  background-color: #ff0000; /* 円の背景色 */
  color: #fff; /* テキストの色 */
  font-weight: bold;
  font-size: 1.15rem; /* フォントサイズ */
  text-align: center;
}
.fa-a{
  color: #fff;
  padding-left: 3.4em;
}
.indent-text {
  display: block;
  text-indent: -3em;
  padding-left: 3.5em;
}
@media only screen and (max-width: 991px){
.q_icon {
  width: 2em; 
  height: 2em; 
  font-size: 1rem; 
}
.a_icon {
  width: 2em; 
  height: 2em; 
  font-size: 1rem;  
}
.q_text{
  font-size: 1rem;
}
.a_text{
  font-size: 1rem;
}
  .fa-q{
  padding-left: 2.8em;
}  
  .fa-a{
  padding-left: 2.8em;
}}

.accordion {
  --bs-accordion-border-color: none;
  --bs-accordion-btn-focus-border-color: none;
  --bs-accordion-btn-focus-box-shadow:none;
  --bs-accordion-bg: #fff;
  --bs-accordion-active-bg: none;
  --bs-accordion-btn-padding-y: 1.5rem;
}

.accordion-item {
  border: 5px solid #ff6c00 !important;
}
.accordion-body {
    padding-bottom: 1.5rem;

}
.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 20px;
}
.accordion-flush .accordion-item {
    border-radius: 20px;
}

.accordion-button::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6c00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed)::after{
  background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ff6c00'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
@media only screen and (max-width: 991px){
.accordion-header {
    padding-left: 0em;
}
.accordion {
--bs-accordion-body-padding-x: 1.4rem;
}}



/*-----------------------------------------------------
footer
-------------------------------------------------------*/
#Footer{
  color: #fff;
  background-color: #182739;
  padding: 3em 2em 7em;
}


/*-----------------------------------------------------
 追従 
-------------------------------------------------------*/
.fix-navi{
  position: fixed;
  z-index: 9999;
  bottom: 3rem;
  right: 5rem;
  }
a.btn--circle {
  border-radius: 50%;
  line-height: 100px;
  width: 200px;
  height: 200px;
  padding: 0;
  -webkit-box-shadow: 0 5px 0 #1c9b21;
  box-shadow: 0 5px 0 #1c9b21;
  color: #fff;
  background-color: #24ab29;
}
a.btn--circle:hover {
  -webkit-transform: translate(0, 3px);
  transform: translate(0, 3px);
  -webkit-box-shadow: 0 2px 0 #1c9b21;;
  box-shadow: 0 2px 0 #1c9b21;;
  color: #fff;
  background-color: #2c7f2f;
}
.fix-navi_text{
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
.fix-navi_text_big{
  font-size: 2rem;
}
.fix-navi p {
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px){
.fix-navi{
  bottom: 1rem;
  right: 1rem;
}
a.btn--circle {
  width: 100px;
  height: 100px;
}
.fix-navi_text{
  line-height: 1.25;
}
.fix-navi_text_big{
  font-size: 1rem;
}}

@media only screen and (max-width: 767px){
  .scroll-up{
    bottom: 125px;
}}

/*-----------------------------------------------------
サンクスページ
-------------------------------------------------------*/
#thks{
  background-color: #ececec;
  margin: 0;
}
.thanks-box{
  background-color: #fff;
  width: 80%;
  margin: 0 auto;
  padding: 1em;
  border-radius: 20px;
}
.thanks-ttl{
  text-align: center;
}
.thanks-text{
  text-align: center;
  font-size: 0.85rem;
}
.thanks-download{
padding-bottom: 2em;
}

a.btn_02 {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 20px;
  width: 50%;
  margin: auto;
  padding: 1rem 0.5rem;
  font-weight: bold;
  border: 2px solid #27acd9;
  background: #27acd9;
  color: #fff;
  transition: 0.5s;
}
a.btn_02:hover {
  color: #27acd9;
  background: #fff;
}
.thanks-btn{
  text-align: center;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    border-radius: 20px;
    margin: 0 auto;
}