/*!
Theme Name: Fine! new
Author: TEAM FINE!
Version: 2.0.0
*/

*{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body{
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体","メイリオ", Meiryo, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

body.no-scroll {
  overflow: hidden;
}

body a{
  text-decoration: none;
}

body ul li{
  list-style: none;
}

.sp_none{
  display: block;
}

.sp_block{
  display: none;
}

/***common***/

.common_wrap{
  padding: 0 20px;
}

.common_inner{
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

@font-face {
  font-family: 'fine-icon';
  src: url('../../assets/fonts/fine-icon.ttf'); /* IE9 Compat Modes */
}


/***header***/

/*pc_menu*/

.pc_menu{
  width: 100%;
  background-color: #fff;
}

.pc_menu_wrap{
  padding: 15px 10px 10px;
  border-bottom: 3px solid #CACACA;
}

.pc_menu_inner{
  position: relative;
  max-width: 1060px;
  width: 100%;
  margin: 0 auto;
}

.pc_menu_top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.pc_menu_logo{
  width: 250px;
  display: block;
}

.pc_menu_logo img{
  width: 100%;
}

.pc_menu_top_link{

}

.pc_member_menu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pc_member_menu_item{
  margin-left: 20px;
}

.pc_member_menu_item a{
  color: #8D8D8D;
  font-size: 16px;
  text-decoration: underline;
}

.pc_pink_menu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 20px;
}

.pc_pink_menu_item{
  margin-left: 10px;
}

.pc_pink_menu_item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7px 10px;
  border: 2px solid #FC6986;
  border-radius: 3px;
}

.pink_link_text{
  font-size: 14px;
  color: #FC6986;
  font-weight: bold;
  margin: 0 10px;
}

.pink_icon_1{
  height: 20px;
  width: auto;
}

.pink_icon_2{
  width: 18px;
  height: 18px;
}

.pc_menu_bottom{
  width: 100%;
}

.pc_menu_bottom_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 35px;
}

.pc_menu_bottom_item{
  width: 25%;
  height: 35px;
  border-left: 1px dotted #bbb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pc_menu_bottom_item:last-child{
  border-right: 1px dotted #bbb;
}

.pc_menu_bottom_item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 223px;
}

.pc_menu_bottom_item a img{
  width: 26px;
  height: auto;
}

.pc_menu_bottom_item a p{
  color: #333;
  font-size: 18px;
  font-weight: bold;
  margin-left: 10px;
}

.pink_border{
  border-bottom: 4px solid #FC6986;
  padding-bottom: 5px;
}

.pc_menu_bottom_item a p.color_pink{
  color: #FC6986;
}

/*sp_menu*/

.sp_menu{
  display: none;
}

@media only screen and (max-width: 640px){

  .sp_menu{
    display: block;
  }

  .pc_menu{
    display: none;
  }

  .header_2{
    display: none;
  }
}

/*mv_slide*/

.mv_slide{
  width: 100%;
  background-color: #F8F8F8;
}

.column_slide{
  width: 100%;
}

.column_silde_item{
  height: 425px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.column_silde_title_wrap{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(83, 83, 83, 0.55);
  padding: 20px;
}

.column_silde_title{
  color: #fff;
  font-size: 22px;
  font-weight: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 32px;
  max-height: calc(32px*2);
  margin-bottom: 20px;
}

.column_silde_day_tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column_silde_day{
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 1.2;
  color: #fff;
}

.column_silde_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_silde_tag_item{
  margin-left: 15px;
}

.column_silde_tag_item a{
  padding: 5px 10px;
  border: 1px solid #fff;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.2;
  color: #fff;
}

.column_silde_tag_item a::before{
  content: "#";
}

.slide_cotegory{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #83CADF;
  padding: 13px 19px;
  color: #fff;
  font-size: 24px;
  line-height: 1.45;
}

.slide_cotegory h3{
  font-weight: normal;
}

.prev_mv{
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  left: 0;
  padding: 7px 10px;
  z-index: 5;
}

.prev_mv img{
  width: 7px;
}

.next_mv{
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  right: 0;
  padding: 7px 10px;
  z-index: 5;
}

.next_mv img{
  width: 7px;
}


/*column_main*/

.column_main{
  background-color: #F8F8F8;
  padding: 105px 0 80px;
}

.column_main2{
  background-color: #F8F8F8;
  padding: 80px 0 80px;
}

.column_main_login{
  background-color: #F8F8F8;
  padding: 50px 0 80px;
}

.main_content{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.main_content_left{
  width: 780px;
  margin-right: 30px;
}

.main_content_right{
  width: calc(100% - 810px);
}

.container{
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.27));
          filter: drop-shadow(0px 3px 6px rgba(0,0,0,0.27));
}

