
/*202410追加
=======================*/
.kvbox p {
  flex-flow: column!important;
  /*line-height: 1.6!important;
  padding: 5px 0!important;*/
}
.ready_logo_wrap {
  height: 50%;
  width: 50%;
  text-align: center;
  margin: 30px auto 0;
}
@media screen and (max-width: 767.98px) {
  .early-bird .tab-btn2 > a {
    line-height: 1.2;
    font-size: 1rem;
  }
  
}
/*early
=======================*/

.early_p_wrap {
  max-width: 1160px;
  width: 100%;
  margin: 30px auto 30px;
	padding: 0 30px;
}
@media screen and (max-width: 767.98px) {
.early_p_wrap {
	padding: 0 10px;
}
}
.early_annotation_wrap {
  background: #f1f1f1;
  padding: 15px 20px;
  margin: 5px auto 30px;
}
.early_annotation_h {
  font-size: 2.0rem;
}
.early_annotation_p {
  font-size: 1.2rem;
  padding-left: 1em;
  text-indent: -1em;
}
.seminar_wrap {
  margin-top: 50px;
}
.seminar_box {
  background: #f5fff4;
  padding: 25px 0 20px;
  width: 100%;
  font-size: 1.8rem;
  position: relative;
}
.seminar_pick .seminar_box {
    background: #ebfaff;
}
.seminar_box::before, .seminar_box::after {
  position: absolute;
  content: "";
  background: url("/med/feature/europe/cmn/img/seminar_line_pc.png") repeat-x;
  width: 100%;
  height: 4px;
}
.seminar_box::before {
  top: 0;
  left: 0;
}
.seminar_box::after {
  bottom: 0;
  left: 0;
}
.comingsoon {
  margin-top: 10px;
  font-size: 1.6rem;
}
.comingsoon span {
  font-size: 1.8rem;
  color: #61a260;
}
.seminar_tit {
  font-size: 3.0rem;
  color: #61a260;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 20px;
  position: relative;
}
.seminar_p {
  font-size: 2.0rem;
}
.seminar_p mark {
  background: linear-gradient(transparent 60%, #b7dbb6 60%);
  padding: 0 5px;
}
.seminar_box a {
  padding: 12px 0;
  background: #61a260;
  border-radius: 10px;
  box-shadow: 2px 2px 0 0 rgba(69, 132, 68, 1);
}
.seminar_pick .seminar_tit {
    color: #1aa8e3;
}
.seminar_pick .seminar_box a{
    background: #1aa8e3;
    box-shadow: 2px 2px 0 0 rgba(15,125,171,1.00);
}
.seminar_btn {
  font-size: 2.0rem;
  font-weight: 700;
  width: 500px;
  display: inline-block;
  color: #fff;
  margin: 20px 0;
  position: relative;
}
.seminar_btn::before {
  position: absolute;
  content: "";
  background: url("/med/feature/europe/cmn/img/seminar_btn_arrow_pc.png") no-repeat;
  width: 13px;
  height: 20px;
  top: calc(50% - 10px);
  right: calc(5%);
}

.early_2025 {
  padding: 20px 0;
}
.early_2025 .early_h2,#ready_eur h2 {
    width: 1160px;
	font-family: "Noto Serif JP", serif;
  padding: 0 130px 10px;
  font-size: 3.2rem;
	font-weight: bold;
  line-height: 1.1;
  color: #B43030;
  text-align: center;
  margin-top: 34px;
}
.early_2025 .early_h2 ,#ready_eur h2{
 position: relative;
}
.early_2025 .early_h2::before ,#ready_eur h2::before{
  position: absolute;
  content: "";
  background: url(/med/feature/europe/cmn/img/tit_l.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  left: 150px;
}
#ready_eur h2::before{
    left: 100px;
}
.early_2025 .early_h2::after ,#ready_eur h2::after{
  position: absolute;
  content: "";
  background: url(/med/feature/europe/cmn/img/tit_r.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  right: 150px;
}
#ready_eur h2::after{
    right: 100px;
}

