@charset "UTF-8";
/* CSS Document */
/*index*/
.title_con {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0; }
  .title_con::before {
    display: inline-block;
    vertical-align: middle;
    margin: 0; }

.img_cam {
  margin: 40px auto 0; }
  .img_cam::before {
    content: url(../img/index/title_campaign.svg);
    width: 95px;
    height: 20px;
    margin: 0 auto;
    display: block; }

.img_des {
  margin: 40px auto 0; }
  .img_des::before {
    content: url(../img/index/title_designersb.svg);
    width: 215px;
    height: 20px;
    margin: 0 auto;
    display: block; }

.img_recc {
  margin: 40px auto 0; }
  .img_recc::before {
    content: url(../img/index/title_reccomended.svg);
    width: 129px;
    height: 20px;
    margin: 0 auto;
    display: block; }

.img_pick {
  margin: 40px auto 0; }
  .img_pick::before {
    content: url(../img/index/title_pickup.svg);
    width: 60px;
    height: 20px;
    margin: 0 auto;
    display: block; }

p.icon_cam_disp {
  position: absolute;
  right: 3px;
  top: 70px; }
  p.icon_cam_disp img {
    margin: 0 0 0 3px;
    width: 29px;
    height: 15px; }

.box_listbtn {
  margin: 0 10px;
  display: -webkit-flex;
  /* Safari */
  display: flex;
  -webkit-flex-direction: row-reverse;
  /* Safari */
  flex-direction: row-reverse;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between; }
  .box_listbtn a {
    display: block;
    width: 140px;
    text-align: center;
    border: 2px solid #000;
    padding: 1.3em 0 1.2em;
    text-decoration: none;
    line-height: 1em;
    margin: 0 auto; }
    .box_listbtn a span {
      color: #000;
      font-weight: bold;
      letter-spacing: 0; }
      .box_listbtn a span.arrow_r {
        position: relative;
        display: inline-block;
        padding-right: 10px; }
        .box_listbtn a span.arrow_r:before {
          content: '';
          width: 6px;
          height: 6px;
          border: 0px;
          border-top: solid 2px #000;
          border-right: solid 2px #000;
          -ms-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -4px; }

.pankuzu {
  display: none; }

/*大学から探す*/
.arrow {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none; }

.arrow::before,
.arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.icon_a::before {
  left: 5px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b20000;
  border-right: 2px solid #b20000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.icon_b::before {
  left: 5px;
  top: -3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #b20000;
  border-right: 2px solid #b20000;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

.inner_set {
  margin: 10px; }

.btn_quick {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 15px; }

.btn_quick li {
  width: 140px;
  text-align: center;
  font-weight: bold;
  font-size: 13px;
  border: 2px solid #b20000;
  border-radius: 4px; }

.btn_quick li a {
  color: #b20000;
  text-decoration: none;
  display: block;
  padding: 7px 0px; }

.btn_quick li a span.icon_b::before {
  left: 0; }

.btn_quick li a span {
  padding: 0 0 0 15px; }

.school_bigbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between; }

.school_bigbox .set {
  border: 2px solid #eee;
  padding: 5px;
  width: 100%;
  margin: 0 0 5px; }

.school_bigbox .set ul {
  margin: 5px 0 0 0; }

.school_bigbox .set img {
  margin: 3px; }

