@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;800&display=swap");
.color-red {
  color: #d5380d;
}

.color-blue {
  color: #004e8f;
}

.color-black {
  color: #1e1e1e;
}

.color-white {
  color: #fff;
}

* {
  list-style-type: none;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

ul, li {
  margin: 0;
  padding: 0;
}

section {
  color: #262423;
}

.h2_backyellow {
  background: #ffde00;
  color: #1e1e1e;
  font-weight: bold;
  text-align: center;
  font-size: 1.8em;
  padding: 0.5em 0;
}

.imageh2 {
  position: relative;
}
@media (min-width: 1200px) {
  .imageh2 {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    height: 300px;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .imageh2 .imageh2_imageblock {
    width: 50%;
    height: 100%;
  }
}
.imageh2 .imageh2_titleblock {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: rgba(255, 222, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 2px 2px 5px rgba(30, 30, 30, 0.8);
  color: #fff;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  .imageh2 .imageh2_titleblock {
    width: 50%;
    height: 100%;
    position: static;
    background: #ffde00;
  }
}
.imageh2 .imageh2_titleblock .imageh2_title {
  font-size: 2em;
}

.buleh2 {
  font-size: 2em;
  color: #004e8f;
  font-weight: bold;
  text-align: center;
}

.iconh2 {
  display: flex;
  margin: 0 0 2em;
}
.iconh2 .iconh2_icon {
  background: #004e8f;
  color: #fff;
  width: 20%;
  font-size: 3.6em;
  display: flex;
  align-items: center;
  justify-content: center;
}
.iconh2 .iconh2_text {
  width: 80%;
  background: #cde2f1;
  color: #004e8f;
  font-weight: bold;
  padding: 0.5em 1em;
  font-size: 2em;
}

.commenth3 {
  position: relative;
  color: #004e8f;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  border-bottom: 2px solid #004e8f;
  margin: 0 0 2em;
  padding: 0 0 0.5em;
}
.commenth3::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
.commenth3::after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translate(-50%, 0);
  border: 13px solid transparent;
  border-top: 13px solid #004e8f;
  z-index: 1;
}

.jpen_h4ttl {
  position: relative;
  background: #a0a0a0;
  padding: 0.5em 1em;
  margin: 0 0 2em;
}
.jpen_h4ttl .jpen_h4ttl_jp {
  color: #1e1e1e;
  font-weight: bold;
  font-size: 1.3em;
}
.jpen_h4ttl .jpen_h4ttl_en {
  position: absolute;
  right: 1%;
  top: 55%;
  transform: translate(0, -50%);
  color: #fff;
  font-weight: bold;
  font-style: italic;
  font-size: 2.8em;
}

.btn_red {
  width: 100%;
}
.btn_red a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  background: #d5380d;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border-radius: 2em;
}

.btn_white {
  width: 100%;
}
.btn_white a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  background: #fff;
  color: #d5380d;
  font-size: 1.2em;
  font-weight: bold;
  text-decoration: none;
  border: 2px solid #d5380d;
  border-radius: 2em;
}

.userinfotext01_text_before {
  font-size: 1.6em;
  color: #d5380d;
  font-weight: bold;
  text-align: center;
  margin: 1.5em 0 1em;
}

.h2inner, .secinner {
  width: 90%;
  margin: 0 auto;
}

.secinner {
  padding: 2em 0;
}
@media (min-width: 1200px) {
  .secinner {
    width: 680px;
  }
}

.cvbtn_pcver {
  display: none;
}
@media (min-width: 1200px) {
  .cvbtn_pcver {
    display: block;
  }
}
.cvbtn_pcver .cvbtn_pcver_anc {
  display: block;
  background: rgb(255, 0, 0);
  background: linear-gradient(180deg, rgb(255, 0, 0) 0%, rgb(199, 0, 0) 100%);
  color: #fff;
  text-align: center;
  font-size: 2.4em;
  border-radius: 12px;
  text-decoration: none;
  font-weight: bold;
  padding: 1em;
}
.cvbtn_pcver .cvbtn_pcver_anc .cvbtn_pcver_subtext {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  white-space: pre-line;
}