.early_2025 .early_h2,#recommend_crs h2 {
    width: 1160px;
	font-family: "Noto Serif JP", serif;
  padding: 0 130px 10px;
  font-size: 3.2rem;
	font-weight: bold;
  line-height: 1.1;
  color: #B43030;
  text-align: center;
/*  margin-top: 34px;*/
}
.early_2025 .early_h2 ,#recommend_crs h2{
 position: relative;
  text-align: center;
  margin: 0 auto;
}
.early_2025 .early_h2::before ,#recommend_crs h2::before{
  position: absolute;
  content: "";
  background: url(/med/feature/europe/cmn/img/tit_l.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  left: 150px;
}
#recommend_crs h2::before{
    left: 100px;
}
.early_2025 .early_h2::after ,#recommend_crs h2::after{
  position: absolute;
  content: "";
  background: url(/med/feature/europe/cmn/img/tit_r.svg) no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  top: calc(50% - 15px);
  right: 150px;
}
#recommend_crs h2::after{
    right: 100px;
}

@media (min-width: 768px) {
  .seminar_box {
    text-align: center;
  }
  .seminar_box a:hover {
    top: 2px;
    box-shadow: none;
    opacity: .7;
  }
  .early_2025 img {
    max-width: 1920px;
    width: 100%;
    margin: 20px 0;
  }
  
  .seminar_wrap {
    position: relative;
  }
  .seminar_wrap::before {
    position: absolute;
    content: "";
    background: url("/med/feature/europe/cmn/img/seminar_img_pc.png") no-repeat;
    width: 271px;
    height: 220px;
    bottom: 0;
    right: 0;
    z-index: 2;
  }
    .seminar_pick{
        max-width: 1160px;
        margin: 0 auto;
    }
    .seminar_pick .seminar_tit{
        margin: 0;
    }
    .seminar_pick .seminar_wrap{
        margin: 0;
    }
   .seminar_pick .seminar_wrap::before {
        display: none;
    }
    .seminar_pick .seminar_box{
        display: flex;
        justify-content: center;
        align-items: center;
        gap:10px;
    }
    .seminar_pick .seminar_btn{
        margin: 0;
    }
}
@media screen and (max-width:767.98px) {
  .early_2025 img {
    margin-bottom: 20px;
  }
  .early_annotation_wrap {
    margin: 0 20px 30px;
    padding: 10px;
  }
  .early_annotation_h {
    font-size: 1.3rem;
  }
  .early_annotation_wrap ul {
    margin: 10px 0 0;
  }
  .early_annotation_p {
    font-size: 1.0rem;
    line-height: 1.3;
  }
  .early_course_wrap {
    padding: 10px 10px 20px 10px;
  }
   .early_2025 .early_h2 ,#ready_eur h2{
       width: 100%;
    font-size: 2.0rem;
    padding: 0;
  }
  .early_2025 .early_h2::before ,#ready_eur h2::before{
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    left: 0;
  }
  .early_2025 .early_h2::after ,#ready_eur h2::after{
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    right: 0;
  }
   .early_2025 .early_h2 ,#recommend_crs h2{
       width: 100%;
    font-size: 2.0rem;
    padding: 0;
    margin-bottom: 10px;
  }
  .early_2025 .early_h2::before ,#recommend_crs h2::before{
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    left: 0;
  }
  .early_2025 .early_h2::after ,#recommend_crs h2::after{
    content: "";
    width: 60px;
    height: 60px;
    top: calc(50% - 5px);
    right: 0;
  }
  .seminar_wrap {
    margin-top: 30px;
  }
  .seminar_box {
    padding: 20px;
    text-align: center;
  }
  .seminar_tit {
    font-size: 2.2rem;
    text-align: left;
    display: inline-block;
    left: -20%;
    position: relative;
  }
  .seminar_tit::before {
    position: absolute;
    content: "";
    background: url("/med/feature/europe/cmn/img/seminar_img_sp.png") no-repeat;
    background-size: contain;
    width: 164px;
    height: 142px;
    bottom: -20%;
    right: -150%;
  }
    .seminar_pick .seminar_tit {
        left: 0;
        text-align: center;
        margin: 0 0 10px;
    }
  .seminar_pick .seminar_tit::before {
    display: none;
  }
  .seminar_box a {
    padding: 0 0 6px 9px;
    box-shadow: 0 1px 0 0 rgba(69, 132, 68, 1);
    
  }
    .seminar_pick .seminar_box a {
        padding: 10px 0 0;
        line-height: 1.2;
    }
  .seminar_btn {
    font-size: 1.3rem;
    width: 90%;
    margin: 26px 0 0;
  }
    .seminar_pick .seminar_btn {
    margin: 0;
  }
  .seminar_btn::before {
    background: url("/med/feature/europe/cmn/img/seminar_btn_arrow_sp.png") no-repeat;
    width: 6px;
    height: 10px;
    background-size: contain;
    top: calc(50% - 4px);
    right: calc(3%);
  }
}
@media screen and (max-width:600px) {
  .seminar_tit::before {
    bottom: -20%;
    right: -100%;
  }
}
@media screen and (max-width:450px) {
  .seminar_tit::before {
    bottom: -20%;
    right: -70%;
  }
}
@media screen and (max-width:360px) {
  .seminar_tit::before {
    width: 131px;
    height: 114px;
    bottom: 5%;
    right: -55%;
  }
  .seminar_btn {
    font-size: 1.1rem;
     
    margin: 20px 0 0;
  }
   .seminar_pick .seminar_btn {
       font-size: 1.2rem;
    margin: 0;
  }
}
/*=====================*/