.nav{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nav-item{
  width:49.5%;
  height: 57px;
}

.nav-link.active{
  border-radius: 8px 8px 0px 0px;
  background-color: #fff;
  color: #666666;
  font-size: 21px;
  line-height: 1.2;
  text-align: center;
}

.nav-link{
  border-radius: 6px 6px 0px 0px;
  background-color: #FC6986;
  font-size: 21px;
  color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column_content_wrap{
  background-color: #fff;
  padding: 40px 20px;
}

.column_box_top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

.column_box{
  width: 360px;
  position: relative;
}

.column_box_img{
  display: block;
  height: 360px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.column_box_text{
  padding: 15px 0 30px;
  background-color: #fff;
}

.column_box_text_top{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.column_box_text_day{
  font-size: 14px;
  color: #BEBEBE;
}

.column_box_text_tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_box_text_tag::before{
  content: '';
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../../assets/images/common/tag.svg);
  background-size: contain;
  vertical-align: middle;
}

.column_box_text_tag_item a{
  font-size: 14px;
  text-decoration: underline;
  margin-left: 10px;
  color: #418282;
}

.column_box_text_title{
  font-size: 18px;
  color: #666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
  max-height: calc(30px*3);
}

.column_box_text_title h2{
  font-weight: normal;
}

.column_box_category{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background-color: #83CADF;
  font-weight: normal;
}

.column_box_category h3{
  font-weight: normal;
}

.column_list_wrap{
  width: 100%;
}

.column_list{
  width: 100%;
}

.column_list_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 0 20px;
  border-bottom: 1px solid #D4D4D4;
}

.column_list_item:first-child{
  padding: 0 0 20px;
}

.column_list_img{
  width: 200px;
  height: 200px;
  margin-right: 20px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
}

.column_list_text{
  width: calc(100% - 220px);
}

.column_list_day_category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_text_day{
  font-size: 14px;
  color: #BEBEBE;
  margin-right: 20px;
  padding-top: 4px;
}

.column_list_category{
  font-size: 14px;
  color: #fff;
  background-color: #83CADF;
  padding: 4px 5px;
}

.column_list_category h3{
  font-weight: normal;
}

.column_list_link_block{
  display: block;
  margin-bottom: 20px;
}

.column_list_title{
  font-size: 18px;
  font-weight: normal;
  color: #666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: calc(28px*2);
  margin-bottom: 10px;
}

.column_list_detail{
  font-size: 14px;
  font-weight: normal;
  color: #666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 21px;
  max-height: calc(21px*2);
}

.column_list_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_list_tag_list::before{
  content: '';
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../../assets/images/common/tag.svg);
  background-size: contain;
  vertical-align: middle;
}

.column_list_tag_item a{
  font-size: 14px;
  color: #418282;
  text-decoration: underline;
  margin-left: 20px;
}

.page_link {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.prev_btn{
  display: block;
  background-color: #535353;
  padding: 15px 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.prev_btn.disabled {
  pointer-events: none;
  background-color: #E5E5E5;
  color: #666666;
}

.pege_count{
  margin: 0 40px;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.next_btn{
  display: block;
  background-color: #535353;
  padding: 15px 23px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

.next_btn.disabled {
  pointer-events: none;
  background-color: #E5E5E5;
  color: #666666;
}

.fine_search{
  display: block;
  width: 100%;
  padding: 20px 15px;
}

.fine_search img{
  width: 100%;
}

.search_container{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: 1px solid #666666;
  display: block;
  padding: 5px 10px;
  border-radius: 20px;
  height: 2.3em;
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 30px;
}
.search_container input[type="text"]{
  border: none;
  height: 1.7em;
  width: calc(100% - 30px);
  color: #666;
  font-size: 14px;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="text"]::-webkit-input-placeholder {
  /*line-height: 2.5; */
  color: #BEBEBE;
}

.search_container input[type="submit"]{
  cursor: pointer;
  border: none;
  position: absolute;
  right: 10px;
  top: 6px;
  outline : none;
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url(../../assets/images/common/search.svg);
  background-size: contain;
  background-color: #fff;
  background-repeat: no-repeat;
}

.search_container input::-webkit-input-placeholder {
    line-height: 1.6;
    color: #BEBEBE;
    font-size: 11px;
}
.search_container input:-moz-placeholder {
    color: #BEBEBE;
    font-size: 11px;
}
.search_container input::-moz-placeholder {
    color: #BEBEBE;
    font-size: 11px;
}
.search_container input:-ms-input-placeholder {
    color: #BEBEBE;
    font-size: 11px;
}

.content_box_wrap{
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background-color: #fff;
  margin-bottom: 30px;
}

.content_box_title{
  font-size: 18px;
  color: #666;
  font-weight: bold;
  background-color: #FFE8EC;
  text-align: center;
  padding: 10px;
}

.content_box_main{
  width: 100%;
  background-color: #fff;
}

.content_box_category_list{
  width: 100%;
}

.content_box_category_item{
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content_box_category_item:last-child{
  border-bottom: none;
}

.content_box_category_item a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  color: #666666;
  font-size: 15px;
  line-height: 1.2;
  font-weight: bold;
  width: 100%;
}

.content_box_category_item img{
  width: 5.5px;
  height: auto;
}

.content_box_tag_list{
  padding: 20px 15px 10px 15px;
}

.content_box_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.content_box_tag_item{
  padding: 5px;
  border: 1px solid #418282;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 2px;
}

.content_box_tag_item a{
  color: #418282;
  line-height: 1.2;
  font-size: 14px;
}

.content_box_tag_item a::before{
  content: "#";
}

.content_box_ranking_list{
  padding-top: 10px;
  width: 100%;
}

.content_box_ranking_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #D4D4D4;
  padding: 10px 15px;
}

.ranking_number{
  width: 26px;
  height: 26px;
  background-color: #FC6986;
  margin-right: 15px;
  border-radius: 50%;
  position: relative;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.ranking_number p{
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
}

.ranking_text{
  width: calc(100% - 41px);
}

.ranking_day_category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.ranking_day_category_sp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.ranking_day{
  color: #BEBEBE;
  font-size: 12px;
  line-height: 1.16;
  margin-right: 20px;
}

.ranking_category{
  color: #FFFFFF;
  background-color: #83CADF;
  padding: 3px 5px;
  display: block;
}

.ranking_category h3{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
}

.ranking_title{
  color: #666666;
  text-decoration: underline;
  margin-bottom: 10px;
  display: block;
  font-size: 14px;
  line-height: 1.5;
}

.ranking_title h2{
  font-weight: normal;
}

.ranking_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ranking_tag_list::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../../assets/images/common/tag.svg);
  background-size: contain;
  vertical-align: middle;
}

.ranking_tag_item a{
  display: block;
  color: #418282;
  font-size: 12px;
  margin-left: 10px;
  text-decoration: underline;
}

.content_box_more{
  padding: 20px 15px;
}

.content_box_more_link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}

.content_box_more_link img{
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.kounin_list{
  width: 100%;
}

.kounin_item{
  margin: 20px 15px 0 15px;
}

.kounin_img{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 74px;
  display: block;
  margin-bottom: 10px;
}

.kounin_title{
  color: #666666;
  font-size: 14px;
  line-height: 1.5;
  text-decoration: none;
  display: block;
  margin-bottom: 10px;
}

.kounin_title h2{
  font-weight: normal;
}

.kounin_day_category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.kounin_day{
  color: #BEBEBE;
  font-size: 14px;
  line-height: 1.16;
}

.kounin_category{
  color: #FFFFFF;
  background-color: #83CADF;
  padding: 3px 5px;
  display: block;
}

.kounin_category h3{
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
}

.kounin_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.kounin_tag_list::before{
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url(../../assets/images/common/tag.svg);
  background-size: contain;
  vertical-align: middle;
}

.kounin_tag_item a{
  display: block;
  color: #418282;
  font-size: 12px;
  margin-left: 10px;
  text-decoration: underline;
}

/*column_pick*/

.column_pick{
  background-color: #fff;
  padding: 80px 0;
}

.pick_title_main{
  color: #666;
  font-size: 26px;
  text-align: center;
  padding: 0 270px;
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  line-height: 1.5;
}

.pick_title_main::before{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 230px;
  height: 3px;
  background-color: #707070;
  left: 0;
}

.pick_title_main::after{
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 230px;
  height: 3px;
  background-color: #707070;
  right: 0;
}

.center{
  text-align: center;
}

.pisk_slide_item{

}

.pisk_slide_item{
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.pick_category{
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background-color: #83CADF;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.45;
}

.pick_category h3{
  font-weight: normal;
}

.pick_title{
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(83, 83, 83, 0.55);
  padding: 10px;
  color: #fff;
  font-size: 18px;
}

.pick_title h2{
  font-weight: normal;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 24px;
  max-height: calc(24px*2);
}

.prev{
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  left: 0;
  padding: 20px 10px;
  z-index: 5;
}

.prev img{
  width: 5px;
}

.next{
  background-color: #fff;
  position: absolute;
  top: 50%;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  font-weight: bold;
  right: 0;
  padding: 20px 10px;
  z-index: 5;
}

.next img{
  width: 5px;
}

/*column_serch_link*/

.column_serch_link{
  background-color: #fff;
  padding: 40px 0px 20px;
  border-top: 3px solid #CACACA;
}

.description_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  line-height: 1.2;
  margin-bottom: 20px;
}

.description_title img{
  width: 25px;
  margin-right: 10px;
}

.description_text{
  font-size: 14px;
  line-height: 1.78;
  color: #666666;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #9F9F9F;
}

.bold{
  font-weight: bold;
}

.search_link_list{
  width: 100%;
  margin-bottom: 30px;
}

.search_link_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}

.search_link_category_title{
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  width: 150px;
}

.search_link_category_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: calc(100% - 150px);
}

.search_link_category_item{
  margin-bottom: 10px;
}

.search_link_category_item a{
  color: #869937;
  font-weight: bold;
  margin-right: 15px;
  font-size: 16px;
}

.site_description_wrap{
   padding: 20px 0;
   background-color: #fff;
}

.site_description{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
}

.site_description_content{
  width: calc(100% - 342px);
}

.site_description_link_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -10px;
  margin-top: 20px;
}

.site_description_link_item{
  margin-bottom: 10px;
  margin-right: 20px;
}

.site_description_link_item a{
  font-size: 14px;
  color: #8D8D8D;
  text-decoration: underline;
}

.kitty_logo{
  width: 312px;
  margin-left: 30px;
}

.kitty_logo img{
  width: 100%;
}

/***footer***/

footer{
  background-color: #FC6986;
  padding: 15px;
  width: 100%;
}

.footer_text{
  font-size: 17px;
  color: #fff;
  text-align: center;
}





/**sp_menu**/

  .header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
}
.header.hidden_header {
  transform: translateY(-100%);
}
.header .rfu-header {
  max-height: 58px;
  padding: 0 0 0 10px;
}
.header .q-toolbar {
  min-height: 58px;
}

.rfu-main-content {
  padding: 116px 0 0;
}

.bg-grey-2_5 {
  background: #F8F8F8;
}

/* header */
.header_logo_block {
  display: block;
}
.header_logo_block .header_logo_text {
  font-size: 11px;
  margin: 0;
  line-height: 1;
  color: #fff;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.header_logo_main {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header_logo_main .logo_img {
  display: block;
  width: 111px;
}
.header_logo_main .kitty_img {
  display: block;
  width: 34px;
  margin: 5px 0 0;
}

.header_info_block {
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}