.cvbtn_limitover {
  background: #888 !important;
  pointer-events: none;
}

.cvbtn_limitover_none {
  display: none !important;
}

.sp_header .header, .sp_header .header.fixed {
  width: 100%;
  height: auto;
}

#mainvisual .mv_sec_inner {
  width: 90%;
  margin: 0 auto;
}
@media (min-width: 1200px) {
  #mainvisual .mv_sec_inner {
    width: 550px;
  }
}
#mainvisual .mv_sec_inner #fair_title_date {
  margin: 1em 1.5em;
}
#mainvisual .mv_sec_inner #fair_title_time {
  margin: 0 1.5em 1em;
}
#mainvisual #mv_top_con_wrap {
  background-size: cover;
}
#mainvisual #mv_top_con {
  padding: 2em 0;
  background: rgb(255, 222, 0);
  display: flex;
  justify-content: center;
}
#mainvisual #mv_top_con #h1logo_group {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 0 0 1em;
}
#mainvisual #mv_top_con #h1logo_group #fair_logo {
  width: 54px;
}
@media (min-width: 1200px) {
  #mainvisual #mv_top_con #h1logo_group #fair_logo {
    width: 100px;
  }
}
#mainvisual #mv_top_con #h1logo_group #fair_read {
  font-size: 2em;
  color: #d5380d;
  font-weight: bold;
  padding-right: 1rem;
}
@media (min-width: 1200px) {
  #mainvisual #mv_top_con #h1logo_group #fair_read {
    line-height: 44px;
  }
}
#mainvisual #mv_top_con #fair_title {
  display: contents;
}
#mainvisual #mv_bottom_con {
  padding: 1em 0 2em;
}
#mainvisual #mv_bottom_con #fair_title_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1em;
}
#mainvisual #mv_bottom_con #fair_title_images .fair_title_image {
  width: 32%;
}
#mainvisual #mv_bottom_con #fair_title_catch {
  text-align: center;
  font-weight: bold;
  color: #1e1e1e;
  font-size: 2em;
}
#mainvisual #mv_bottom_con .topv_hisano {
  padding: 1em;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  border: solid 4px #43bcc5;
  border-radius: 4px;
  background: #dff6f7;
  margin: 2em 0 0;
  position: relative;
}
#mainvisual #mv_bottom_con .topv_hisano_info {
  font-size: 0.8em;
}
#mainvisual #mv_bottom_con .topv_hisano::before {
  content: "特設ブース";
  position: absolute;
  top: -30px;
  left: 50%;
  width: 30%;
  transform: translate(-50%, 0);
  padding: 0.2em 0.5em;
  font-size: 0.8em;
  background: #43bcc5;
  color: #fff;
  font-weight: bold;
  border-radius: 4px 4px 0 0;
}

#pagenavi {
  position: sticky;
  top: 60px;
  z-index: 5;
  background: #1e1e1e;
}
@media (min-width: 1200px) {
  #pagenavi {
    top: 43px;
  }
}
#pagenavi #pagenavi_lists {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  #pagenavi #pagenavi_lists {
    width: 80%;
  }
}
#pagenavi #pagenavi_lists .pagenavi_list {
  width: 25%;
  text-align: center;
}
@media (min-width: 1200px) {
  #pagenavi #pagenavi_lists .pagenavi_list {
    width: 20%;
  }
}
#pagenavi #pagenavi_lists .pagenavi_list#header_cvbtn {
  display: none;
}
@media (min-width: 1200px) {
  #pagenavi #pagenavi_lists .pagenavi_list#header_cvbtn {
    display: block;
    background: rgb(255, 0, 0);
    background: linear-gradient(180deg, rgb(255, 0, 0) 0%, rgb(199, 0, 0) 100%);
  }
}
#pagenavi #pagenavi_lists .pagenavi_list .pagenavi_anc {
  display: block;
  padding: 0.6em 0.4em;
  font-size: 1.1em;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