/*---tabs---*/
.tabs_wrap {
  margin:0 auto 50px;
  max-width: 1160px;
}
.tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
/*タブのスタイル*/
.tab_item {
	padding: 8px 16px 8px 33px;
  font-size: 1.5rem;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  margin: 5px 12px 0 0;
	border-radius: 5px;
  transition: all 0.2s ease;
  position: relative;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  width: 100%;
	/*border: 3px solid #276aaf;*/
}
/*選択されているタブのコンテンツのみを表示*/
#benelux_crs:checked ~ #benelux_crs_content,
#italy_crs:checked ~ #italy_crs_content,
#spain_portugal_crs:checked ~ #spain_portugal_crs_content,
#uk_ireland_crs:checked ~ #uk_ireland_crs_content,
#russia_baltic_crs:checked ~ #russia_baltic_crs_content,
#france_crs:checked ~ #france_crs_content,
#germany_crs:checked ~ #germany_crs_content,
#swiss_crs:checked ~ #swiss_crs_content,
#northern_crs:checked ~ #northern_crs_content,
#central_crs:checked ~ #central_crs_content,
#eastern_crs:checked ~ #eastern_crs_content,
#cruise_crs:checked ~ #cruise_crs_content,
#uzbekistan_crs:checked ~ #uzbekistan_crs_content,
#all_crs:checked ~ #all_crs_content  {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #fff;
  color: #0d3688;
  border: 3px solid #0d3688;
}
.tabs input:checked + .tab_item::before {
  background: url("/med/feature/europe/cmn/img/area_tab_arrow_checked_pc.png.png") no-repeat;
  width: 9px;
  height: 15px;
  top: calc(50% - 6px);
}
.tab_content h3 {
  color: #fff;
  background: #0d3688;
  padding: 15px 0;
  text-align: center;
  margin: 52px 0 30px;
}
.early_2025 .courseItemsBox {
  justify-content: flex-start;
}
.tab_content .courseItemsBox .courseItem a .course__card .course__card__body .course__card__tagBox .tag_early {
  background: #f13a32;
  padding: 5px 20px;
  border-radius: 5px;
}