.header_login_btn {
  position: relative;
  outline: none;
  display: block;
  height: 58px;
  width: 58px;
  border: none;
  border-left: 1px #fff solid;
  background: #FC6986;
  padding: 0;
  -webkit-box-shadow: 0 3px 0 #FF5072;
          box-shadow: 0 3px 0 #FF5072;
}
.header_login_btn img {
  display: block;
  width: 46px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header_menu_btn {
  position: relative;
  outline: none;
  display: block;
  height: 58px;
  width: 58px;
  border: none;
  border-left: 1px #fff solid;
  background: #FC6986;
  padding: 0;
}
.header_menu_btn img {
  display: block;
  width: 29px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.header_nav_block {
  margin: 0 25px 5px;
  text-align: center;
}
.header_nav_block .header_nav_text {
  white-space: nowrap;
  font-size: 10px;
  color: #333;
  font-weight: bold;
}
.header_nav_block.active .header_nav_text {
  color: #FC6986;
}
.header_nav_block.active .header_nav_icon .icon_grey {
  display: none;
}
.header_nav_block.active .header_nav_icon .icon_pink {
  display: block;
}

.header_nav_icon {
  position: relative;
  display: block;
  margin: 0 auto 5px;
}
.header_nav_icon span {
  position: absolute;
  border: 1px #fff solid;
  color: #fff;
  display: block;
  font-size: 10px;
  width: 20px;
  height: 20px;
  background: #FC6986;
  border-radius: 50%;
}
.header_nav_icon span small {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.header_nav_icon img {
  width: 100%;
  height: 29px;
}
.header_nav_icon .icon_grey {
  display: block;
}
.header_nav_icon .icon_pink {
  display: none;
}
.header_nav_icon.header_icon01 {
  width: 26px;
}
.header_nav_icon.header_icon01 span {
  top: -7px;
  right: -8px;
}
.header_nav_icon.header_icon02 {
  width: 26px;
}
.header_nav_icon.header_icon02 span {
  top: -7px;
  right: -8px;
}
.header_nav_icon.header_icon03 {
  width: 28px;
}
.header_nav_icon.header_icon03 span {
  top: -10px;
  right: -12px;
}
.header_nav_icon.header_icon04 {
  width: 22px;
}
.header_nav_icon.header_icon04 span {
  top: -7px;
  right: -8px;
}

/* aside */
.aside_block {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 55;
  background: rgba(255, 255, 255, 0.9);
  overflow: scroll;
}
.aside_block .aside_close_block {
  height: 58px;
  text-align: right;
}
.aside_block .aside_close_block .aside_close_btn {
  display: inline-block;
  border: none;
  background: none;
  padding: 0;
  text-align: center;
  height: 58px;
  width: 58px;
  outline: none;
}
.aside_block .aside_close_block .aside_close_btn img {
  display: inline-block;
  width: 24px;
}
.aside_block .aside_top_block {
  padding: 5px 10px;
  margin: 0 0 15px;
  -js-display: flex;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.aside_block .aside_top_block .aside_left_btn {
  position: relative;
  width: calc( 50% - 5px );
  height: 59px;
  line-height: 59px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #94B941;
  text-align: center;
  border-bottom: 3px #869937 solid;
}
.aside_block .aside_top_block .aside_left_btn img {
  display: block;
  width: 8px;
  right: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aside_block .aside_top_block .aside_right_btn {
  position: relative;
  width: calc( 50% - 5px );
  height: 59px;
  line-height: 55px;
  font-size: 18px;
  font-weight: bold;
  color: #869937;
  background: #fff;
  text-align: center;
  padding: 0;
  border: 1px #869937 solid;
  border-bottom: 3px #869937 solid;
}
.aside_block .aside_top_block .aside_right_btn img {
  display: block;
  width: 8px;
  right: 9px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aside_menu_list {
  list-style: none;
  padding: 0 10px;
  margin: 0;
  height: calc( 100% - 145px );
  overflow-y: scroll;
}
.aside_menu_list .aside_menu_item {
  border-bottom: 1px #CACACA solid;
}
.aside_menu_list .aside_menu_link {
  display: block;
  width: 100%;
  padding: 15px 10px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  background: url("../images/new/arrow03.svg") no-repeat;
  background-position: right 10px center;
  background-size: 5px;
}
.aside_menu_list .aside_menu_link img {
  display: inline-block;
  width: 28px;
  margin: 0 20px 0 0;
  vertical-align: middle;
}


.rfu-top .main-cover{
  min-height: inherit !important;
  max-height: inherit !important;
  background: #f8f8f8;
}

.rfu-header .login-button{
  width: 80px !important;
  border-radius: 5px !important;
}

.rfu-header .login-button p{
  font-size: 11px !important;
  -webkit-transform: none !important;
          transform: none !important;
  line-height: 30px !important;
  margin: 0 !important;
}

.relative-position{
  position: relative;
}

.flex-center, .items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.column, .flex, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.q-toolbar {
    padding: 4px 12px;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    background: #fc6986;
}




.rfu-menu-bar {
    border-bottom: 1px solid #ababab;
    padding: 3px 0;
    background-color: #fff;
    color: #666;
}

.items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.flex-center, .justify-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.no-wrap {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.column, .flex, .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.q-toolbar {
    padding: 4px 12px;
    min-height: 50px;
    overflow: hidden;
    width: 100%;
    color: #fff;
    background: #fc6986;
}

.rfu-menu-bar {
    border-bottom: 1px solid #ababab;
    padding: 3px 0;
    background-color: #fff;
    color: #666;
}

button, input, select, textarea {
    font: inherit;
    margin: 0;
}

button, input, select {
    overflow: visible;
}
button, input, select, textarea {
    font: inherit;
    margin: 0;
}

#q-app, body, html {
    width: 100%;
    direction: ltr;
}

.rfu-menu-bar {
    border-bottom: 1px solid #ababab;
    padding: 3px 0;
    background-color: #fff;
    color: #666;
}

.sp_main_title_block{
  text-align: center;
  background-color: #E5E5E5;
  padding: 20px;
}

.sp_main_title{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-size: 22px;
  font-weight: bold;
  color: #666666;
  margin-bottom: 10px;
}

.sp_main_title img{
  width: 25px;
  margin-right: 10px;
}

.sp_sub_text{
  font-size: 13px;
  color: #666666;
}

.sp_search_block{
  padding: 20px;
  background-color: #fff;
}

.search_container_sp{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search_container_sp input[type="text"] {
  border: none;
  width: calc(100% - 30px);
  color: #666;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #666666;
  display: block;
  padding: 10px 20px;
  border-radius: 20px;
  height: 2.3em;
  overflow: hidden;
  background-color: #fff;
  font-size:14px;
}

.search_container_sp input::-webkit-input-placeholder {
    color: #BEBEBE;
    line-height: normal;
}
.search_container_sp input:-moz-placeholder {
    color: #BEBEBE;
    font-size: 14px;
}
.search_container_sp input::-moz-placeholder {
    color: #BEBEBE;
    font-size: 14px;
}
.search_container_sp input:-ms-input-placeholder {
    color: #BEBEBE;
    font-size: 14px;
}

.search_container_sp .submit_btn {
    cursor: pointer;
    border: none;
    outline: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background-image: url(../../assets/images/common/search.svg);
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
}

.column_box_sp{
  margin-bottom: 30px;
  width: 100%;
}

.column_sp_box_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.column_sp_box{
  width: 48%;
  position: relative;
}

.column_sp_box_img{
  height: 160px;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.column_sp_box_title{
  font-size: 14px;
  color: #666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 17px;
  max-height: calc(17px*3);
  margin-bottom: 10px;
}

.column_sp_box_title h2{
  font-weight: normal;
}

.column_sp_box_day{
  font-size: 12px;
  color: #BEBEBE;
  margin-bottom: 10px;
}

.column_sp_box_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_sp_box_tag_list::before{
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url(../../assets/images/common/tag.svg);
  background-size: contain;
  vertical-align: middle;
}

.column_sp_box_tag_item a{
  font-size: 12px;
  text-decoration: underline;
  margin-left: 10px;
  color: #418282;
}

.column_sp_box_category{
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 10px;
  background-color: #83CADF;
  color: #fff;
  font-size: 14px;
}

.column_sp_box_category h3{
  font-weight: normal;
}

/*login*/

.login_area{
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 40px 30px;
}

.login_title{
  border-top: 3px solid #9F9F9F;
  border-bottom: 1px dotted #9F9F9F;
  position: relative;
  padding: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 30px;
}

.login_title:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #F9AFC0;
  top: -3px;
  left: 0;
  width: 35%;
}

.login_input_block input[type="text"],
.login_input_block input[type="email"],
.login_input_block input[type="password"] {
  width: 100%;
  border: 1px solid #CACACA;
  border-radius: 4px;
  margin: 0 0 20px;
  outline: none;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
  color: #333;
  line-height: 1;
}

.login_input_block input[type="text"]::-webkit-input-placeholder,
.login_input_block input[type="email"]::-webkit-input-placeholder,
.login_input_block input[type="password"]::-webkit-input-placeholder{
  color: #8D8D8D;
}

.login_input_block input[type="text"]::-ms-input-placeholder,
.login_input_block input[type="email"]::-ms-input-placeholder,
.login_input_block input[type="password"]::-ms-input-placeholder{
  color: #8D8D8D;
}

.login_input_block input[type="text"]::placeholder,
.login_input_block input[type="email"]::placeholder,
.login_input_block input[type="password"]::placeholder{
  color: #8D8D8D;
}

.login_input_block input[type="text"]:focus,
.login_input_block input[type="email"]:focus,
.login_input_block input[type="password"]:focus {
  border-color: #FC6986;
}

.login_input_block input[type="text"],
.login_input_block input[type="email"],
.login_input_block input[type="password"] {
  padding-left: 33px;
}

.login_input_block {
  position: relative;
}

.login_input_block img {
  position: absolute;
  left: 10px;
  top: 21px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 15px;
}

.forget_pass_link{
  margin: 10px auto 40px;
  font-size: 16px;
  color: #FC6986;
  display: block;
  text-align: center;
  text-decoration: underline;
}

.login_btn_area{
  text-align: center;
  margin-bottom: 60px;
}

.login_btn{
  background-color: #FC6986!important;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  width: 362px;
  padding: 15px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 50px;
}

.recommend_text{
  font-size: 16px;
  color: #333;
  margin-bottom: 20px;
  line-height: 1.5;
}

.registration_btn_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.registration_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  background-color: #94B941;
  -webkit-box-shadow: 0 3px 0 #869937;
          box-shadow: 0 3px 0 #869937;
  width: 362px;
}

.registration_btn img{
   width: 47px;
   margin-right: 10px;
}

.registration_btn_text{
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-align: left;
}













@media only screen and (max-width: 1100px){
  .main_content{
    display: block;
  }

  .main_content_left{
    width: 100%;
    margin-right: 0px;
  }

  .main_content_right{
    width: 100%;
    margin-top: 30px;
  }

  .column_box{
    width: 48%;
  }

  .kounin_img{
    height: 300px;
  }
}

@media only screen and (max-width: 640px){

  main{
    padding: 121px 0 0;
  }

  .sp_none{
    display: none;
  }

  .sp_block{
    display: block;
  }

  .column_silde_item{
    height: 210px;
  }

  .column_silde_title_wrap{
    padding: 10px 20px;
  }

  .slide_cotegory{
    font-size: 16px;
    line-height: 1;
    padding: 7px 20px;
  }

  .column_silde_title{
    font-size: 14px;
    line-height: 21px;
    max-height: calc(21px*2);
    margin-bottom: 0;
  }

  .column_main{
    padding: 30px 0 0;
    background-color: #fff;
  }

  .column_main2{
    background-color: #fff;
    padding: 0 0 0;
  }

  .column_main_login{
    padding: 30px 0 50px;
    background-color: #fff;
  }

  .column_main .common_wrap{
    padding: 0 0;
  }

  .column_main2 .common_wrap{
    padding: 0 0;
  }

  .column_box{
    width: 100%;
  }

  .column_box_category{
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: #83CADF;
    color: #fff;
    font-size: 14px;
  }

  .pick_title_main{
    font-size: 20px;
    padding: 0 75px;
    color: #666;
    margin-bottom: 35px;
  }

  .pick_title_main::before{
    width: 60px;
    height: 1px;
  }

  .pick_title_main::after{
    width: 60px;
    height: 1px;
  }

  .nav-item{
    height: 40px;
  }

  .nav-link{
    font-size: 16px;
  }

  .nav-link.active{
    font-size: 16px;
  }

  .column_box_img{
    height: 335px;
  }
  .column_box_text_title{
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 19px;
    max-height: calc(19px*2);
  }

  .column_box_text_tag_item a{
    font-size: 12px;
  }

  .column_box_text_tag::before{
    width: 12px;
    height: 12px;
  }

  .column_box_top{
    margin-bottom: 0;
  }

  .column_list_img{
    height: 105px;
    width: 105px;
  }

  .column_list_text{
    width: calc(100% - 125px);
  }

  .column_text_day{
    font-size: 12px;
  }

  .column_list_category{
    font-size: 12px;
  }

  .column_list_day_category{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }

  .column_list_title{
    font-size: 14px;
    line-height: 20px;
    max-height: calc(20px*2);
  }

  .column_list_tag_list::before{
    width: 12px;
    height: 12px;
  }

  .column_list_tag_item a{
    font-size: 12px;
  }

  .motto_btn_area{
    text-align: center;
    margin-top: 30px;
  }

  .motto_btn{
    background-color: #535353;
    text-align: center;
    display: inline-block;
    padding: 13px 60px;
    font-size: 14px;
    color: #fff;
  }

  .main_content_right{
    margin-top: 0;
  }

  .sp_bg_gray{
    background-color: rgba(190, 190, 190, 0.2)!important;
    border-top: 1px solid #D4D4D4;
    border-bottom: 1px solid #D4D4D4;
  }

  .content_box_wrap{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .content_box_title{
    font-weight: normal;
    padding: 13px;
  }

  .content_box_category_list{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }

  .content_box_category_item{
    width: 50%;
    border-bottom: 1px solid #D4D4D4;
  }

  .content_box_category_item:last-child{
    border-bottom: 1px solid #D4D4D4;
  }

  .content_box_category_item:nth-of-type(odd){
    border-right: 1px solid #D4D4D4;
  }

  .content_box_ranking_list{
    padding-top: 0;
  }

  .content_box_ranking_item{
    padding: 0 0;
  }

  .ranking_img01{
    width: 107px;
    height: 107px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .ranking_img02{
    width: 107px;
    height: 107px;;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .ranking_img03{
    width: 107px;
    height: 107px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .ranking_img04{
    width: 107px;
    height: 107px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .ranking_img05{
    width: 107px;
    height: 107px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .ranking_img2{
    width: 107px;
    height: 107px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .ranking_img01::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #FC6986; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 30;
  }

  .ranking_img02::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #FC6986; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 30;
  }

  .ranking_img03::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #FC6986; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 30;
  }

  .ranking_img04::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #FC6986; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 30;
  }

  .ranking_img05::before{
    content: "";
    top: 0;
    left: 0;
    border-bottom: 2.5em solid transparent;
    border-left: 2.5em solid #FC6986; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 30;
  }

  .ranking_img01::after{
    content: "1";
    display: block;
    top: 6px;
    color: #fff; /* 文字色はここで変更 */
    font-size: 14px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    z-index: 31;
  }

  .ranking_img02::after{
    content: "2";
    display: block;
    top: 6px;
    color: #fff; /* 文字色はここで変更 */
    font-size: 14px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    z-index: 31;
  }

  .ranking_img03::after{
    content: "3";
    display: block;
    top: 6px;
    color: #fff; /* 文字色はここで変更 */
    font-size: 14px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    z-index: 31;
  }

  .ranking_img04::after{
    content: "4";
    display: block;
    top: 6px;
    color: #fff; /* 文字色はここで変更 */
    font-size: 14px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    z-index: 31;
  }

  .ranking_img05::after{
    content: "5";
    display: block;
    top: 6px;
    color: #fff; /* 文字色はここで変更 */
    font-size: 14px;
    font-weight: bold;
    left: 8px;
    position: absolute;
    z-index: 31;
  }

  .ranking_text{
    width: calc(100% - 107px);
    padding: 10px;
  }

  .content_box_ranking_item:first-child{
    border-top: 1px solid #D4D4D4;
  }

  .hoiku_sagasu_wrap{
    padding: 30px 20px 0px;
  }

  .hoiku_sagasu{
    width: 100%;
    display: block;
  }

  .hoiku_sagasu img{
    width: 100%;
  }

  .column_pick{
    padding: 50px 0;
  }

  .pisk_slide_item{
    height: 190px;
  }

  .pick_title{
     display: none;
  }

  .pick_title_sp{
    padding-top: 20px;
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 19px;
    max-height: calc(31px*2);
  }

  .column_serch_link{
    background-color: #F8F8F8;
    border-top: none;
    padding: 30px 0px 10px;
  }

  .description_text{
    border-bottom: 0;
    padding-bottom: 0;
  }

  .site_description{
    display: block;
  }

  .site_description_content{
    width: 100%;
  }

  .site_description_wrap{
    border-top: 1px solid #CACACA;
  }

  .site_description_link_list_sp{
    padding: 35px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -20px;
  }

  .site_description_link_item_sp{
    width: 50%;
    margin-bottom: 20px;
  }

  .site_description_link_item_sp a{
    color: #8D8D8D;
    font-size: 14px;
    text-decoration: underline;
    display: block;
  }

  .kitty_logo{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-bottom: 10px;
    width: 270px;
  }

  footer{
    padding: 7px;
  }

  .footer_text{
    font-size: 12px;
  }

  .pick_category{
    padding: 7px;
    font-size: 14px;
  }

  .kounin_img{
    height: 115px;
  }

  .description_title{
    font-size: 18px;
  }

  .ranking_title{
    text-decoration: none;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
    max-height: calc(18px*2);
  }

  .container{
    -webkit-filter: none;
            filter: none;
  }

  .nav{
    border-bottom: 1px solid #BEBEBE;
    padding: 0 10px;
  }

  .nav-link.active{
    border: 1px solid #BEBEBE;
    border-bottom: none;
    position: relative;
  }

  .nav-link.active::after{
    content: "";
    position: absolute;
    border-bottom: 5px solid #fff;
    width: 100%;
    left: 0;
    bottom: -3px;
  }

  .kounin_item{
    margin: 20px 25px 0 20px;
  }


}



/**pankuzu**/

.pankuzu_wrap{
  background-color: #fff;
  padding: 10px 0;
}

.pankuzu_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -10px;
  overflow-x: scroll;
  max-width: 100%;
  -ms-overflow-style: none;
}

.pankuzu_list::-webkit-scrollbar {
  display:none;
}

.pankuzu_list {
  scrollbar-width: none;
}

.pankuzu_item{
  font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', sans-serif !important;
  margin-right: 15px;
  font-size: 12px;
  margin-bottom: 10px;
  white-space: nowrap;
  color: #707070;
}

.pankuzu_item a{
  color: #707070;
  text-decoration: none;
}

.pankuzu_item:first-child{
  margin-right: 0;
}

.pankuzu_item::after{
  content: url(../../assets/images/common/gray_yajirushi.svg);
  display: inline-block;
  width: 10px;
  height: 13px;
  margin-left: 15px;
}

.pankuzu_item:first-child::after{
  margin-left: 5px;
  margin-right: 15px;
}

.pankuzu_item:last-child::after{
  content: "";
}

.home_icon{
  width: 16px;
}

/**category_list**/

.page_title_wrap{
  padding: 50px 0 40px;
  background-color: #fff;
}

.page_title_wrap_login{
  padding: 40px 0 85px;
}

.pege_title{
  font-size: 38px;
  font-weight: bold;
  color: #666666;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.pege_title_b{
  font-size: 38px;
  font-weight: bold;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 25px;
}

.page_text{
  font-size: 16px;
  font-weight: normal;
  color: #666666;
  line-height: 1.75;
}

.page_tag_wrap{
  /* padding: 0 0 80px; */
  background-color: #fff;
}

.main_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 670px;
  margin: 0 auto -17px;
}

.main_tag_item{
  margin-bottom: 17px;
  margin-right: 15px;
}

.main_tag_item a{
  padding: 10px;
  border: 1px solid #418282;
  border-radius: 2px;
  color: #418282;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.tag_name{
  font-size: 14px;
}

.tag_name::before{
  content: "#";
}

.column_content_wrap2{
  background-color: #fff;
  padding: 20px 20px 60px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.pink_head{
  padding: 13px 20px;
  background-color: #FFE8EC;
  font-size: 22px;
  font-weight: bold;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  color: #666666;
  margin-bottom: 30px;
  line-height: 1.5;
}

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

@media only screen and (max-width: 640px){

  .pankuzu_wrap{
    border-bottom: 1px solid #ababab;
  }

  .page_title_wrap{
    padding: 20px 0 20px;
    background-color: #F8F8F8;
  }

  .page_title_wrap_login{
    padding: 12px 0 12px;
    background-color: #F8F8F8;
  }

  .pege_title{
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pege_title_b{
    font-size: 20px;
    margin-bottom: 0;
  }

  .page_text{
    font-size: 12px;
    line-height: 1.5;
  }

  .sp_tag_head{
    font-size: 12px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 20px;
    line-height: 1.5;
  }

  .page_tag_wrap{
    padding: 30px 0 0;
  }

  .main_tag_list{
    margin: 0 auto -15px;
  }

  .main_tag_item{
    margin-bottom: 15px;
  }

  .main_tag_item a{
    padding: 5px 10px;
  }

  .column_content_wrap2{
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .prev_btn{
    padding: 20px 20px;
    font-size: 12px;
    text-align: center;
  }

  .next_btn{
    padding: 20px 20px;
    font-size: 12px;
    text-align: center;
  }

  .pege_count{
    margin: 0 10px;
  }

  .page_link{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .sp_mb_n{
    margin-bottom: 0!important;
  }

  .sp_mb_50{
    margin-bottom: 50px!important;
  }

  .login_area{
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0 0;
  }

  .login_title{
    font-size: 20px;
  }

  .login_input_block input[type="text"]{
    font-size: 14px;
  }

  .forget_pass_link{
    font-size: 14px;
    margin: 0 0 30px;
  }

  .login_btn {
    width: 100%;
    font-size: 18px;
  }

  .recommend_text{
    font-size: 14px;
  }

  .registration_btn{
    width: 100%;
    padding: 16px 20px 16px 12px;
    position: relative;
  }

  .registration_btn::after{
    content: url(../../assets/images/common/arrow_w.svg);
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7.9px;
    height: 17.8px;
  }



}

/*profile*/

.pankuzu_wrap.bg_gray{
  background-color: #F8F8F8;
}

.profile_box{
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 20px 20px 20px;
  margin-bottom: 80px;
}

.profile_img_name{
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.profile_img{
  width: 155px;
  height: 155px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 30px;
}

.profile_name{
  width: calc(100% - 185px);
}

.profile_name h2{
  color: #666666;
  font-size: 14px;
  line-height: 1.2;
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-weight: normal;
}

.profile_name h3{
  color: #666666;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 10px;
}

.profile_text{
  font-size: 14px;
  color: #666666;
  line-height: 1.9;
}


@media only screen and (max-width: 640px){

  .profile_box{
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 30px 20px 10px;
    margin-bottom: 0;
  }

  .pankuzu_wrap.bg_gray{
    background-color: #fff;
  }

  .profile_img{
    height: 100px;
    width: 100px;
    margin-right: 15px;
  }

  .profile_name{
    width: calc(100% - 115px);
  }

  .profile_name h2{
    font-size: 12px;
    border-bottom: none;
  }

  .profile_name h3{
    font-size: 16px;
    padding-top: 0;
  }

  .profile_text{
    line-height: 1.35;

  }

}

/*search_no*/

.serch_no_box{
  padding: 30px 20px 40px;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  background-color: #fff;
}

.serch_no_text{
  font-size: 18px;
  font-weight: bold;
  color: #666;
  line-height: 1.5;
}

.serch_no_tag_block{
  padding: 0  20px 60px;
}

.serch_no_tag_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: -15px;
}

.serch_no_tag_item{
  margin: 0 15px 15px 0;
}

.serch_no_tag_item a{
  font-size: 14px;
  color: #666;
  background-color: #E9E9E9;
  border-radius: 4px;
  padding: 10px;
  display: block;
}

@media only screen and (max-width: 640px){

  .serch_no_text{
    font-size: 12px;
  }

  .serch_no_box{
    padding: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .sp_ta_l{
    text-align: left!important;
  }

}

/*detail*/

.column_detail_box{
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  padding: 30px 20px 40px;
  margin-bottom: 80px;
}

.column_detail_day_category{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

.column_detail_day{
  color: #666;
  font-size: 16px;
  margin-right: 15px;
}

.column_detail_category{
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 4px 6px;
  background-color: #83CADF;
  font-weight: normal;
}

.column_detail_category h3{
  font-weight: normal;
}

.column_detail_title{
  font-size: 28px;
  font-weight: normal;
  color: #666;
  line-height: 1.5;
  margin-bottom: 30px;
}

.column_detail_img{
  height: 415px;
  width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 30px;
}

.column_detail_sns{
  display: -webkit-box;
  display: flex;
  display:-ms-flexbox;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column_editor img {
  width: 100%;
  height: auto;
}

.sns_btn{
  /* display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 47px;
  width: 47px;
  font-size: 10px;
  font-weight: bold;
  border-radius: 5px;
  color: #fff;
  margin-right: 24px;
}

.sns_btn img{
  height: 47px;
  width: 47px;
}

.column_editor p{
  font-size: 14px;
  color: #666;
  line-height: 2;
  margin-bottom: 35px;
  word-wrap: break-word;
}

.column_editor p a{
  color: #FC6986;
  text-decoration: underline;
}

.mokuji_area{
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 50px;
}

.mokuji{
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.mokuji_list{
  width: 100%;
  margin-bottom: -10px;
}

.mokuji_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 15px;
}

.mokuji_number{
  font-size: 16px;
  font-weight: bold;
  margin-right: 20px;
  color: #666;
}

.mokuji_number.sub{
  margin-left: 30px;
}

.mokuji_link{
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
}

#toc_container{
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 50px;
}

.toc_title{
  font-size: 18px;
  color: #666;
  margin-bottom: 20px;
}

.toc_list{
  width: 100%;
  margin-bottom: -10px;
}

#toc_container .toc_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.3;
  margin-bottom: 15px;
}

#toc_container .toc_list li a {
  display: block;
  color: #666;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
  word-break: break-all;
  line-height: 1.5;
}

.column_editor h2{
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0;
  border-top: 1px solid #707070;
  border-bottom: 1px solid #707070;
  color: #666;
  margin-bottom: 30px;
}

.column_editor h3{
  font-size: 16px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px solid #ABABAB;
  position: relative;
  padding: 10px 0px 15px 20px;
  margin-bottom: 30px;
}

.column_editor h3::after{
  position: absolute;
  top: 0.2em;
  left:0;
  content: '';
  width: 8px;
  height: 27px;
  background-color: #FFE8EC;
}

.column_editor h4{
  color: #666;
  font-size: 16px;
  font-weight: bold;
  margin-left: 10px;
  margin-bottom: 25px;
}

.column_editor table {
  margin: auto;
  width: 70%;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.column_editor table td {
  border: 2px solid #666666;
  padding: 5px;
}

.column_detail_profile_box{
  padding: 30px 20px;
  background-color: #F7F7F7;
  margin-bottom: 20px;
}

.column_detail_prof_left_right{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.column_detail_prof_left{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 400px);
}

.column_detail_prof_right{
  width: 400px;
  color: #666;
  font-size: 14px;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 25px;
  max-height: calc(25px*3);
}

.column_detail_prof_img{
  width: 70px;
  height: 70px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.column_detail_prof_sub_text{
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.column_detail_prof_name{
  font-size: 18px;
  color: #666;
  font-weight: bold;
}

.column_detail_prof_link_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.column_detail_prof_link{
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
  color: #666;
}

.column_detail_prof_link img{
  height: 10px;
  margin-left: 10px;
}

.column_detail_page_btn_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
}

.column_detail_page_btn{
  position: relative;
  display: block;
  width: 240px;
  height: 45px;
  padding: 10px;
  background-color: #fff;
  border: 1px solid #666;
}

.prev_img{
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
}

.next_img{
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 10px;
}

.column_detail_page_btn p{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
  color: #666;
  font-size: 14px;
  font-weight: bold;
}

.column_detail_w_box{
  padding: 30px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16);
          box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  margin-bottom: 80px;
}

.column_detail_ranking_list{
  width: 100%;
  margin-bottom: -15px;
}

.column_detail_ranking_item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.column_detail_ranking_link_pc{
  color: #574E50;
  text-decoration: underline;
  width: calc(100% - 41px);
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 19px;
  max-height: calc(19px*1);
}

.column_detail_osusume_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.column_detail_osusume_box{
  width: 240px;
  position: relative;
}

.column_detail_osusume_box_img{
  display: block;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
}

.column_detail_osusume_box_text_title{
  font-size: 18px;
  color: #666;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 28px;
  max-height: calc(28px*3);
  margin-bottom: 10px;
}

.column_detail_osusume_box_text_title h2{
  font-weight: normal;
}

.column_detail_osusume_box_text_day{
  color: #BEBEBE;
  font-size: 14px;
  margin-bottom: 10px;
}

.column_detail_osusume_box_text_tag{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_detail_osusume_box_text_tag::before {
  content: '';
  display: inline-block;
  width: 13px;
  height: 13px;
  background-image: url(../../assets/images/common/tag.svg);
  background-size: contain;
  vertical-align: middle;
}

.column_detail_osusume_box_text_tag_item a{
  font-size: 14px;
  color: #418282;
  text-decoration: underline;
  margin-left: 10px;
}

.column_detail_osusume_box_category{
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  color: #fff;
  background-color: #83CADF;
  font-weight: normal;
}

.column_detail_osusume_box_category h3{
  font-weight: normal;
}

.column_detail_w_box.mb_none{
  margin-bottom: 0;
}

@media only screen and (max-width: 640px){

  .column_detail_box{
    padding: 20px 0 60px;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin-bottom: 0;
  }

  .column_detail_day_category{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 20px;
  }

  .column_detail_category{
    font-size: 14px;
  }

  .column_detail_day{
    font-size: 14px;
    margin-right: 0;
  }

  .column_detail_title_img{
    position: relative;
  }

  .column_detail_title{
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(83, 83, 83, 0.55);
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 20px;
    width: 100%;
  }

  .column_detail_img{
    height: 250px;
    margin-bottom: 20px;
  }

  .sp_pa{
    padding: 0 20px;
  }

  .sp_pa img {
    width: 100%;
    max-width: 335px;
  }

  .sns-wrapper img {
    width: 58px;
    height: 59px;
  }

  .column_editor p{
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .sns_btn{
    margin-right: 30px;
    width: 58px;
    height: 59px;
  }

  .sns_btn.line {
    margin-right: 0;
  }

  .sns_btn p {
    color: #fff;
    margin: 0 0 0 5px;
    font-size: inherit;
  }

  .mokuji{
    text-align: center;
  }

  .mokuji_area{
    margin-bottom: 30px;
  }

  .column_editor h2{
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 15px;
    display: inline-block;
    line-height: 1.3;
  }

  .column_editor h3{
    font-size: 18px;
    margin-bottom: 15px;
  }

  .column_editor h4{
    margin-bottom: 15px;
  }

  .column_editor table {
    margin: auto;
    width: 70%;
    border-collapse: collapse;
    margin-bottom: 5px;
  }
  .column_editor table td {
    border: 2px solid #666666;
    padding: 5px;
  }
  .column_detail_prof_left_right{
    display: block;
  }

  .column_detail_prof_left{
    width: 100%;
    margin-bottom: 20px;
  }

  .column_detail_prof_right{
    width: 100%;
    font-size: 12px;
    line-height: 19px;
    max-height: calc(19px*4);
    -webkit-line-clamp: 4;
  }

  .column_detail_prof_link{
    font-size: 12px;
  }

  .column_detail_page_btn{
    width: 125px;
  }

  .column_detail_page_btn p{
    font-size: 12px;
  }

  .column_detail_page_btn{
    border: 2px solid #666666;
  }

  .kounin_day{
    margin-right: 15px;
  }

  .kounin_day_category{
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .pb_30{
    padding-bottom: 30px!important;
  }

}

/*sp_search*/

.sp_wrap{
  position: relative;
}

.sp_inner{
  max-width: 640px;
  margin: 0 auto;
  background-color: #fff;
}

.sp_header{
  background-color: #CECECE;
  padding: 15px;
}

.sp_header img{
  width: 7px;
}

.sp_content_wrap{

}

.sp_search_slide_list{
  padding-top: 30px;
}

.sp_search_slide_list li a img{
  width: 100%;
}

/* 各リスト項目のパディング設定 */
.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 5px;
}
.ui-menu .ui-menu-item {
  height: 2.3em;
  padding: 10px;
  font-size: 16px;
}
/* リスト全体の背景 */
.ui-widget-content {
  border: 1px solid #c5c5c5;
  background: #ffffff;
  color: #333333;
}
/* リスト hover 時のカラー */
.ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff;
}

.sp_search_page {
  position: fixed;
  background-color: rgba(255, 255, 255, .8);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  overflow: auto;
  z-index: 100;
}

.sp-menu-btn {
  padding: 3.5px;
  width: 25%;
}

.footer {
  border-top: 2px solid #CACACA;
  line-height: 1.8;
}

.footer__copy {
  padding: 16px;
  background-color: #FC6986;
  text-align: center;
  font-size: 17px;
  color: #fff;
}

.footer-about {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
}

.footer-about__contents {
  font-size: 14px;
  color: #444444;
}

.footer-about__inner {
  margin: auto;
  width: 1060px;
}

.footer-about__logo-text {
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: bold;
}

.footer-about__logo-text img {
  display: inline-block;
  vertical-align: middle;
}

.footer-about__logo-text h2 {
  display: inline-block;
  font-size: 22px;
  color: #666666;
  vertical-align: middle;
}

.footer-about__logo {
  display: inline-block;
  margin-bottom: 30px;
  width: 180px;
}

.footer-link {
  padding-top: 42px;
  padding-bottom: 30px;
  background-color: #FFE4EA;
}

.footer-link__inner {
  margin: 0 auto 40px;
  width: 1060px;
}

.footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.footer-menu__item--1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
          flex: 0 0 20%;
}

.footer-menu__item--2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.footer-menu__item-link-wrap {
  border-left: 1px dotted #9F9F9F;
  padding-left: 20px;
}

.footer-menu__item-heading {
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
}

.footer-menu__item-link {
  font-size: 14px;
  display: block;
  margin-bottom: 8px;
  color: #333;
}

.footer-menu__item-link--2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer-menu__item-link--2 .footer-menu__item-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

.footer-collaboration {
  text-align: center;
}

.footer-collaboration__logo {
  margin-bottom: 5px;
  width: 192px;
}

.footer-collaboration__copy {
  font-size: 12px;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
}


.header_2_wrap{
  font-size: 62.5%;
}

.header_2 {
  border-bottom: 3px solid #CACACA;
  height: auto;
  background-color: #fff;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4em;
  line-height: 1.8;
  background-color: #fff;
  color: #333;
}

.header__inner {
  margin: auto;
  width: 1060px;
  padding-top: 20px;
  padding-bottom: 10px;
}

.header__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.header__brand-discription {
  margin-bottom: 10px;
}

.header__brand-logo {
  display: inline-block;
  margin-right: 4px;
  width: 177px;
  vertical-align: middle;
}

.header__brand-logo-kitty {
  display: inline-block;
  width: 54px;
  vertical-align: middle;
}

.header-secondary-menu__member {
  margin-bottom: 20px;
  text-align: right;
}

.header-secondary-menu__member-link {
  margin-left: 16px;
}

.header-secondary-menu__main {
  text-align: right;
}

.header-secondary-menu__main-btn {
  margin-left: 8px;
}

.header-primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-left: 1px dotted #9F9F9F;
}

.header-primary-menu__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  border-right: 1px dotted #9F9F9F;
  padding-right: 20px;
  padding-left: 20px;
}

.header-primary-menu__item-link {
  display: block;
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  color: #333;
}

.header-primary-menu__item-link--active {
  border-bottom: 4px solid #FC6986;
  color: #FC6986;
}

.header-primary-menu__item-link--active .header-primary-menu__icon {
  display: none;
}

.header-primary-menu__item-link--active .header-primary-menu__icon-active {
  display: inline-block;
}

.header-primary-menu__icon {
  display: inline-block;
  margin-right: 10px;
  width: 26px;
  vertical-align: middle;
}

.header-primary-menu__icon-active {
  display: none;
  margin-right: 10px;
  width: 26px;
  vertical-align: middle;
}

.header-primary-menu__text {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  vertical-align: middle;
}

.btn-header {
  display: inline-block;
  padding: 6px 38px 6px 12px;
  border: 2px solid #FC6986;
  border-radius: 4px;
  background-image: url("../../assets/images/common/ic-circle-arrow-right-pink.svg");
  background-repeat: no-repeat;
  background-position: right 9px center;
  background-size: 18px 18px;
}

.btn-header__icon {
  display: inline-block;
  margin-right: 9px;
  width: 21px;
  vertical-align: middle;
}

.btn-header__text {
  display: inline-block;
  color: #FC6986;
  font-weight: bold;
  vertical-align: middle;
}

.heading01-mypage {
  margin-top: 60px;
  margin-bottom: 12px;
  text-align: center;
  font-size: 5.3rem;
}

.heading01-lp {
  margin-top: 0;
  margin-bottom: 40px;
  text-align: center;
  font-size: 3rem;
}

.heading02-icon {
  font-size: 2.4rem;
  font-weight: bold;
}

.heading02-icon__icon {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  vertical-align: middle;
}

.heading02-icon__text {
  display: inline-block;
  vertical-align: middle;
}

.heading02-icon-border {
  margin-bottom: 30px;
  border-bottom: 1px dotted #9F9F9F;
  padding-bottom: 8px;
  font-size: 2.4rem;
  font-weight: bold;
}

.heading02-icon-border__icon {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  vertical-align: middle;
}

.heading02-icon-border__text {
  display: inline-block;
  vertical-align: middle;
}

.heading02-two-tone-border {
  position: relative;
  margin-bottom: 27px;
  border-bottom: 1px dotted #9F9F9F;
  padding: 12px 9px 9px;
  font-size: 2.4rem;
  font-weight: bold;
}

.heading02-two-tone-border:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #9F9F9F;
  content: '';
}

.heading02-two-tone-border:after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  width: 250px;
  height: 3px;
  background-color: #F9AFC0;
  content: '';
}

.heading02-both-side-border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}

.heading02-both-side-border__text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-right: 56px;
  margin-left: 56px;
  font-size: 2.4rem;
  font-weight: bold;
}

.heading02-both-side-border:before, .heading02-both-side-border:after {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: block;
  height: 3px;
  background-color: #8D8D8D;
  content: '';
}

.heading03-left-accent {
  position: relative;
  margin-bottom: 20px;
  padding-left: 14px;
  font-size: 1.8rem;
  font-weight: bold;
}

.heading03-left-accent:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  border-radius: 4px;
  width: 5px;
  height: 100%;
  background-color: #FC6986;
  content: '';
}

.heading03-accent-link {
  margin-top: 5px;
  margin-bottom: 12px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #333;
}

.heading03-accent-link__text {
  display: inline-block;
  vertical-align: middle;
}

.heading03-accent-link__text::first-letter {
  color: #FC6986;
}

.heading03-accent-link:after {
  display: inline-block;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  background-image: url("../../../assets/images/ic-arrow-next-pink.svg");
  background-repeat: no-repeat;
  background-size: 14px 14px;
  vertical-align: middle;
  content: '';
}

.search-tag {
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 90px;
  height: 50px;
  padding: 0 12px;
  background-color: #FC6986;
  text-align: center;
  color: #fff;
}

.text-primary-color {
  color: #FC6986;
}

.text-bold {
  font-weight: bold;
}

.text-center {
  text-align: center;
}

.link-secondary-color {
  font-weight: bold;
  color: #869937;
  text-decoration: underline;
}

.link-dafault {
  color: #8D8D8D;
  text-decoration: underline;
}

.link-arrow {
  text-decoration: underline;
}

.link-arrow:after {
  display: inline-block;
  margin-left: 4px;
  content: '>';
}

.main-error {
  background: url('../../assets/images/common/bg-circle-pattern.jpg');
  padding: 65px 0;
}
.error-wrapper {
  width: 750px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0px 1px 9px 1px rgba(252,105,134,0.1);
  box-shadow: 0px 1px 9px 1px rgba(252,105,134,0.1);
  padding: 65px 0;
}

.error-texts {
  width: 512px;
  margin: 0 auto;
}

.error-texts p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 18px;
  text-align: center;
}

.error-texts p a {
  color: #fc6986;
}

.error-wrapper .nav-btn {
  width: 345px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-style: solid;
  border-color: #fc6986;
  border-width: 2px;
  border-radius: 30px;
}

.error-wrapper .nav-btn button {
  padding: 15px;
  font-weight: bold;
  color: #fc6986;
}

@media only screen and (max-width: 640px) {
  .main-error {
    padding: 65px 0 30px;
  }
  .error-wrapper {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0px 1px 9px 1px rgba(252,105,134,0.1);
    box-shadow: 0px 1px 9px 1px rgba(252,105,134,0.1);
    padding: 60px 0 30px;
  }

  .error-texts {
    width: 100%;
    margin: 0 10px 20px;
  }

  .error-texts p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 18px;
    text-align: left;
    color: #666666;
  }

  .error-texts p a {
    color: #fc6986;
  }

  .error-wrapper .nav-btn {
    margin: 0 auto;
    text-align: center;
    background-color: #fc6986;
    border-style: solid;
    border-color: #fc6986;
    border-width: 2px;
    border-radius: 30px;
  }

  .error-wrapper .nav-btn button {
    padding: 15px;
    font-weight: inherit;
    color: #fff;
  }
}

.column_sp_menu_list{
  width: 100%;
}

.column_sp_menu_item_title {
  border-top: 1px solid #D4D4D4;
  border-bottom: 1px solid #D4D4D4;
  background-color: #FFE8EC;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  color: #666666;
}

.column_sp_menu_item_title img{
  height: 20px;
  margin-right: 10px;
}

.column_sp_menu_item {
  margin: 0 10px;
  border-bottom: 1px solid #CACACA;
}

.column_sp_menu_item:last-child {
 border-bottom: none;
}

.column_sp_menu_item a{
  padding: 20px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column_sp_menu_item a img{
  width: 5.5px;
  height: auto;
  margin-left: 15px;
}

.column_sp_menu_item_tab{
  padding: 20px;
  font-size: 16px;
  font-weight: bold;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column_sp_menu_item_tab img{
  width: 14px;
  height: auto;
  margin-left: 15px;
}

.column_sp_menu_pickup_list{
  border-top: 1px solid #CACACA;
}

.column_sp_menu_pickup_item{
  background-color: #FBF4ED;
  border-bottom: 1px dashed #CACACA;
}

.column_sp_menu_pickup_item:last-child{
  border-bottom: none;
}

.column_sp_menu_pickup_item a{
  padding: 20px;
  font-size: 16px;
  color: #666666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.column_sp_menu_serch{
  padding: 30px 20px;
}

.column_sp_menu_pickup_item a img{
  width: 5.5px;
  height: auto;
  margin-left: 15px;
}

.column_sp_menu_serch .search_container input[type="text"]::-webkit-input-placeholder{
  font-size: 14px;
}

.column_sp_menu_serch .search_container input[type="text"]::-ms-input-placeholder{
  font-size: 14px;
}

.column_sp_menu_serch .search_container input[type="text"]::placeholder{
  font-size: 14px;
}

.column_sp_menu_serch .search_container.mb_20{
  margin-bottom: 20px;
}

.column_sp_menu_serch_tag_list{
  margin: 0 5px -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.column_sp_menu_serch_tag_item{
  margin: 0 15px 15px 0;
}

.column_sp_menu_serch_tag_item a{
  display: block;
  padding: 10px;
  background-color: #E9E9E9;
  border-radius: 4px;
  color: #666666;
  font-size: 14px;
}

.sp_column_menu_btn_area{
  padding: 50px 20px 35px;
  border-top: 1px solid #CACACA;
}

.sp_column_menu_btn{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  border: 2px solid #FC6986;
  border-radius: 50px;
  height: 45px;
  color: #FC6986;
  font-size: 17px;
  background-color: #fff;
  margin-bottom: 15px;
}

.minus_icon{
  display: none;
}

/*column_job_search_box*/

.column_job_search_box_wrap{
  border-radius: 4px;
  margin: 30px auto;
  padding: 20px 28px;
  line-height: 42px;
  text-align: center;
  background: hsla(0,0%,100%,.9);
  border: 2px solid #fed9e0;
  -webkit-box-shadow: 0 2px 3px 0 rgba(252,105,134,.2);
          box-shadow: 0 2px 3px 0 rgba(252,105,134,.2);
}


.column_job_search_box_area_type{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto 10px;
  width: 270px;
}

.input_wrap{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.column_job_search_input{
  height: 40px;
  font-size: 14px;
  border: 1px solid #fc6986;
  border-radius: 3px;
  background-image: url(../../assets/images/common/top-search-input-bg.png);
  color: #333;
  padding: 3px 10px;
  width: 180px;
  line-height: normal;
}
.column_job_search_input::placeholder {
  vertical-align: middle;
}

.column_job_search_input::-webkit-input-placeholder{
  color: #666;
}

.column_job_search_input::-ms-input-placeholder{
  color: #666;
}

.column_job_search_input::placeholder{
  color: #666;
}

.column_job_search_input:focus{
  outline: none;
}

.cp_ipselect {
  overflow: hidden;
  text-align: center;
}

.cp_ipselect select {
  height: 40px;
  width: 120px;
  padding: 3px 35px 3px 25px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  font-size: 14px;
  line-height: 1.2;
  background: rgba(0, 0, 0, 0);
}

.cp_ipselect select::-ms-expand {
  display: none;
}

.cp_ipselect.cp_sl02 {
  position: relative;
  border: 1px solid #fc6986;
  border-radius: 3px;
  height: 40px;
  width: 120px;
  background-image: url(../../assets/images/common/top-search-input-bg.png);
}

.cp_ipselect.cp_sl02::before {
  position: absolute;
  top: 16px;
  right: 11px;
  width: 12px;
  height: 7px;
  padding: 0;
  content: '';
  background: url(../../assets/images/common/select-arrow.png);
  background-size: contain;
  pointer-events: none;
  z-index: 3;
}

.select_area label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 35px;
  content: '';
  border-left: 1px solid #fc6986;
  background-color: #fff;
  z-index: 2;
}

.cp_ipselect.cp_sl02 select {
  display: block;
  color: #333;
  z-index: 3;
  position: absolute;
}

.cp_ipselect.cp_sl02 select option:first-child{
  color: #666;
}

[class*=" rfu-i-"], [class^=rfu-i-] {
    font-family: fine-icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.rfu-i-maps {
    position: absolute;
    top: 14px;
    left: 10px;
    font-size: 12px;
    color: #fc6986;
    z-index: 2;
}

.rfu-i-maps:before {
    content: "\E908";
}

.rfu-i-apron{
  position: absolute;
  top: 14px;
  left: 10px;
  font-size: 12px;
  color: #fc6986;
  z-index: 2;
}

.rfu-i-apron:before {
    content: "\E909";
}

.batsu_icon{
  width: 15px;
  margin: 0 10px;
}

.batsu_icon img{
  width: 100%;
}

.rfu-i-search:before {
    content: "\E904";
}

.rfu-i-search{
  margin: 0 5px 0 0;
}

.column_job_search_btn{
  font-size: 13px;
  line-height: 1;
  border-radius: 3px!important;
  height: 30px;
  width: 80px;
  padding: 0;
  -webkit-box-shadow: 0 2px 0 #f64467;
          box-shadow: 0 2px 0 #f64467;
  color: #fff;
  background-color: #fc6986;
  border-color: #fc6986;
}

.column_job_search_box_word_btn{
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-pack: justify;
       -ms-flex-pack: justify;
           justify-content: space-between;
   width: 270px;
   margin: 0 auto;
}

@media only screen and (max-width: 320px) {
  .column_job_search_box_wrap {
    padding: 10px;
  }
  .column_job_search_box_area_type {
    width: 255px;
  }
  .cp_ipselect.cp_sl02 {
    width: 110px;
  }
  .column_job_search_box_word_btn {
    width: 255px;
  }
  .column_job_search_input {
    width: 160px;
  }
}
.error_wrap{
  background: #F8F8F8;
  padding: 30px 10px 30px;
  min-width: 1060px;
}
.error_inner{
  max-width: 1060px;
  width: 100%;
  min-width: 1040px;
  margin: 0 auto;
}
.error_mv_block{
  background: #fff;
  box-shadow:0px 3px 6px rgba(0,0,0,.16);
  padding: 77px 0 60px;
  margin: 0 0 30px;
}
.error_mv_pic{
  display: block;
  width: 335px;
  margin: 0 auto 30px;
}
.error_mv_text{
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  margin: 0 0 40px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.error_mv_btnarea{
  -js-display: flex;
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  -webkit-justify-content:center;
  justify-content:center;
}
.error_mv_btn01{
  display: block;
  width: 270px;
  height: 50px;
  line-height: 44px;
  background: #FC6986;
  border: 3px #FC6986 solid;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  margin: 0 20px;
}
.error_mv_btn01:hover{
  color: #FC6986;
  background: #fff;
}
.error_mv_btn02{
  display: block;
  width: 180px;
  height: 50px;
  line-height: 44px;
  background: #94B941;
  border: 3px #94B941 solid;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: bold;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
  margin: 0 20px;
}
.error_mv_btn02:hover{
  color: #94B941;
  background: #fff;
}
.error_search_block{
  background: #fff;
  box-shadow:0px 3px 6px rgba(0,0,0,.16);
  padding: 30px 30px 40px;
  margin-bottom: 30px;
}
.error_search_box{
  margin: 0 0 45px;
}
.error_search_box:last-of-type{
  margin: 0;
}
.error_search_title{
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  line-height: 1.5;
  padding: 5px 10px;
  border-top: 3px #9F9F9F solid;
  border-bottom: 1px #9F9F9F dotted;
  margin: 0 0 30px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.error_search_title:before{
  content: "";
  display: block;
  width: 250px;
  height: 3px;
  background: #F9AFC0;
  position: absolute;
  left: 0;
  top: -3px;
}
.error_popular_block{
  margin: 0 0 20px;
  border-bottom: 1px #CACACA dotted;
}
.error_popular_label{
  display: block;
  width: 52px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FF1A47;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 3px;
  margin: 0 0 10px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
.error_popular_list{
  -js-display: flex;
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.error_popular_item{
  margin: 0 30px 20px 0;
}
.error_popular_link{
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  padding: 0 0 0 17px;
  background: url(images/error/arrow01.svg) left top 6px no-repeat;
  background-size: 13px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.error_popular_link:hover{
  opacity:.7;
}
.error_search_list{
  -js-display: flex;
  display:flex;
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.error_search_item{
  margin: 0 30px 20px 0;
}
.error_pref_link{
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 0 17px;
  background: url(images/error/arrow01.svg) left top 6px no-repeat;
  background-size: 13px;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.error_pref_link:hover{
  opacity:.7;
}
.error_search_link{
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #8D8D8D;
  line-height: 1.5;
  font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease;
}
.error_search_link:hover{
  opacity:.7;
}
.error_pref_list{
  list-style: none;
  margin: 0;
  padding: 0;
}
.error_pref_item{
  margin: 0 0 20px;
}
.error_pref_item:last-of-type{
  margin: 0;
}
@media only screen and (max-width: 960px){
  .error_mv_block {
    background: #F8F8F8;
    padding: 40px 10px 30px;
    margin-bottom: 0;
  }

  .error_mv_pic {
    display: block;
    width: 165px;
    margin: 0 auto 15px;
  }

  .error_mv_text {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    text-align: center;
    margin: 0 0 15px;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_mv_btnarea {
    display: block;
  }

  .error_mv_btn01 {
    display: block;
    width: 100%;
    margin:20px auto;
    height: 45px;
    line-height: 45px;
    background: #FC6986;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 45px;
    font-size: 14px;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_mv_btn02 {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background: #94B941;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 45px;
    font-size: 14px;
    font-weight: bold;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_search_block {
    background: #fff;
    padding: 20px 0 40px;
  }

  .error_search_box {
    margin: 0 0 35px;
  }
  .error_search_box:last-of-type {
    margin: 0;
  }

  .error_search_title {
    position: relative;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 1.5;
    padding: 5px 10px;
    border-top: 3px #9F9F9F solid;
    border-bottom: 1px #9F9F9F dotted;
    margin: 0 0 30px;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }
  .error_search_title:before {
    content: "";
    display: block;
    width: 115px;
    height: 3px;
    background: #F9AFC0;
    position: absolute;
    left: 0;
    top: -3px;
  }

  .error_popular_block {
    margin: 0 0 20px;
    border-bottom: 1px #CACACA dotted;
  }

  .error_popular_label {
    display: block;
    width: 46px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    background: #FF1A47;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    margin: 0 0 10px;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_popular_list {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .error_popular_item {
    margin: 0 20px 15px 0;
  }

  .error_popular_link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    padding: 0 0 0 15px;
    background: url("/assets/images/error/arrow01.svg") left top 4px no-repeat;
    background-size: 12px;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_search_list {
    -js-display: flex;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .error_search_item {
    margin: 0 20px 15px 0;
  }

  .error_pref_link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 0 0 0 15px;
    background: url("/assets/images/error/arrow01.svg") left top 4px no-repeat;
    background-size: 12px;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_search_link {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #8D8D8D;
    line-height: 1.5;
    font-family: "游ゴシック", YuGothic, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  }

  .error_pref_list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .error_pref_item {
    margin: 0 0 20px;
  }
  .error_pref_item:last-of-type {
    margin: 0;
  }
}