@media (min-width: 1200px) {
  #pagenavi #pagenavi_lists .pagenavi_list .pagenavi_anc {
    font-size: 1.3em;
    padding: 1em;
  }
}
@media (min-width: 1200px) {
  #pagenavi #pagenavi_lists .pagenavi_list .pagenavi_anc .gnav_br {
    display: none;
  }
}

#firstpoint #recruitnum_text {
  text-align: center;
  font-weight: bold;
  color: #1e1e1e;
  font-size: 2.5em;
  line-height: 1.1;
  margin: 0 0 0.5em;
}
#firstpoint #recruitnum_text .color-red {
  font-size: 1.4em;
  padding: 0 0.15em;
}
#firstpoint #firstpoint_lists {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#firstpoint #firstpoint_lists .firstpoint_list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 27vw;
  margin: 0 1% 0.5em;
  border-radius: 50%;
  background: #004e8f;
  color: #ffde00;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  #firstpoint #firstpoint_lists .firstpoint_list {
    width: 160px;
    height: 160px;
  }
}
#firstpoint #firstpoint_lists .firstpoint_list .firstpoint_lits_pickup {
  display: contents;
  font-size: 1.56em;
}
#firstpoint #firstpoint_cvancs {
  text-align: center;
  font-size: 2em;
  font-weight: bold;
}
#firstpoint #firstpoint_cvancs .firstpoint_cvanc {
  color: #004e8f;
  text-decoration: underline;
}

#sixmerits #merit_lists {
  margin: 0 0 2rem;
}
#sixmerits #merit_lists .merit_list {
  display: inline-flex;
  font-size: 1.2em;
  margin: 0 0 0.5em;
}
#sixmerits #merit_lists .merit_list:last-child {
  margin: 0;
}
#sixmerits #merit_lists .merit_list .merit_list_icon {
  font-size: 1.4em;
  color: #004e8f;
  margin: 0 0.5em 0 0;
}
#sixmerits #meritimage_lists {
  display: flex;
  flex-wrap: wrap;
}
#sixmerits #meritimage_lists .meritimage_list {
  width: 48%;
  margin: 0 auto 1.5em 0;
}
@media (min-width: 1200px) {
  #sixmerits #meritimage_lists .meritimage_list {
    width: 21%;
  }
}
#sixmerits #meritimage_lists .meritimage_list:nth-child(2n) {
  margin: 0;
}
@media (min-width: 1200px) {
  #sixmerits #meritimage_lists .meritimage_list:nth-child(2n) {
    margin: 0 auto 0 0;
  }
}
#sixmerits #meritimage_lists .meritimage_list .meritimage_list_image {
  margin: 0 0 1em;
}

#jobs .bluelists {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 2em;
}
#jobs .bluelists .bluelist {
  width: 48%;
  background: #004e8f;
  color: #fff;
  border-radius: 1em;
  text-align: center;
  line-height: 1.8;
  margin: 0 0 0.7em;
}
@media (min-width: 1200px) {
  #jobs .bluelists .bluelist {
    width: 21%;
  }
}
#jobs .bluelists .bluelist:nth-last-child(-n+2) {
  margin: 0;
}
@media (min-width: 1200px) {
  #jobs .bluelists .bluelist:nth-last-child(-n+2) {
    margin: 0 0 0.7em;
  }
}
#jobs .bluelist_etctext {
  text-align: center;
  color: #1e1e1e;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.2;
}
#jobs .bluelist_etctext .bluelist_etctext_red {
  color: #d5380d;
  font-size: 2em;
  padding: 0 0.15em;
}
#jobs #job_content #job_blocks .job_block {
  margin: 0 0 2em;
}
#jobs #job_content #job_blocks .job_block .job_image {
  margin: 0 0 2em;
}
#jobs #job_content #job_blocks .job_block .job_lists {
  margin: 0 0 1em;
}