#wrap_main01 .sec_area01 {
  margin: 35px auto 50px;
}

@media (min-width: 768px) {
  .tab_item {
    position: relative;
  }
  .tab_item::before {
  position: absolute;
  content: "";
  background: url("/med/feature/europe/cmn/img/area_tab_arrow_pc.png") no-repeat;
  width: 15px;
  height: 10px;
  top: calc(50% - 4px);
  left: 8px;
}
}
@media screen and (max-width:767.98px) {
  .early_2025 .early_h2::before {
    left: 5px;
  }
  .early_2025 .early_h2::after {
    right: 5px;
  }
  .area_select {
    text-align: center;
    color: #0d3688;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .tabs_wrap {
    margin: 0 10px 10px 10px;
  }
  .tab_item {
    font-size: 1.2rem;
    padding: 8px 0;
    width: 90%;
    margin: 5px 20px 0;
    position: relative;
  }

  .tab_item::before {
    position: absolute;
    content: "";
  background: url("/med/feature/europe/cmn/img/area_tab_arrow_sp.png") no-repeat;
  background-size: contain;
  width: 15px;
  height: 10px;
  top: calc(50% - 4px);
  right: calc(6%);
  }
  .tab_content h3 {
    font-size: 1.3rem;
    margin: 25px 0;
    
  }
  .tab_content .courseItemsBox .courseItem a .course__card .course__card__body .course__card__tagBox .tag_early {
    padding: 2px 6px;
  }
  .courseItemsBox {
    padding: 10px!important;
    padding-bottom: 30px !important;
      margin-top: 0;
  }

}


.tab_item {
  /*width: calc((100% - 24px) / 3);*/
  letter-spacing: -1.5px;
}
.tab_item:last-of-type {
  margin-right: 0;
}
@media screen and (min-width:768px) {
  .courseItemsBox {
    padding: 0 5px 30px 5px;
  }
}
@media screen and (max-width:767.98px) {
  .tabs input,
  .tabs label {
    display: none;
  }
  .selectdiv {
    margin-top: 5px;
    text-align: center;
  }
  #departureBtn {
    font-family: "Noto Sans JP", sans-serif;
    background: #0d3688;
    color: #fff;
    font-weight: 700;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    width: 95%;
  }
  #departureBtn option {
    background: #fff;
    color: #000;
  }
}

@media screen and (max-width:360px) {
  #departureBtn {
    font-size: 1.4rem;
  }
}

/*---tabs コースあり---*/
@media screen and (min-width:768px) {
  .crs_click:hover {
    opacity: .5;
  }
}
.crs_click {
  background: #0d3688;
  border: 3px solid #0d3688;
	cursor: pointer;
}
/*---tabs コースなし---*/
.no_click {
  background: #a4a4a4;
  border: 3px solid #a4a4a4;
  pointer-events: none;
}

/*------------------------ready-------------------------*/
/*------------------------ready-------------------------*/
#ready_eur{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
.ready_eur_wrap,.recommend_crs_wrap {
 max-width: 1160px;
 position: relative;
 padding: 40px 30px;
 margin: 0 0 30px;
 background: #ac9c6a14;
 width: 100%;
}#ready_eur .ready_list{
    
    
    
}
.ready_eur_wrap::before,.ready_eur_wrap::after,.recommend_crs_wrap::before,.recommend_crs_wrap::after {
    content: "";
    display: block;
    position: absolute;
   border-top: 1px solid #aa9c66;
   border-bottom: 1px solid #aa9c66;
    top: 0;
    left: 0;
    width:100%;
    padding: 10px;
    background-color: #ffffff;
    z-index: 1;
    height: auto !important;
}
.ready_eur_wrap::after,.recommend_crs_wrap::after {
bottom:0;
top: auto;
}
#ready_eur h2 span{
    font-size: 2.5rem;
}
#ready_eur .ready_list h3{
    margin: 0 0 10px;
    font-size: 2rem;
    color: #323282;
}
#ready_eur .ready_list ul li{
    color: #45350e;
    position: relative;
  padding-left: 15px;
  list-style: none;
}
#ready_eur .ready_list ul li:before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #45350e;
  border-radius: 50%;
}
#ready_eur .ready_note{
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap:10px;
    border: 1px solid #E07B7B;
    line-height: 1.2;
    background: #ffffff;
}
#ready_eur .ready_note p:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c51f1f;
    font-size: 1.6rem;
    padding: 2px 5px;
    font-weight: bold;
    color: #ffffff;
}
#ready_eur .ready_note p:last-child{
    padding: 5px;
}