.school_bigbox .set li {
  border-top: 1px dotted #ccc; }

.school_bigbox .set li a {
  display: block;
  padding: 8px 5px 6px 21px;
  line-height: 1.1em;
  color: #000;
  font-size: 13px;
  text-decoration: none; }

/*.school_bigbox .set li a:hover{
	background: #FFEFF8;
}*/
.school_bigbox .set li a span.rosen {
  font-size: 10px;
  line-height: 1.1em;
  color: #888;
  display: block;
  margin: 3px 0 0 0; }

.list_set li {
  border-top: 1px dotted #ccc; }

.list_set li:last-child {
  border-bottom: 1px dotted #ccc; }

.list_set li a {
  display: block;
  padding: 8px 5px 6px 21px;
  line-height: 1.1em;
  color: #000;
  font-size: 13px;
  text-decoration: none; }

/*.list_set li a:hover{
	background: #FFEFF8;
}*/
.list_set li a span.rosen {
  font-size: 10px;
  line-height: 1.1em;
  color: #888;
  display: block;
  margin: 3px 0 0 0; }

.list_title {
  width: 30px;
  height: 30px;
  line-height: 32px;
  margin: 20px auto 10px;
  border: 2px solid #b20000;
  border-radius: 50%;
  text-align: center;
  color: #b20000;
  font-weight: bold;
  font-size: 18px; }

.recc_list {
  margin: 15px 10px 0; }
  .recc_list li {
    margin: 0 0 20px; }
    .recc_list li a {
      color: #000;
      text-decoration: none; }
    .recc_list li img {
      width: 100%; }
    .recc_list li p {
      margin: 0; }
      .recc_list li p.title {
        margin: 0;
        color: #666;
        font-size: 9px; }
        .recc_list li p.title span {
          color: #000;
          font-size: 12px;
          font-weight: bold;
          display: block; }

.bnr_cnts {
  margin: 40px 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .bnr_cnts li {
    width: 48%;
    margin: 0 0 5px 0; }
    .bnr_cnts li img {
      width: 100%; }

.box_intro {
  background: #F9F7F1;
  padding: 30px 10px;
  text-align: center; }
  .box_intro p {
    text-align: center;
    margin: 0 0 10px; }
    .box_intro p.title {
      font-weight: bold;
      font-size: 14px;
      margin: 0 0 8px; }
  .box_intro a {
    width: 130px; }

.search_btn {
  margin: 10px 10px 0;
  display: flex;
  justify-content: space-between; }
  .search_btn li {
    width: 23%; }
    .search_btn li img {
      width: 100%; }

.pickupbnr {
  margin: 5px 10px 10px;
  text-align: center; }
  .pickupbnr img {
    width: 100%;
    height: auto; }

.kodawari_box {
  margin: 0 10px;
  padding: 0 0 30px; }
  .kodawari_box .title_black {
    background: #000 url("../img/index/icon_kodawari.png") no-repeat 8px 8px;
    background-size: auto 13px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    padding: 7px 5px 7px 27px;
    line-height: 1em;
    letter-spacing: 1px; }
  .kodawari_box .arrow_b {
    position: relative;
    padding: 0;
    color: #000;
    vertical-align: middle;
    padding: 0 0 0 60px; }
  .kodawari_box .arrow_b::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .kodawari_box .arrow_b::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle; }
  .kodawari_box .left_arrow::before {
    right: 3px;
    width: 7px;
    height: 7px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .kodawari_box ul li {
    font-size: 12px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    width: 100%; }
    .kodawari_box ul li.kodawari_a {
      background: url("../img/index/kodawari_a.jpg") no-repeat left center;
      background-size: auto 35px; }
    .kodawari_box ul li.kodawari_b {
      background: url("../img/index/kodawari_b.jpg") no-repeat left center;
      background-size: auto 35px; }
    .kodawari_box ul li.kodawari_c {
      background: url("../img/index/kodawari_c.jpg") no-repeat left center;
      background-size: auto 35px; }
    .kodawari_box ul li a {
      color: #000;
      text-decoration: none;
      line-height: 45px;
      height: 45px;
      display: block; }
  .kodawari_box .kodawari_more {
    text-align: right;
    margin: 15px 0 0 0; }
    .kodawari_box .kodawari_more a {
      text-decoration: none;
      font-size: 12px;
      font-weight: bold; }
      .kodawari_box .kodawari_more a span {
        padding: 0 15px 0 0;
        margin: 0; }

.roomlist_title {
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  margin: 15px auto 20px;
  position: relative; }
  .roomlist_title:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 1px; }

.btn_sort input {
  background: url(/sp/files/img/room/btn_sort.png) no-repeat;
  background-size: auto;
  background-size: 100% auto;
  width: 100%;
  height: 50px;
  text-indent: -9999em;
  border: none;
  overflow: hidden;
  border: none; }

.search-more-btn {
  margin: 0 10px; }
  .search-more-btn img {
    width: 100%;
    height: auto; }

.search-more {
  margin: 0 10px; }

.search-keyword {
  margin: 10px 0 !important; }

.search-area .paging span {
  background: #000;
  font-weight: bold;
  padding: 8px 10px; }
.search-area dl {
  border: none;
  border-bottom: 1px solid #ccc;
  margin: 0 0 10px; }
  .search-area dl dt {
    background: #fff;
    font-size: 1.3rem;
    border-top: 1px solid #ccc;
    border-bottom: none; }
    .search-area dl dt.on span {
      background: url(/sp/files/img/room/search_arr_on.png) 94% center no-repeat;
      background-size: auto;
      background-size: 10px 13px; }
    .search-area dl dt span {
      display: block;
      background: url(/sp/files/img/room/search_arr_off.png) 94% center no-repeat;
      background-size: 13px;
      border: none;
      padding: 10px 13px; }
  .search-area dl dd {
    display: none;
    border-top: none;
    background: #eee;
    font-size: 1.3rem; }
    .search-area dl dd .genjyo_set {
      display: flex;
      flex-wrap: wrap; }
      .search-area dl dd .genjyo_set li {
        width: 33%; }
        .search-area dl dd .genjyo_set li label {
          padding: 10px 8px;
          border-bottom: none; }
    .search-area dl dd.box {
      padding: 12px 8px;
      border-bottom: none; }
    .search-area dl dd .madori_set {
      display: flex;
      flex-wrap: wrap; }
      .search-area dl dd .madori_set li {
        width: 50%; }
        .search-area dl dd .madori_set li label {
          border-bottom: none; }

footer .sns_sp_set ul {
  display: flex;
  justify-content: center;
  margin: 30px 0 25px; }
  footer .sns_sp_set ul li {
    width: auto;
    margin: 0 10px; }
    footer .sns_sp_set ul li img {
      height: 20px;
      width: auto; }

ul.roomlist li {
  margin: 0 10px 12px;
  position: relative;
  /*border-bottom: 1px solid #ccc;*/ }
  ul.roomlist li a {
    display: block;
    /*padding: 8px;*/
    text-decoration: none;
    background: #f5f5f3; }
    ul.roomlist li a .roomlist_detail {
      display: flex;
      flex-direction: row;
      border-bottom: none;
      margin: 0; }
      ul.roomlist li a .roomlist_detail dt {
        width: 135px;
        min-height: 80px;
        position: relative;
        border: none;
        /*margin: 0 0 -5px;*/
        margin: 0;
        background: #f5f5f3;
        line-height: 1rem; }
        ul.roomlist li a .roomlist_detail dt img {
          width: 135px;
          height: 100%;
          object-fit: cover; }
        ul.roomlist li a .roomlist_detail dt .gen {
          position: absolute;
          top: 0px;
          left: 0px;
          width: 40px;
          height: 8px;
          text-align: center;
          color: #fff;
          padding: 4px 0;
          font-size: 8px;
          font-weight: bold;
          line-height: 8px;
          letter-spacing: 0px; }
        ul.roomlist li a .roomlist_detail dt .icon_yotei {
          background: #048ba8; }
        ul.roomlist li a .roomlist_detail dt .icon_nyukyo {
          background: #f29e4c; }
        ul.roomlist li a .roomlist_detail dt .icon_kaiso {
          background: #00a468; }
        ul.roomlist li a .roomlist_detail dt .icon_syodan {
          background: #f04242; }
        ul.roomlist li a .roomlist_detail dt .icon_kenchiku {
          background: #254F8D; }
        ul.roomlist li a .roomlist_detail dt .icon_aki {
          background: #a4036f; }
        ul.roomlist li a .roomlist_detail dt .icon_cam {
          width: 29px;
          height: 15px;
          position: absolute;
          right: 0;
          bottom: 0; }
          ul.roomlist li a .roomlist_detail dt .icon_cam img {
            width: 29px;
            height: 15px; }
        ul.roomlist li a .roomlist_detail dt .popo-limit {
          position: absolute;
          top: 0px;
          left: 40px;
          background: #E66AA0;
          width: 55px;
          height: 8px;
          text-align: center;
          color: #fff;
          padding: 4px 0;
          font-size: 8px;
          font-weight: bold;
          line-height: 8px;
          letter-spacing: 0px; }
      ul.roomlist li a .roomlist_detail dd {
        width: 180px;
        display: block;
        margin: 8px 5px 8px 10px;
        color: #000;
        background: #f5f5f3; }
        ul.roomlist li a .roomlist_detail dd .add {
          font-size: 9px;
          line-height: 1em;
          display: block;
          margin: 0 0 4px; }
        ul.roomlist li a .roomlist_detail dd .title {
          display: block;
          margin: 0 0 2px;
          font-size: 12px;
          line-height: 1.4em; }
        ul.roomlist li a .roomlist_detail dd .yatin {
          margin: 4px 0 4px;
          line-height: 1em;
          font-size: 14px; }
          ul.roomlist li a .roomlist_detail dd .yatin span {
            font-size: 10px; }
        ul.roomlist li a .roomlist_detail dd .txt {
          display: block;
          font-size: 9px;
          line-height: 1.2em;
          color: #666; }

.popo {
  margin: 15px 0; }

.new_cate {
  margin: -5px 0 0 0; }
  .new_cate h1 {
    border-top: 4px solid #aa2121;
    font-size: 16px;
    color: #aa2121;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    padding: 5px 0; }
    .new_cate h1 span {
      background: url("../img/index/icon_search.png") no-repeat left center;
      background-size: 16px;
      padding: 0 0 0 22px; }
  .new_cate .main_cate_4 {
    margin: 0 10px;
    display: flex;
    justify-content: space-between; }
    .new_cate .main_cate_4 li {
      width: 22%;
      border-radius: 8px;
      background: #fff;
      filter: drop-shadow(0px 2px 2px #ccc); }
      .new_cate .main_cate_4 li a {
        display: block;
        text-align: center;
        color: #000;
        font-weight: bold;
        padding: 39px 0 1px 0;
        font-size: 14px;
        /*letter-spacing: 3px;*/
        text-decoration: none; }
      .new_cate .main_cate_4 li:nth-child(1) {
        border: 2px solid #2193ce;
        background: #fff url("../img/index/icon_map.png") no-repeat center 7px;
        background-size: 28px; }
      .new_cate .main_cate_4 li:nth-child(2) {
        border: 2px solid #ce5621;
        background: #fff url("../img/index/icon_add.png") no-repeat center 7px;
        background-size: 28px; }
      .new_cate .main_cate_4 li:nth-child(3) {
        border: 2px solid #d6327f;
        background: #fff url("../img/index/icon_station.png") no-repeat center 7px;
        background-size: 28px; }
      .new_cate .main_cate_4 li:nth-child(4) {
        border: 2px solid #ccb515;
        background: #fff url("../img/index/icon_school.png") no-repeat center 7px;
        background-size: 28px; }
  .new_cate .spring_set {
    background: #f8dae7 url("../img/index/bg_spring.png") no-repeat top;
    background-size: 100% auto;
    padding: 10px 10px;
    margin: 15px 0 15px;
    /*font-family: serif;*/ }
    .new_cate .spring_set .spring_title {
      text-align: center;
      font-size: 14px;
      margin: 0 0 15px 0;
      padding: 0;
      color: #8b253f;
      font-weight: bold;
      letter-spacing: 2px; }
    .new_cate .spring_set ul {
      display: flex;
      justify-content: space-between; }
      .new_cate .spring_set ul li {
        width: 49%;
        background: #fff;
        border-radius: 5px;
        text-align: center;
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1); }
        .new_cate .spring_set ul li a {
          display: block;
          text-decoration: none;
          color: #000;
          padding: 14px 5px 10px;
          font-size: 10px;
          line-height: 1.2em;
          position: relative; }
          .new_cate .spring_set ul li a span {
            margin: 3px 0 0 0;
            display: block;
            font-size: 12px;
            position: relative;
            padding: 0 10px 0 0;
            font-weight: bold; }
          .new_cate .spring_set ul li a.link_kyoto:before {
            position: absolute;
            top: -9px;
            right: 0;
            left: 0;
            margin: auto;
            content: "京 都";
            vertical-align: middle;
            width: 4em;
            background: #e65ca7;
            color: #fff;
            padding: 2px 0 1px; }
          .new_cate .spring_set ul li a.link_kyoto span {
            color: #e65ca7; }
            .new_cate .spring_set ul li a.link_kyoto span:after {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 20px;
              margin: auto;
              content: "";
              vertical-align: middle;
              width: 0.5em;
              /* arrow size */
              height: 0.5em;
              /* arrow size */
              border-top: 1px solid #e65ca7;
              /* thickness, color */
              border-right: 1px solid #e65ca7;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
          .new_cate .spring_set ul li a.link_shiga:before {
            position: absolute;
            top: -9px;
            right: 0;
            left: 0;
            margin: auto;
            content: "滋 賀";
            vertical-align: middle;
            width: 4em;
            background: #449cca;
            color: #fff;
            padding: 2px 0 1px; }
          .new_cate .spring_set ul li a.link_shiga span {
            color: #449cca; }
            .new_cate .spring_set ul li a.link_shiga span:after {
              position: absolute;
              top: 0;
              bottom: 0;
              right: 20px;
              margin: auto;
              content: "";
              vertical-align: middle;
              width: 0.5em;
              /* arrow size */
              height: 0.5em;
              /* arrow size */
              border-top: 1px solid #449cca;
              /* thickness, color */
              border-right: 1px solid #449cca;
              -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
  .new_cate .linebunner {
    text-align: center;
    margin: 8px 10px 0; }
    .new_cate .linebunner img {
      width: 100%; }
  .new_cate .kodawari_cate {
    margin: 5px 10px 5px;
    font-size: 13px;
    line-height: 1em; }
    .new_cate .kodawari_cate table {
      border-collapse: collapse;
      border-spacing: 0;
      border: 1px solid #aa2121;
      width: 100%; }
      .new_cate .kodawari_cate table th {
        width: 100%;
        background: #aa2121 url("../img/index/icon_heart.png") no-repeat 4px center;
        background-size: 12px;
        color: #fff;
        font-weight: bold;
        padding: 2px 2px 2px 20px; }
      .new_cate .kodawari_cate table td {
        border-bottom: 1px solid #ccc;
        height: 32px;
        line-height: 32px;
        padding: 0 0 0 38px; }
        .new_cate .kodawari_cate table td a {
          color: #000;
          font-weight: bold;
          text-decoration: none;
          display: block; }
          .new_cate .kodawari_cate table td a.arrow_koda {
            position: relative;
            display: block;
            padding: 0 16px 0 0;
            vertical-align: middle; }
          .new_cate .kodawari_cate table td a.arrow_koda::before {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle;
            right: 10px;
            width: 6px;
            height: 6px;
            border-top: 2px solid #aa2121;
            border-right: 2px solid #aa2121;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
          .new_cate .kodawari_cate table td a.arrow_koda::after {
            position: absolute;
            top: 0;
            bottom: 0;
            margin: auto;
            content: "";
            vertical-align: middle; }
      .new_cate .kodawari_cate table tr:nth-child(2) td {
        background: url(/files/img/room/cateimg_0.jpg) no-repeat 1px center;
        background-size: 30px; }
      .new_cate .kodawari_cate table tr:nth-child(3) td {
        background: url(/files/img/room/cateimg_4.jpg) no-repeat 1px center;
        background-size: 30px; }
      .new_cate .kodawari_cate table tr:last-child td {
        background: url(/files/img/room/cateimg_15.jpg) no-repeat 1px center;
        background-size: 30px;
        border-bottom: none; }
    .new_cate .kodawari_cate a.more-btn {
      display: block;
      margin: 8px 0 0 0;
      text-align: right;
      color: #000;
      font-size: 12px;
      font-weight: bold;
      text-decoration: none; }
      .new_cate .kodawari_cate a.more-btn span {
        position: relative;
        display: block;
        padding: 0 14px 0 0;
        vertical-align: middle; }
        .new_cate .kodawari_cate a.more-btn span::before {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle;
          right: 3px;
          width: 6px;
          height: 6px;
          border-top: 2px solid #000;
          border-right: 2px solid #000;
          -webkit-transform: rotate(45deg);
          transform: rotate(45deg); }
        .new_cate .kodawari_cate a.more-btn span::after {
          position: absolute;
          top: 0;
          bottom: 0;
          margin: auto;
          content: "";
          vertical-align: middle; }

h2.new_title_set {
  margin: 30px 0 0 0;
  border-bottom: 2px solid #000; }
  h2.new_title_set .inner {
    padding: 8px 0 0 10px;
    width: 65%;
    margin: 0 0 -2.4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    background: #fff;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0px;
    font-weight: bold; }
    h2.new_title_set .inner span {
      display: block;
      font-size: 10px;
      font-weight: lighter; }

h3.new_title_topics {
  margin: 30px 0 0 0;
  border-top: 2px solid #000; }
  h3.new_title_topics .inner {
    padding: 10px 0 0 10px;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: 0px;
    font-weight: bold; }

.top-sec2 {
  padding: 0 10px;
  margin-top: 0; }

.top-sec3 {
  border-bottom: none;
  margin: 0 0 50px;
  padding: 0; }

.top-sec4, .top-sec6 {
  position: relative;
  border-bottom: none;
  margin: 0 0 50px;
  padding: 0; }

.btn_black {
  text-align: right;
  margin: 15px 10px 0; }
  .btn_black a {
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 12px;
    text-decoration: none;
    padding: 10px 10px 14px; }
    .btn_black a .arrow_r {
      position: relative;
      padding: 0 14px 0 0;
      vertical-align: middle; }
      .btn_black a .arrow_r::before {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle;
        right: 5px;
        width: 6px;
        height: 6px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg); }
      .btn_black a .arrow_r::after {
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        content: "";
        vertical-align: middle; }

.ichiran {
  text-align: right;
  margin: 10px 0 0 0; }
  .ichiran a {
    color: #000;
    text-decoration: none; }