#joincompany #joincompany_infotext {
  font-size: 1.3em;
  margin-bottom: 2em;
  text-align: center;
  color: #555;
}
@media (min-width: 1200px) {
  #joincompany #joincompany_infotext {
    font-size: 1.8em;
  }
}
#joincompany .companylist_announce {
  text-align: center;
  font-size: 1.8em;
}
#joincompany #company_lists {
  position: relative;
  height: 400px;
  padding: 0 2em;
  overflow: hidden;
  transition: all 0.3s linear;
}
@media (min-width: 1200px) {
  #joincompany #company_lists {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    height: auto;
  }
}
#joincompany #company_lists::after {
  content: "";
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media (min-width: 1200px) {
  #joincompany #company_lists::after {
    display: none;
  }
}
#joincompany #company_lists.js_show_joincompany {
  height: 100%;
}
#joincompany #company_lists.js_show_joincompany::after {
  display: none;
}
#joincompany #company_lists .company_list {
  font-size: 1.2em;
  list-style-type: disc;
  line-height: 2;
}
@media (min-width: 1200px) {
  #joincompany #company_lists .company_list {
    display: flex;
    list-style-type: none;
    line-height: 2.2;
  }
}
@media (min-width: 1200px) {
  #joincompany #company_lists .company_list::after {
    content: "/";
    padding: 0 1em;
  }
}
#joincompany #company_lists .company_list a[href=""] {
  color: #f3852d;
}
#joincompany .company_list_optxt {
  text-align: center;
  margin: 1em 0 0;
}
#joincompany #joincompany_headtext {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  margin-bottom: 1em;
}
@media (min-width: 1200px) {
  #joincompany #joincompany_headtext {
    font-size: 3em;
  }
}
#joincompany #js_open_companylists {
  border-radius: 2em;
  background: #1e1e1e;
  color: #fff;
  width: 100%;
  padding: 1em;
  margin: 2em 0 0;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6em;
  font-weight: bold;
  text-align: center;
}
@media (min-width: 1200px) {
  #joincompany #js_open_companylists {
    display: none;
  }
}

#problem {
  background: #ffde00;
}
#problem #prebleminner {
  background: #fff;
  padding: 2em 1em;
}
#problem #prebleminner #problemlists {
  margin: 2em 0;
}
#problem #prebleminner #problemlists .problemlist {
  display: flex;
  margin: 0 0 1em;
}
#problem #prebleminner #problemlists .problemlist:last-child {
  margin: 0;
}
#problem #prebleminner #problemlists .problemlist .problemlist_icon {
  color: #004e8f;
  font-size: 1.5em;
  margin: 0 0.5em 0 0;
}
#problem #prebleminner #problemlists .problemlist .problemlist_text .problemlist_text_title {
  color: #004e8f;
  font-weight: bold;
  font-size: 1.15em;
}
#problem #prebleminner #problemlists .problemlist .problemlist_text .problemlist_text_detail {
  font-size: 1.15em;
}
@media (min-width: 1200px) {
  #problem #prebleminner #problemlists {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #problem #prebleminner #problemlists .problemlist {
    width: 49%;
  }
}
@media (min-width: 1200px) {
  #problem #prebleminner #youtubemovie {
    height: 360px;
  }
}