@media screen and (max-width:768px) {
    #ready_eur{
        padding: 0 5px;
    }
#ready_eur h2 span{
    font-size: 1.6rem;
}
    #ready_eur .ready_list{
    padding: 20px 10px;
    margin: 30px 0;
}
    #ready_eur .ready_list h3{
    margin: 0 0 10px;
    font-size: 2rem;
}
    #ready_eur .ready_list ul{
        margin: 10px 0;
    }
    #ready_eur .ready_list ul li{
    margin-bottom: 5px;
}
#ready_eur .ready_note{
    margin: 30px 0;
    gap:10px;
    width: 100%;
}
#ready_eur .ready_note p:first-child{
    width: 36%;
    font-size: 1.4rem;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
    #ready_eur .ready_note p:last-child{
    width: 64%;
}
    .ready_eur_wrap{
    padding: 12px 0;
}
    #ready_eur .ready_list{
                margin: 0;
        
    }
}
/*------------------------ready-------------------------*/

#recommend_crs{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    
}
#recommend_crs .ready_list{
    
    
    
}

#recommend_crs h2 span{
    font-size: 2.5rem;
}
#recommend_crs .ready_list h3{
    margin: 0 0 10px;
    font-size: 2rem;
    color: #323282;
}
#recommend_crs .ready_list ul li{
    color: #45350e;
    position: relative;
  padding-left: 15px;
  list-style: none;
}
#recommend_crs .ready_list ul li:before {
  content: "";
  position: absolute;
  top: .6em;
  left: 0;
  width: 10px;
  height: 10px;
  background-color: #45350e;
  border-radius: 50%;
}
#recommend_crs .ready_note{
    margin: 30px 0;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap:10px;
    border: 1px solid #E07B7B;
    line-height: 1.2;
    background: #ffffff;
}
#recommend_crs .ready_note p:first-child{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c51f1f;
    font-size: 1.6rem;
    padding: 2px 5px;
    font-weight: bold;
    color: #ffffff;
}
#recommend_crs .ready_note p:last-child{
    padding: 5px;
}

@media screen and (max-width:768px) {
    #recommend_crs{
        padding: 0 5px;
    }
#recommend_crs h2 span{
    font-size: 1.6rem;
}
    #recommend_crs .ready_list{
    padding: 10px 10px;
    margin: 30px 0;
}
    #recommend_crs .ready_list h3{
    margin: 0 0 10px;
    font-size: 2rem;
}
    #recommend_crs .ready_list ul{
        margin: 10px 0;
    }
    #recommend_crs .ready_list ul li{
    margin-bottom: 5px;
}
#recommend_crs .ready_note{
    margin: 30px 0;
    gap:10px;
    width: 100%;
}
#recommend_crs .ready_note p:first-child{
    width: 36%;
    font-size: 1.4rem;
    padding: 0;
    text-align: center;
    font-weight: bold;
    color: #ffffff;
}
    #recommend_crs .ready_note p:last-child{
    width: 64%;
}
    .recommend_crs_wrap{
    padding: 12px 0;
}
    #recommend_crs .ready_list{
                margin: 0;
        
    }
}
.all_list{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
     height: 100%;
}
.all_list h4{
   width: 23%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0;
   
}
.all_list h4 span{
    width: 100%;
    display: inline-block;
    background-color: #5875ba;
    padding: 10px;
    font-size: 1.4rem;
    color: #ffffff;
    
    margin: 0;
}
.all_list ul{
    width: 77%;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0;
}
.all_list:last-child ul,.all_list:last-child h4{
    border-bottom: 1px solid #ddd;
}
.all_list ul li{
    border-bottom: 1px solid #ddd;
}
.all_list ul li:last-child{
    border-bottom: none;
}
.all_list .crs_txt01{
        color: #707070;
    }
.all_list .price{
    color: #cc0d21;
    font-weight: bold;
}
.all_list .price_wrap {
    margin-right: 5px;
    text-align: right;
}
.all_list .new_course{
        display: flex;
    justify-content: space-between;
    gap:20px;
    padding: 15px 10px 10px;
    }
.all_list .home-tour-abroad-news__article__title a {
    text-decoration: underline;
}
.all_list .home-tour-abroad-news__article__title a:hover {
    text-decoration: none;
}
@media print, screen and (min-width: 768px) {
    .all_list .home-tour-abroad-news__article__title a {
        font-weight: 800;
        font-size:1.8rem;
    }
    .all_list .crs_txt01{
        font-size: 1.4rem;
        line-height: 1.3;
    }
    
    .all_list .price{
                font-size: 2.2rem;
    }
    .all_list .price_wrap {
        width: 40%;
    }

}
@media screen and (max-width:768px) {
    .all_list{
    flex-wrap: wrap;
}
    .all_list h4{
   width: 100%;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    margin: 0;
   
}
.all_list h4 span{
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
    
    margin: 0;
}
.all_list ul{
    width: 100%;
}
    .all_list .new_course{
        display: flex;
    justify-content: space-between;
        flex-wrap: wrap;
    gap:20px;
    padding: 15px 10px;
    }
     .all_list .home-tour-abroad-news__article__title a {
        font-weight: 800;
        font-size:1.8rem;
    }
    .all_list .crs_txt01{
        font-size: 1.4rem;
        line-height: 1.3;
    }
    
    .all_list .price{
                font-size: 2.2rem;
    }
    .all_list .price_wrap {
        width: 100%;
        line-height: 1.2;
    }

}

/*2025/11/10追記-九州発 早割注記*/
@media print, screen and (min-width: 768px) {
.kyu_limited{
	display: flex;
	justify-content: space-between;
	margin-top: 50px;
}
.kyu_limited01{
	font-size: 2.2rem;
	font-weight: bold;
}
.kyu_early_tag_thistimeonly{
	background-color: #C51F1F;
	color: #fff;
	padding: 0 5px;
	margin: 0 2px;
}
.kyu_early_tag_thistimeonly02{
	background-color: #3B7D23;
	color: #fff;
	padding: 0 5px;
	margin: 0 2px;
}
.kyu_limited_mark{
	padding: 8px 0 0 0;
	font-size: 1.8rem
}
}

@media screen and (max-width:768px) {
	.kyu_limited{
	text-align: center;
	margin: 0 20px;
	display: flex;
	justify-content: space-between;
}
.kyu_limited01{
	font-size: 1.3rem;
	font-weight: bold;
	margin-bottom: 6px;
}
.kyu_early_tag_thistimeonly{
	background-color: #C51F1F;
	color: #fff;
	padding: 0 5px;
	margin: 0 2px;
}
.kyu_early_tag_thistimeonly02{
	background-color: #3B7D23;
	color: #fff;
	padding: 0 5px;
	margin: 0 2px;
}
.kyu_limited_mark{
	padding: 4px 0 0 0;
	font-size: 1.1rem
}
}