@media (min-width: 1200px) {
  #uservoice #uservoicelists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#uservoice #uservoicelists .uservoicelist {
  position: relative;
  margin: 0 0 1.5em;
  padding: 1em;
  border: 1px solid #004e8f;
  border-radius: 4px;
  font-size: 1.15em;
}
#uservoice #uservoicelists .uservoicelist:last-child {
  margin: 0;
}
#uservoice #uservoicelists .uservoicelist::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 10.3%;
  border: 10px solid transparent;
  border-top: 10px solid #fff;
  z-index: 2;
}
@media (min-width: 1200px) {
  #uservoice #uservoicelists .uservoicelist::before {
    left: 40px !important;
  }
}
#uservoice #uservoicelists .uservoicelist::after {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 10%;
  border: 11px solid transparent;
  border-top: 11px solid #004e8f;
  z-index: 1;
}
@media (min-width: 1200px) {
  #uservoice #uservoicelists .uservoicelist::after {
    left: 39px !important;
  }
}
#uservoice #uservoicelists .uservoicelist:nth-child(2n)::before {
  left: 84.3%;
}
#uservoice #uservoicelists .uservoicelist:nth-child(2n)::after {
  left: 84%;
}
@media (min-width: 1200px) {
  #uservoice #uservoicelists .uservoicelist {
    width: 49%;
  }
  #uservoice #uservoicelists .uservoicelist:last-child {
    margin: 0 0 1.5em;
  }
}
#uservoice #next_yourturn #next_yourturn_image {
  width: 75%;
  margin: 3em auto 2em;
}
#uservoice #next_yourturn #next_yourturn_text {
  font-size: 2.5em;
  color: #1e1e1e;
  font-weight: bold;
  text-align: center;
}

.corner {
  margin: 0 0 4em;
}
.corner .secinner {
  border: solid 4px #43bcc5;
  border-radius: 4px;
  background: #dff6f7;
  padding: 2em;
}
.corner .corner_secttl {
  margin: 0 0 2em;
}
@media (min-width: 1200px) {
  .corner .corner_secttl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.corner .corner_secttl_main {
  margin: 0 0 0.5em;
}
@media (min-width: 1200px) {
  .corner .corner_secttl_main {
    margin: 0;
    display: flex;
    align-items: center;
  }
}
.corner .corner_secttl_maintxt {
  font-size: 2.2em;
  font-weight: bold;
}
.corner .corner_secttl_main .corner_image {
  display: none;
}
@media (min-width: 1200px) {
  .corner .corner_secttl_main .corner_image {
    display: block;
    width: 11%;
    margin-right: 2em;
  }
}
.corner .corner_mainblock {
  margin: 0 0 2em;
}
.corner .corner_mainblock_txt {
  font-size: 1.6em;
}
.corner .corner_infotxt_lists .corner_infotxt_list:last-child {
  margin: 0.5em 0 0;
}

#benefits #benefit_lists .benefit_list {
  counter-increment: pointnum;
  margin: 0 0 2em;
}
#benefits #benefit_lists .benefit_list:last-child {
  margin: 0;
}
#benefits #benefit_lists .benefit_list .pointnum {
  display: inline-flex;
  align-items: baseline;
  color: #004e8f;
  font-weight: 800;
  font-size: 2.2em;
  font-family: "Shippori Mincho", serif;
}
#benefits #benefit_lists .benefit_list .pointnum::after {
  content: counter(pointnum);
  font-size: 1.7em;
  margin: 0 0 0 0.15em;
  line-height: 1;
}
#benefits #benefit_lists .benefit_list .pointtitle {
  font-weight: bold;
  font-size: 1.2em;
}
#benefits #benefit_lists .benefit_list .pointdetail {
  font-size: 1.2em;
}

@media (min-width: 1200px) {
  #presents {
    background: url(../static/img/presents_bk.svg) no-repeat 50% 0;
    background-size: cover;
  }
}
#presents #presents_con {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 2em;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  #presents #presents_con #presents_headimage {
    padding: 0 10em;
  }
}
#presents #presents_con #presents_titleimage {
  width: 65%;
  margin: 2em auto;
}
@media (min-width: 1200px) {
  #presents #presents_con #presents_titleimage {
    width: 50%;
  }
}
#presents #presents_con #presents_title {
  text-align: center;
  font-size: 2em;
}
#presents #presents_con #presents_title {
  margin: 0 0 1em;
}
@media (min-width: 1200px) {
  #presents #presents_con #presentlists {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#presents #presents_con #presentlists .presentlist {
  border-radius: 6px;
  overflow: hidden;
  margin: 0 auto 1em;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
@media (min-width: 1200px) {
  #presents #presents_con #presentlists .presentlist {
    width: 48%;
  }
}
#presents #presents_con #presentlists .presentlist .presentlist_textarea {
  padding: 1em;
  background: #fff;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
#presents #presents_con #presentlists .presentlist .presentlist_textarea .presentlist_textarea_itemname {
  width: 70%;
  font-size: 1.4em;
  font-weight: bold;
}
#presents #presents_con #presentlists .presentlist .presentlist_textarea .presentlist_textarea_limit {
  width: 30%;
  font-size: 1.4em;
  font-weight: bold;
  text-align: right;
}
#presents #presents_con #presentlists .presentlist .presentlist_textarea .presentlist_textarea_limit .presentlist_textarea_limitnum {
  font-size: 2em;
}

#giftmoney #giftmoney_text {
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}

#access .access_con {
  margin: 0 0 1em;
}
#access .access_con .access_con_title {
  font-size: 1.63em;
  font-weight: bold;
  color: #004e8f;
}
#access .access_con .access_con_text {
  font-size: 1.63em;
}
#access .access_con .access_con_text .access_con_text_bold {
  font-weight: bold;
}
#access #googlemap {
  margin: 0 0 2em;
}
#access #access_station {
  margin: 0 0 2em;
  font-size: 1.63em;
}
#access .access_eventannounce {
  font-size: 1.3em;
  margin: 0 0 2em;
  color: #f3852d;
}
#access #contact_text {
  font-size: 1.63em;
  margin: 0 0 1.5em;
}
#access #contact_text #contact_text_title {
  font-weight: bold;
  display: block;
  margin: 0 0 0.5em;
}
@media (min-width: 1200px) {
  #access #contact_btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
#access #contact_btns .contact_btn {
  margin: 0 0 1em;
}
@media (min-width: 1200px) {
  #access #contact_btns .contact_btn {
    width: 48%;
  }
}
#access #contact_btns .contact_btn:last-child {
  margin: 0;
}

#cvbutton_fixed {
  position: fixed;
  bottom: 0;
  z-index: 6;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  padding: 20px;
}
@media (min-width: 1200px) {
  #cvbutton_fixed {
    display: none;
  }
}
#cvbutton_fixed #cvbutton {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1em 0;
  border-radius: 6px;
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background: rgb(255, 0, 0);
  background: linear-gradient(180deg, rgb(255, 0, 0) 0%, rgb(199, 0, 0) 100%);
}
#cvbutton_fixed #cvbutton #cvbutton_text #cvbutton_subtext {
  display: block;
  font-size: 0.65em;
  white-space: pre-line;
}
#cvbutton_fixed #cvbutton .cvbutton_fixed_icon {
  font-size: 2em;
}
#cvbutton_fixed .userinfotext01_text_before {
  margin: 1em 0 0;
  font-size: 1.4em;
}

.popup_fairend {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100vh;
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.2s linear;
}
.popup_fairend.hide_popup {
  opacity: 0;
  pointer-events: none;
}
.popup_fairend .bklayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  border: none;
}
.popup_fairend .popup_fairend_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 4px;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
  padding: 1.5em;
  box-sizing: border-box;
  width: 90%;
}
@media (min-width: 1200px) {
  .popup_fairend .popup_fairend_content {
    width: 400px;
  }
}
.popup_fairend .popup_fairend_content .popup_fairend_closebtn {
  position: absolute;
  top: -3em;
  right: 0;
  background: none;
  border: none;
  color: #fff;
}
.popup_fairend .popup_fairend_content .popup_fairend_textarea_text {
  font-size: 1.4em;
  line-height: 1.5;
}
.popup_fairend .popup_fairend_content .popup_fairend_textarea_links {
  margin: 1em 0 0;
}
.popup_fairend .popup_fairend_content .popup_fairend_textarea_links .popup_fairend_textarea_anc {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em;
  font-size: 1.15em;
  border: 1px solid #f3852d;
  border-radius: 4px;
  color: #f3852d;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */